move 3 cases to p2, reducing regression pipeline runtime (#31663)

This commit is contained in:
shuke
2024-03-01 20:33:03 +08:00
committed by yiguolei
parent 4654ec7226
commit 52025bfccd
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
// under the License.
suite("test_build_index_fault", "inverted_index, nonConcurrent"){
suite("test_build_index_fault", "inverted_index, nonConcurrent,p2"){
// prepare test table
def timeout = 60000
def delta_time = 1000

View File

@ -18,7 +18,7 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
import org.apache.doris.regression.util.Http
suite("test_segcompaction_correctness", "nonConcurrent") {
suite("test_segcompaction_correctness", "nonConcurrent,p2") {
def tableName = "segcompaction_correctness_test"
def create_table_sql = """
CREATE TABLE IF NOT EXISTS ${tableName} (

View File

@ -37,7 +37,7 @@ def create_table_sql = """
"""
def columns = "col_0, col_1, col_2, col_3, col_4, col_5, col_6, col_7, col_8, col_9, col_10, col_11, col_12, col_13, col_14, col_15, col_16, col_17, col_18, col_19, col_20, col_21, col_22, col_23, col_24, col_25, col_26, col_27, col_28, col_29, col_30, col_31, col_32, col_33, col_34, col_35, col_36, col_37, col_38, col_39, col_40, col_41, col_42, col_43, col_44, col_45, col_46, col_47, col_48, col_49"
suite("test_too_many_segments", "nonConcurrent") { // the epic -238 case
suite("test_too_many_segments", "nonConcurrent,p2") { // the epic -238 case
def runLoadWithTooManySegments = {
String ak = getS3AK()
String sk = getS3SK()