Skip to content

[test-failure] test_deprecation_warnings_meta_refreshed #183

Open
@benipeled

Description

@benipeled

Seen for the first time, didn't try to reproduce it, might cause by infra

    def test_deprecation_warnings_meta_refreshed(self):
        """
        Tests the deprecation warning has been added when enabling
        metadata refreshment
    
        @since 3.13
        @jira_ticket PYTHON-890
        @expected_result the deprecation warning is emitted
    
        @test_category logs
        """
        with warnings.catch_warnings(record=True) as w:
            cluster = TestCluster()
            cluster.set_meta_refresh_enabled(True)
>           self.assertEqual(len(w), 1)
E           AssertionError: 3 != 1

tests/integration/standard/test_cluster.py:1548: AssertionError

https://jenkins.scylladb.com/job/scylla-5.0/job/driver-tests/job/python-driver-matrix-test/47/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions