scylladb / python-driver-matrix

3 stars 11 forks source link

fix(scylla/3.24.0/ignore.yaml): Marking test_connect_no_auth_provider as flaky #33

Closed Orenef11 closed 2 years ago

Orenef11 commented 2 years ago

For Scylla's python-driver version 3.24.0 and protocol 4 this is flaky (sometimes it fails)

    def test_connect_no_auth_provider(self):
        cluster = TestCluster()
        cluster.connect()
        cluster.refresh_nodes()
        down_hosts = [host for host in cluster.metadata.all_hosts() if not host.is_up]
>       self.assertEqual(len(down_hosts), 1)
E       AssertionError: 0 != 1

tests/integration/standard/test_authentication_misconfiguration.py:46: AssertionError
Orenef11 commented 2 years ago

python-driver-matrix-test#874 only one test was failed

Yesterday, many tests failed because the cluster did not start (I think it was an issue with the version).