Conversation
antonio2368
left a comment
There was a problem hiding this comment.
LGTM
As far as I understood the changes are mostly using memory heavier queries?
| @@ -1,49 +0,0 @@ | |||
| #!/usr/bin/env bash | |||
There was a problem hiding this comment.
Why not have a stateless test?
There was a problem hiding this comment.
I reimplemented this test as an integrational because it had several problems:
- It was flaky.
- It didn't respect the limit of parallel queries number.
- It was not strict enough.
Unrelated.
|
Changelog category (leave one):
Rewrote tests for OvercommitTracker, because they were flaky and didn't check much. Fixes #42629.