This is an automated email from the ASF dual-hosted git repository.

zouxinyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 574332bd6c [fix](nereids) revert tpch regession test (#11551)
574332bd6c is described below

commit 574332bd6c46e2368b39f2a2d14edb9be82f1381
Author: yinzhijian <[email protected]>
AuthorDate: Fri Aug 5 15:55:59 2022 +0800

    [fix](nereids) revert tpch regession test (#11551)
    
    Nereids tpch regression test is faulty, rollback first,and then add a more 
stable test later
---
 regression-test/suites/tpch_sf1/nereids/q02.groovy | 36 ----------------------
 regression-test/suites/tpch_sf1/nereids/q06.groovy | 36 ----------------------
 regression-test/suites/tpch_sf1/nereids/q13.groovy | 36 ----------------------
 regression-test/suites/tpch_sf1/nereids/q17.groovy | 36 ----------------------
 regression-test/suites/tpch_sf1/nereids/q21.groovy | 36 ----------------------
 regression-test/suites/tpch_sf1/nereids/q22.groovy | 36 ----------------------
 6 files changed, 216 deletions(-)

diff --git a/regression-test/suites/tpch_sf1/nereids/q02.groovy 
b/regression-test/suites/tpch_sf1/nereids/q02.groovy
deleted file mode 100644
index 418e02c1bd..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q02.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q02_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q02.sql").text)
-
-        resultFile(file = "../sql/q02.out", tag = "q02")
-    }
-}
diff --git a/regression-test/suites/tpch_sf1/nereids/q06.groovy 
b/regression-test/suites/tpch_sf1/nereids/q06.groovy
deleted file mode 100644
index 1c593b6121..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q06.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q06_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q06.sql").text)
-
-        resultFile(file = "../sql/q06.out", tag = "q06")
-    }
-}
diff --git a/regression-test/suites/tpch_sf1/nereids/q13.groovy 
b/regression-test/suites/tpch_sf1/nereids/q13.groovy
deleted file mode 100644
index 905b815752..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q13.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q13_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q13.sql").text)
-
-        resultFile(file = "../sql/q13.out", tag = "q13")
-    }
-}
diff --git a/regression-test/suites/tpch_sf1/nereids/q17.groovy 
b/regression-test/suites/tpch_sf1/nereids/q17.groovy
deleted file mode 100644
index 84ac03f1d4..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q17.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q17_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q17.sql").text)
-
-        resultFile(file = "../sql/q17.out", tag = "q17")
-    }
-}
diff --git a/regression-test/suites/tpch_sf1/nereids/q21.groovy 
b/regression-test/suites/tpch_sf1/nereids/q21.groovy
deleted file mode 100644
index 3d60b1f072..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q21.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q21_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q21.sql").text)
-
-        resultFile(file = "../sql/q21.out", tag = "q21")
-    }
-}
diff --git a/regression-test/suites/tpch_sf1/nereids/q22.groovy 
b/regression-test/suites/tpch_sf1/nereids/q22.groovy
deleted file mode 100644
index a16e91baf5..0000000000
--- a/regression-test/suites/tpch_sf1/nereids/q22.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("tpch_sf1_q22_nereids") {
-    String realDb = context.config.getDbNameByFile(context.file)
-    // get parent directory's group
-    realDb = realDb.substring(0, realDb.lastIndexOf("_"))
-
-    sql "use ${realDb}"
-
-    sql 'set enable_nereids_planner=true'
-    // nereids need vectorized
-    sql 'set enable_vectorized_engine=true'
-
-    sql 'set exec_mem_limit=2147483648*2'
-
-    test {
-        sql(new File(context.file.parentFile, "../sql/q22.sql").text)
-
-        resultFile(file = "../sql/q22.out", tag = "q22")
-    }
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to