-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Some stateless tests failed with timeout in debug build #61090
Description
02782_uniq_exact_parallel_merging_bug
01459_manual_write_to_replicas
01171_mv_select_insert_isolation_long
I did some research. Look at it:
That shows that02782_uniq_exact_parallel_merging_bug started to be slow at 2024-01-28 00:00:00.
p99 was around 200s, after that date p99 become around 560s. That is too close to the timeout.
Only Stateless Tests (debug) is affected. Stateless Tests (debug, s3 storage) surprisingly is fine.
If we go deep to find the commit.
Check on this commit is good ff473d4
Next check on this commit is bad a7483ec
There is an interesting commit between this two checks: #59290
Maybe, just maybe, the tests become slower after it.
I do not see any vivid problems during execution when those tests fail. They just do a lot of requests, it takes time to execute them with debug build.