Changeset: 534970c6cd82 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/534970c6cd82
Modified Files:
        sql/test/Tests/All
        sql/test/bugs/Tests/predicate_or-sf-1409824.test
Branch: Jul2021
Log Message:

Fix or add conditionals for nowal testing.


diffs (48 lines):

diff --git a/sql/test/Tests/All b/sql/test/Tests/All
--- a/sql/test/Tests/All
+++ b/sql/test/Tests/All
@@ -122,12 +122,12 @@ unicode
 
 window_functions
 
-hot_snapshot
-HAVE_LIBZ?hot_snapshot_gz
-HAVE_LIBBZ2?hot_snapshot_bz2
-HAVE_LIBLZMA?hot_snapshot_xz
-HAVE_PYTHON_LZ4&HAVE_LIBLZ4?hot_snapshot_lz4
-!HAVE_PYTHON_LZ4&HAVE_PYMONETDB&HAVE_LIBLZ4?hot_snapshot_lz4_lite
+!NOWAL?hot_snapshot
+HAVE_LIBZ&!NOWAL?hot_snapshot_gz
+HAVE_LIBBZ2&!NOWAL?hot_snapshot_bz2
+HAVE_LIBLZMA&!NOWAL?hot_snapshot_xz
+HAVE_PYTHON_LZ4&HAVE_LIBLZ4&!NOWAL?hot_snapshot_lz4
+!HAVE_PYTHON_LZ4&HAVE_PYMONETDB&HAVE_LIBLZ4&!NOWAL?hot_snapshot_lz4_lite
 
 # The following tests are some old tests moved from sql/test
 ## FOREIGN KEY reference to the same table
diff --git a/sql/test/bugs/Tests/predicate_or-sf-1409824.test 
b/sql/test/bugs/Tests/predicate_or-sf-1409824.test
--- a/sql/test/bugs/Tests/predicate_or-sf-1409824.test
+++ b/sql/test/bugs/Tests/predicate_or-sf-1409824.test
@@ -25,16 +25,16 @@ name4
 4
 
 query TT rowsort
-select * from env() as env where 0 = 1 or name = 'sql_debug'
+select * from env() as env where 0 = 1 or name = 'gdk_dbname'
 ----
-sql_debug
-0
+gdk_dbname
+mTests_sql_test_bugs
 
 query TT rowsort
-select * from env() as env where name = 'sql_debug' or 0 = 1
+select * from env() as env where name = 'gdk_dbname' or 0 = 1
 ----
-sql_debug
-0
+gdk_dbname
+mTests_sql_test_bugs
 
 statement ok
 drop table p1409824
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to