Changeset: 4ca89e5d67c2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4ca89e5d67c2
Modified Files:
        sql/test/BugTracker-2009/Tests/join_topn.SF-2654133.test
Branch: default
Log Message:

make the test output deterministic


diffs (97 lines):

diff --git a/sql/test/BugTracker-2009/Tests/join_topn.SF-2654133.test 
b/sql/test/BugTracker-2009/Tests/join_topn.SF-2654133.test
--- a/sql/test/BugTracker-2009/Tests/join_topn.SF-2654133.test
+++ b/sql/test/BugTracker-2009/Tests/join_topn.SF-2654133.test
@@ -10,10 +10,90 @@ insert into x (n,s) values (2, 'two')
 statement ok
 insert into x (n,s) values (3, 'three')
 
-query ITITIIIIIIT rowsort
-select * from tables, x limit 10
+query TIIIIIIIT rowsort
+select name, schema_id, type, system, commit_action, access, temporary, n, s 
from tables, x where name in ('schemas', 'tables', 'columns') order by name, n 
limit 9
 ----
-110 values hashing to 17b3d6b6cff6dabb7f2bd47081ddea7d
+columns
+2000
+11
+1
+0
+0
+0
+1
+one
+columns
+2000
+11
+1
+0
+0
+0
+2
+two
+columns
+2000
+11
+1
+0
+0
+0
+3
+three
+schemas
+2000
+10
+1
+0
+0
+0
+1
+one
+schemas
+2000
+10
+1
+0
+0
+0
+2
+two
+schemas
+2000
+10
+1
+0
+0
+0
+3
+three
+tables
+2000
+11
+1
+0
+0
+0
+1
+one
+tables
+2000
+11
+1
+0
+0
+0
+2
+two
+tables
+2000
+11
+1
+0
+0
+0
+3
+three
 
 statement ok
 drop table x cascade
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to