Fix flakiness of async insert tests due to adaptive timeout#66771
Fix flakiness of async insert tests due to adaptive timeout#66771alexey-milovidov merged 1 commit intoClickHouse:masterfrom
Conversation
|
This is an automated comment for commit e91c4b2 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
|
|
It's strange to see "tests are not finished". I see no fatal errors in the log, and no failed tests. |
|
The message is also explicitly deleted in case of timeout: Upd: no, it is something different. |
|
Exit code 143 means signal 15, "terminate". |
|
Funny, but we have yet another timeout inside a function: Which sends terminate. |
|
Almost surely, it is #66783 |
|
@Algunenano Not fixed: #67298 |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix flakiness of async insert tests due to adaptive timeout
The problem is that when adaptive timeouts are active (by default) the first insert might be immediate if the queue had been used before and has been unused for more than
async_insert_busy_timeout_max_ms(which is possible). Disabling adaptive timeouts disables this immediate push.Closes #47866 (we can open different tickets for other issues, as most of the reports are now old or incorrect)
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):