Fix test_dictionaries_update_and_reload::test_reload_after_fail_by_timer flakiness#67754
Fix test_dictionaries_update_and_reload::test_reload_after_fail_by_timer flakiness#67754azat wants to merge 1 commit intoClickHouse:masterfrom
Conversation
…mer flakiness Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
This is an automated comment for commit e6921bf 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
|
|
I don't like this change because now we expect both statuses
Original changes fixes problem in first assert. I didn't see fix for the second assert in this PR too. According to fails for the last 90 days: Also flakiness rate is decreased after first fix and why it happens? |
|
|
This test is not idempotent and should be rewritten completely |
|
@fm4v help is welcome |
|
Close in favor of #67793 |
+1 to this. Trivial ways to fix is to either drop all dictionaries in the end of a test or to have unique dictionary name in every test run. If we rely on logs, make it dependent on specific test run |
Changelog category (leave one):