Skip to content

Commit 8432089

Browse files
authored
add a debug config where we can run flaky tests (#9141)
also, run flaky tests when we use deflake config.
1 parent 6d5c72d commit 8432089

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared.bazelrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,18 @@ common:race --@io_bazel_rules_go//go/config:race
8585

8686
common:performance --compilation_mode=opt
8787

88+
# Configurations used to debug flaky tests
89+
common:quarantine --config=remote-minimal
90+
test:quarantine --config=race
91+
test:quarantine --test_env=RUN_QUARANTINED_TESTS=true
92+
8893
# Configuration used to deflake tests
8994
common:deflake --config=remote-minimal
9095
test:deflake --runs_per_test=100
9196
test:deflake --test_output=errors
9297
test:deflake --test_runner_fail_fast
9398
test:deflake --notest_keep_going
94-
test:deflake --config=race
99+
test:deflake --config=quarantine
95100

96101
# Run Webdriver tests with --config=webdriver-debug to debug webdriver tests locally.
97102
# See server/testutil/webtester/webtester.go for more details.

0 commit comments

Comments
 (0)