Changeset: fbaf46d71e6f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fbaf46d71e6f
Modified Files:
        sql/test/HTM/Tests/InsertWith2PCDeleteWithCommit-2.stable.out
        sql/test/HTM/Tests/InsertWithCommitDeleteWith2PC-1.stable.out
        sql/test/HTM/Tests/MixTransactionPrecommit-cleanup.stable.out
        sql/test/HTM/Tests/ReadsItsOwnWrites-cleanup.stable.out
Branch: HTM
Log Message:

Fix tests output following the persisted in WAL transaction fixes


diffs (68 lines):

diff --git a/sql/test/HTM/Tests/InsertWith2PCDeleteWithCommit-2.stable.out 
b/sql/test/HTM/Tests/InsertWith2PCDeleteWithCommit-2.stable.out
--- a/sql/test/HTM/Tests/InsertWith2PCDeleteWithCommit-2.stable.out
+++ b/sql/test/HTM/Tests/InsertWith2PCDeleteWithCommit-2.stable.out
@@ -31,13 +31,10 @@ Ready.
 % sys.htmtest, sys.htmtest # table_name
 % id,  val # name
 % int, int # type
-% 2,   2 # length
+% 1,   2 # length
 [ 1,   10      ]
 [ 2,   20      ]
 [ 3,   88      ]
-[ 16,  99      ]
-[ 17,  99      ]
-[ 18,  99      ]
 
 # 17:16:34 >  
 # 17:16:34 >  "Done."
diff --git a/sql/test/HTM/Tests/InsertWithCommitDeleteWith2PC-1.stable.out 
b/sql/test/HTM/Tests/InsertWithCommitDeleteWith2PC-1.stable.out
--- a/sql/test/HTM/Tests/InsertWithCommitDeleteWith2PC-1.stable.out
+++ b/sql/test/HTM/Tests/InsertWithCommitDeleteWith2PC-1.stable.out
@@ -37,19 +37,16 @@ Ready.
 [ 1,   10      ]
 [ 2,   20      ]
 [ 3,   88      ]
-[ 16,  99      ]
-[ 17,  99      ]
-[ 18,  99      ]
 [ 19,  99      ]
 [ 20,  99      ]
 [ 21,  99      ]
 #START TRANSACTION;
 #DELETE FROM htmtest WHERE id > 3;
-[ 6    ]
+[ 3    ]
 #CALL precommit(7);
-[ 6    ]
+[ 3    ]
 #CALL persistcommit(7);
-[ 6    ]
+[ 3    ]
 #SELECT * FROM htmtest;
 % sys.htmtest, sys.htmtest # table_name
 % id,  val # name
diff --git a/sql/test/HTM/Tests/MixTransactionPrecommit-cleanup.stable.out 
b/sql/test/HTM/Tests/MixTransactionPrecommit-cleanup.stable.out
--- a/sql/test/HTM/Tests/MixTransactionPrecommit-cleanup.stable.out
+++ b/sql/test/HTM/Tests/MixTransactionPrecommit-cleanup.stable.out
@@ -28,7 +28,7 @@ Ready.
 # 22:26:49 >  
 
 #DELETE FROM htmtest WHERE id > 3;
-[ 6    ]
+[ 9    ]
 
 # 22:26:49 >  
 # 22:26:49 >  "Done."
diff --git a/sql/test/HTM/Tests/ReadsItsOwnWrites-cleanup.stable.out 
b/sql/test/HTM/Tests/ReadsItsOwnWrites-cleanup.stable.out
--- a/sql/test/HTM/Tests/ReadsItsOwnWrites-cleanup.stable.out
+++ b/sql/test/HTM/Tests/ReadsItsOwnWrites-cleanup.stable.out
@@ -28,7 +28,7 @@ Ready.
 # 22:22:13 >  
 
 #DELETE FROM htmtest WHERE id > 3;
-[ 3    ]
+[ 0    ]
 
 # 22:22:13 >  
 # 22:22:13 >  "Done."
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to