Changeset: 1c802b9ca3d2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c802b9ca3d2
Modified Files:
monetdb5/mal/Tests/tst060.malC
Branch: oltp
Log Message:
Extended garbage testing
diffs (20 lines):
diff --git a/monetdb5/mal/Tests/tst060.malC b/monetdb5/mal/Tests/tst060.malC
--- a/monetdb5/mal/Tests/tst060.malC
+++ b/monetdb5/mal/Tests/tst060.malC
@@ -1,4 +1,4 @@
-# garbage collection strins
+# garbage collection strings
s0:= "hello";
s0:= "world";
@@ -9,3 +9,10 @@ barrier b1;
s1:= "bye";
exit b1;
io.print(s1);
+
+ t:= "0";
+barrier i:=0;
+ t:= t + "0";
+ redo i:= iterator.next(1,1000);
+exit i;
+ io.print(t);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list