Skip to content

Commit

Permalink
[regression](test) adjust max_failure_num to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Aug 15, 2024
1 parent 9f2756f commit 6c3c73d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line
"inject_hdfs_vault_p0," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

max_failure_num = 100
max_failure_num = 50

// test_routine_load
enableKafkaTest=true
Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extArrowFlightSqlPort = 8081
extArrowFlightSqlUser = "root"
extArrowFlightSqlPassword= ""

max_failure_num=50000000
max_failure_num=50

externalEnvIp="127.0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion regression-test/pipeline/p1/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cacheDataPath="/data/regression/"

s3Source="aliyun"

max_failure_num=10000000
max_failure_num=50

externalEnvIp="127.0.0.1"

Expand Down

0 comments on commit 6c3c73d

Please sign in to comment.