Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Mar 6, 2024
1 parent fcf6e22 commit 96df3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion regression-test/pipeline/p0/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enable_outfile_to_local = true
tablet_create_timeout_second=100
remote_fragment_exec_timeout_ms=60000
fuzzy_test_type=p0
use_fuzzy_session_variable=false
use_fuzzy_session_variable=true

enable_map_type=true
enable_struct_type=true
Expand Down
4 changes: 2 additions & 2 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ excludeGroups = ""
excludeSuites = "test_index_failure_injection,test_dump_image,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external"

// this directories will not be executed
excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery,job_p0"
excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery"

customConf1 = "test_custom_conf_value"

Expand Down Expand Up @@ -109,6 +109,6 @@ s3Endpoint = "cos.ap-hongkong.myqcloud.com"
s3BucketName = "doris-build-hk-1308700295"
s3Region = "ap-hongkong"

max_failure_num=5
max_failure_num=50

externalEnvIp="127.0.0.1"
1 change: 1 addition & 0 deletions regression-test/suites/job_p0/test_base_insert_job.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ suite("test_base_insert_job") {
def jobName = "insert_recovery_test_base_insert_job"
def jobMixedName = "Insert_recovery_Test_base_insert_job"
sql """drop table if exists `${tableName}` force"""
sql """set experimental_enable_nereids_dml_with_pipeline=false;"""
sql """
DROP JOB IF EXISTS where jobname = '${jobName}'
"""
Expand Down

0 comments on commit 96df3f0

Please sign in to comment.