Changeset: 92b1e09dbd43 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=92b1e09dbd43 Modified Files: sql/test/BugTracker-2011/Tests/many-connects-cache.Bug-2904.SQL.py Branch: Jul2012 Log Message:
Serialize test output. diffs (14 lines): diff --git a/sql/test/BugTracker-2011/Tests/many-connects-cache.Bug-2904.SQL.py b/sql/test/BugTracker-2011/Tests/many-connects-cache.Bug-2904.SQL.py --- a/sql/test/BugTracker-2011/Tests/many-connects-cache.Bug-2904.SQL.py +++ b/sql/test/BugTracker-2011/Tests/many-connects-cache.Bug-2904.SQL.py @@ -31,9 +31,7 @@ clients = [] for i in range(50): c = process.client('sql', args = ['-s', 'SELECT rad(55.81689)'], user = 'testuser', passwd = 'testpassword', -# stdout = process.PIPE, -# stderr = process.PIPE - ) + stdout = process.PIPE, stderr = process.PIPE) clients.append(c) for c in clients: _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list