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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7828288cb3 [NO ISSUE][TEST] Disabling standalone collections tests
7828288cb3 is described below

commit 7828288cb381626a57ddb9db65fbdec3ada577a3
Author: Peeyush Gupta <[email protected]>
AuthorDate: Wed Jul 12 16:06:24 2023 -0700

    [NO ISSUE][TEST] Disabling standalone collections tests
    
    Change-Id: I5b6193ee35a3808fdaa14a6060ba3e507f5a7b82
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17637
    Reviewed-by: Peeyush Gupta <[email protected]>
    Reviewed-by: Ali Alsuliman <[email protected]>
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Peeyush Gupta <[email protected]>
---
 .../test/resources/runtimets/testsuite_sqlpp.xml   | 78 +++++++++++-----------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml 
b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
index 0afee45728..d1a59a3338 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
@@ -4145,24 +4145,24 @@
         -->
   </test-group>
   <test-group name="ddl">
-    <test-case FilePath="ddl">
-      <compilation-unit name="create-dataset-1">
-        <output-dir compare="Clean-JSON">create-dataset-1</output-dir>
-      </compilation-unit>
-    </test-case>
-    <test-case FilePath="ddl">
-      <compilation-unit name="create-dataset-2">
-        <output-dir compare="Clean-JSON">create-dataset-2</output-dir>
-        <source-location>false</source-location>
-        <expected-error>type mismatch: missing a required closed field my_id: 
string</expected-error>
-      </compilation-unit>
-    </test-case>
-    <test-case FilePath="ddl">
-      <compilation-unit name="create-dataset-3">
-        <output-dir compare="Clean-JSON">create-dataset-3</output-dir>
-        <expected-error>ASX1077: Cannot find dataset non_existent in dataverse 
test nor an alias with name non_existent (in line 23, at column 
21)</expected-error>
-      </compilation-unit>
-    </test-case>
+<!--    <test-case FilePath="ddl">-->
+<!--      <compilation-unit name="create-dataset-1">-->
+<!--        <output-dir compare="Clean-JSON">create-dataset-1</output-dir>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
+<!--    <test-case FilePath="ddl">-->
+<!--      <compilation-unit name="create-dataset-2">-->
+<!--        <output-dir compare="Clean-JSON">create-dataset-2</output-dir>-->
+<!--        <source-location>false</source-location>-->
+<!--        <expected-error>type mismatch: missing a required closed field 
my_id: string</expected-error>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
+<!--    <test-case FilePath="ddl">-->
+<!--      <compilation-unit name="create-dataset-3">-->
+<!--        <output-dir compare="Clean-JSON">create-dataset-3</output-dir>-->
+<!--        <expected-error>ASX1077: Cannot find dataset non_existent in 
dataverse test nor an alias with name non_existent (in line 23, at column 
21)</expected-error>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
     <test-case FilePath="ddl">
       <compilation-unit name="analyze-dataset-1">
         <output-dir compare="Text">analyze-dataset-1</output-dir>
@@ -16321,25 +16321,25 @@
       </compilation-unit>
     </test-case>
   </test-group>
-  <test-group name="copy">
-    <test-case FilePath="copy">
-      <compilation-unit name="copy-1">
-        <output-dir compare="Text">copy-1</output-dir>
-      </compilation-unit>
-    </test-case>
-  </test-group>
-  <test-group name="atomic-statements">
-    <test-case FilePath="atomic-statements">
-      <compilation-unit name="atomic-statements-1">
-        <output-dir compare="Clean-JSON">atomic-statements-1</output-dir>
-        <expected-error>HYR0033: Inserting duplicate keys into the primary 
storage</expected-error>
-        <source-location>false</source-location>
-      </compilation-unit>
-    </test-case>
-    <test-case FilePath="atomic-statements">
-      <compilation-unit name="atomic-statements-2">
-        <output-dir compare="Clean-JSON">atomic-statements-2</output-dir>
-      </compilation-unit>
-    </test-case>
-  </test-group>
+<!--  <test-group name="copy">-->
+<!--    <test-case FilePath="copy">-->
+<!--      <compilation-unit name="copy-1">-->
+<!--        <output-dir compare="Text">copy-1</output-dir>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
+<!--  </test-group>-->
+<!--  <test-group name="atomic-statements">-->
+<!--    <test-case FilePath="atomic-statements">-->
+<!--      <compilation-unit name="atomic-statements-1">-->
+<!--        <output-dir 
compare="Clean-JSON">atomic-statements-1</output-dir>-->
+<!--        <expected-error>HYR0033: Inserting duplicate keys into the primary 
storage</expected-error>-->
+<!--        <source-location>false</source-location>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
+<!--    <test-case FilePath="atomic-statements">-->
+<!--      <compilation-unit name="atomic-statements-2">-->
+<!--        <output-dir 
compare="Clean-JSON">atomic-statements-2</output-dir>-->
+<!--      </compilation-unit>-->
+<!--    </test-case>-->
+<!--  </test-group>-->
 </test-suite>

Reply via email to