scylladb / python-driver-matrix

3 stars 11 forks source link

cleanup of the datastax test runs is broken #54

Closed fruch closed 1 year ago

fruch commented 1 year ago

big portion of the runs in datastax seems to be failing cause of left overs clusters from tests https://jenkins.scylladb.com/job/scylla-master/job/driver-tests/job/python-driver-matrix-test/1230/testReport/

in scylla-driver we fixed it with the following code: https://github.com/scylladb/python-driver/pull/196/commits/b834aebf82ba3f13a1edce08d227406a8e55e8c2

we need to introduce it as a patch for datastax-driver