Fix missing cluster startup for test_quorum_inserts::test_insert_quorum_with_keeper_fail#71418
Conversation
…um_with_keeper_fail
def test_insert_quorum_with_keeper_loss_connection():
> zero.query(
"DROP TABLE IF EXISTS test_insert_quorum_with_keeper_fail ON CLUSTER cluster"
)
def query(
> return self.client.query(
E AttributeError: 'NoneType' object has no attribute 'query'
CI: https://s3.amazonaws.com/clickhouse-test-reports/71406/8b3ce129456a1f85839a48538780639e2e3c3020/integration_tests__asan__old_analyzer__[6_6]//home/ubuntu/actions-runner/_work/_temp/test/output_dir/integration_run_parallel3_0.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
This is an automated comment for commit 8bb656d with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
|
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
I think you missed test_insert_quorum_with_drop_partition and test_insert_quorum_with_move_partition tests.
|
|
|
@hanfei1991, it seems that this this is yours. I am afraid we need your help |
|
Locally I have the similar error: https://pastila.nl/?00607e35/d79d0484b8aac663fe7c3d4c725936c7#NxwGdT+1aDCO2i0xMz3VvQ== |
|
We reached an agreement that it is ok to merge the test even with failed flaky check because test wasn't successful before in case it is run several times. Created an issue about this: #71533 This PR changes only one test file. All tests from it are successful except the last one which will be successful in master cause run once. That's why I consider it as a safe operation to override Mergeable Check. |
CI: https://s3.amazonaws.com/clickhouse-test-reports/71406/8b3ce129456a1f85839a48538780639e2e3c3020/integration_tests__asan__old_analyzer__[6_6]//home/ubuntu/actions-runner/_work/_temp/test/output_dir/integration_run_parallel3_0.log
Changelog category (leave one):