[fix](regression) adjust regression pipeline config(tablet_create_timeout_second) for avoiding create partition timeout (#17668)

This pull request for bellow problem :
regression pipleline fail case always meet error "Failed to create partition. Timeout. Unfinished mark: 10003=57059", so adjust tablet_create_timeout_second to 100
This commit is contained in:
chunping
2023-03-13 11:18:03 +08:00
committed by GitHub
parent 5fccbac81b
commit b9fac82fb1
2 changed files with 4 additions and 4 deletions

View File

@ -65,11 +65,11 @@ catalog_trash_expire_second=1
# qe_slow_log_ms = 5000
#
// enable ssl for test
#enable ssl for test
enable_ssl = true
enable_outfile_to_local = true
tablet_create_timeout_second=20
tablet_create_timeout_second=100
remote_fragment_exec_timeout_ms=60000
fuzzy_test_type=p0
use_fuzzy_session_variable=true

View File

@ -66,11 +66,11 @@ priority_networks=172.19.0.0/24
# qe_slow_log_ms = 5000
#
// enable ssl for test
#enable ssl for test
enable_ssl = true
enable_outfile_to_local = true
tablet_create_timeout_second=20
tablet_create_timeout_second=100
remote_fragment_exec_timeout_ms=60000
fuzzy_test_type=p1
use_fuzzy_session_variable=true