Skip to content

Commit

Permalink
*: enable test_verbose_timeout_warnings (#35321)
Browse files Browse the repository at this point in the history
ref #35247
  • Loading branch information
hawkingrei authored Jun 15, 2022
1 parent 2de01b4 commit 4fb4164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolu
build:ci --remote_cache=http://172.16.4.3:8084/tidb
test:ci --verbose_failures
test:ci --test_timeout=180
test:ci --test_env=GO_TEST_WRAP_TESTV=1
test:ci --test_env=GO_TEST_WRAP_TESTV=1 --test_verbose_timeout_warnings
test:ci --remote_cache=http://172.16.4.3:8084/tidb
test:ci --test_env=TZ=Asia/Shanghai --test_output=errors --experimental_ui_max_stdouterr_bytes=104857600
2 changes: 2 additions & 0 deletions tests/realtikvtest/sessiontest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ go_test(
"session_test.go",
"temporary_table_test.go",
],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//domain",
Expand Down

0 comments on commit 4fb4164

Please sign in to comment.