Changeset: 0552c50d36ae for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0552c50d36ae
Modified Files:
        sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.sql
        
sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.stable.out
Branch: Jul2015
Log Message:

Updated test 3854


diffs (61 lines):

diff --git 
a/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.sql 
b/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.sql
--- a/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.sql
+++ b/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.sql
@@ -6,3 +6,4 @@ SELECT t.id, t.foo FROM test t
       AND ((FALSE AND (TRUE OR FALSE))
         OR (15 > t.foo)
       );
+DROP TABLE test;
diff --git 
a/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.stable.out 
b/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.stable.out
--- 
a/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.stable.out
+++ 
b/sql/test/BugTracker-2015/Tests/expression_with_comparison.Bug-3854.stable.out
@@ -1,9 +1,9 @@
 stdout of test 'expression_with_comparison.Bug-3854` in directory 
'sql/test/BugTracker-2015` itself:
 
 
-# 11:33:57 >  
-# 11:33:57 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=35685" "--set" 
"mapi_usock=/var/tmp/mtest-29130/.s.monetdb.35685" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/Users/rkoopmanschap/projects/MonetDB-installation/var/MonetDB/mTests_sql_test_BugTracker-2015"
 "--set" "mal_listing=0" "--set" "embedded_r=yes"
-# 11:33:57 >  
+# 11:45:38 >  
+# 11:45:38 >  "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" 
"mapi_open=true" "--set" "mapi_port=37316" "--set" 
"mapi_usock=/var/tmp/mtest-30581/.s.monetdb.37316" "--set" "monet_prompt=" 
"--forcemito" "--set" "mal_listing=2" 
"--dbpath=/Users/rkoopmanschap/projects/MonetDB-installation/var/MonetDB/mTests_sql_test_BugTracker-2015"
 "--set" "mal_listing=0" "--set" "embedded_r=yes"
+# 11:45:38 >  
 
 # MonetDB 5 server v11.21.12
 # This is an unreleased version
@@ -13,8 +13,8 @@ stdout of test 'expression_with_comparis
 # Copyright (c) 1993-July 2008 CWI.
 # Copyright (c) August 2008-2015 MonetDB B.V., all rights reserved
 # Visit http://www.monetdb.org/ for further information
-# Listening for connection requests on mapi:monetdb://gup-129-196.cwi.nl:35685/
-# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-29130/.s.monetdb.35685
+# Listening for connection requests on mapi:monetdb://gup-129-196.cwi.nl:37316/
+# Listening for UNIX domain connection requests on 
mapi:monetdb:///var/tmp/mtest-30581/.s.monetdb.37316
 # MonetDB/GIS module loaded
 # Start processing logs sql/sql_logs version 52200
 # Finished processing logs sql/sql_logs
@@ -58,9 +58,9 @@ Ready.
 # loading sql script: 90_generator_hge.sql
 # loading sql script: 99_system.sql
 
-# 11:33:57 >  
-# 11:33:57 >  "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-29130" "--port=35685"
-# 11:33:57 >  
+# 11:45:38 >  
+# 11:45:38 >  "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-30581" "--port=37316"
+# 11:45:38 >  
 
 #CREATE TABLE test (id INTEGER, foo INTEGER);
 #INSERT INTO test VALUES (1, 1);
@@ -75,8 +75,9 @@ Ready.
 % id,  foo # name
 % int, int # type
 % 1,   1 # length
+#DROP TABLE test;
 
-# 11:33:57 >  
-# 11:33:57 >  "Done."
-# 11:33:57 >  
+# 11:45:38 >  
+# 11:45:38 >  "Done."
+# 11:45:38 >  
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to