Changeset: 770c0c12b042 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=770c0c12b042
Modified Files:
        sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.sql
        
sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.stable.out
Branch: default
Log Message:

Improved test by dropping table t if exists.
This prevents side effects from other tests which also created a table called t.


diffs (19 lines):

diff --git 
a/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.sql 
b/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.sql
--- a/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.sql
+++ b/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.sql
@@ -1,3 +1,4 @@
+drop table if exists t;
 
 start transaction;
 create table t ( c1 int , c2 int );
diff --git 
a/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.stable.out 
b/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.stable.out
--- 
a/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.stable.out
+++ 
b/sql/test/BugTracker-2017/Tests/skip_problem_best_effort.Bug-6442.stable.out
@@ -24,6 +24,7 @@ Ready.
 # 15:20:23 >  "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-5456" "--port=32985"
 # 15:20:23 >  
 
+#drop table if exists t;
 #start transaction;
 #create table t ( c1 int , c2 int );
 #copy 1 records into t (c1) from stdin (c1,c2) best effort;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to