forked from stolostron/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Potential fix for e2e flake from 6114 (thanos-io#6128)
This commit is a potential fix for the flake e2e test intruduced in thanos-io#6114. The commit uses strict endpoints in queriers to make sure all stores are ready in order for the query to be considered successful. I verified the fix by running the test locally using go test ./test/e2e/... -run TestDistributedQueryExecution -count 20. Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
- Loading branch information
1 parent
89c8216
commit 332e901
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters