Skip to content

Commit

Permalink
pipelines/ci/tidb: speed up ddl test with race (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored May 19, 2021
1 parent 7a66bd7 commit d1d7ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/pipelines/ci/tidb/tidb_ghpr_unit_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,11 @@ try {
// run race #6/#8 in parallel mode for master branch\
if (ghprbTargetBranch == "master") {
tests["Race Test Chunk #7 ddl-dbsuite"] = {
run_race_test_heavy_with_args(7, '-check.f "testDBSuite"')
run_race_test_heavy_with_args(7, '-check.f "testDBSuite|testSerialDBSuite"')
}

tests["Race Test Chunk #7 ddl-other"] = {
run_race_test_heavy_with_args(7, '-check.exclude "testDBSuite"')
run_race_test_heavy_with_args(7, '-check.exclude "testDBSuite|testSerialDBSuite"')
}

tests["Race Test Chunk #6"] = {
Expand Down

0 comments on commit d1d7ff0

Please sign in to comment.