Skip to content

Commit

Permalink
feat(meta): make complete barrier non-async in worker loop (#15109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Mar 5, 2024
1 parent e8513d4 commit 71504d7
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 216 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ steps:
retry: *auto-retry

- label: "recovery test (deterministic simulation)"
command: "TEST_NUM=8 KILL_RATE=0.5 BACKGROUND_DDL_RATE=0.0 ci/scripts/deterministic-recovery-test.sh"
command: "TEST_NUM=8 KILL_RATE=0.4 BACKGROUND_DDL_RATE=0.0 ci/scripts/deterministic-recovery-test.sh"
if: |
!(build.pull_request.labels includes "ci/skip-ci") && build.env("CI_STEPS") == null
|| build.pull_request.labels includes "ci/run-recovery-test-deterministic-simulation"
Expand Down
Loading

0 comments on commit 71504d7

Please sign in to comment.