| testGroups = "p1" |
| //exclude groups and exclude suites is more prior than include groups and include suites. |
| excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line |
| "stress_test_insert_into," + |
| "test_analyze_stats_p1," + |
| "test_broker_load," + |
| "test_profile," + |
| "test_refresh_mtmv," + |
| "test_spark_load," + |
| "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line |
| |
| excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line |
| "backup_restore," + |
| "fault_injection_p0," + |
| "workload_manager_p1," + |
| "ccr_syncer_p1," + |
| "ccr_mow_syncer_p1," + |
| "inverted_index_p1/tpcds_sf1_index," + // in fixing, get result timeout, get result duration 899892 ms |
| "tpcds_sf1_unique_p1/spill," + // in fixing, MEM_LIMIT_EXCEEDED |
| "tpcds_sf1_p1/spill_test," + // in fixing, MEM_LIMIT_EXCEEDED |
| "tpch_sf0.1_p1/spill," + // in fixing, MEM_LIMIT_EXCEEDED |
| "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line |
| |
| max_failure_num = 50 |
| |
| s3Source = "aliyun" |
| s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com" |