Skip to content

test_quorum_inserts::test_insert_quorum_with_keeper_fail fails when run multiple times #71533

@divanik

Description

@divanik

Describe the bug
The problem is that the test was introduced before "Flaky Check" and could have never worked if run multiple times in one runner. We revealed it while fixing another small issue in this integration test.

How to reproduce

sudo ./tests/integration/runner --binary <binary_name> --base-configs-dir path-to-config "test_quorum_inserts/test.py::test_insert_quorum_with_keeper_loss_connection" --count 2

Error message and/or stacktrace

>               assert quorum_fail_future.exception() is None
E               AssertionError: assert QueryTimeoutExceedException('Client timed out!') is None
E                +  where QueryTimeoutExceedException('Client timed out!') = <bound method Future.exception of <Future at 0x7dcd615b2440 state=finished raised QueryTimeoutExceedException>>()
E                +    where <bound method Future.exception of <Future at 0x7dcd615b2440 state=finished raised QueryTimeoutExceedException>> = <Future at 0x7dcd615b2440 state=finished raised QueryTimeoutExceedException>.exception

test_quorum_inserts/test.py:411: AssertionError

Fail point wasn't disabled for some reason.

Metadata

Metadata

Assignees

Labels

testingSpecial issue with list of bugs found by CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions