Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16853/src/test/BugTracker/Tests

Modified Files:
      Tag: SQL_2-18
        cardinality_violation.SF-1240701.stable.err.Five 
Log Message:

forgot to checkin some modified output with my yesterday's changes:

Replacing `execute at {"localhost:$XRPCPORT"}`
       by `execute at {"$HOST:$XRPCPORT"}`
seems to "solve" (avoid?) the problem that XRPC does not release its socket 
properly.

Hence, we do so for all XRPC tests, but add one new test that still checks
the `execute at {"localhost:$XRPCPORT"}` case.
Next to being related to the use of localhost (i.e., the loop-back interface),
the problem might also be related to the fact that XRPC client and server run
within the same Mserver process.

Although the current default in MonetDB4/conf/MonetDB.conf.in is 
"xrpc_open=true",
we make Mtest.py explicitely start Mserver with "--set xrpc_open=true"
to be keep the XRPC tests working even in case the default will be changed.


Index: cardinality_violation.SF-1240701.stable.err.Five
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/cardinality_violation.SF-1240701.stable.err.Five,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- cardinality_violation.SF-1240701.stable.err.Five    23 May 2007 22:06:01 
-0000      1.11
+++ cardinality_violation.SF-1240701.stable.err.Five    11 Aug 2007 07:46:18 
-0000      1.11.2.1
@@ -7,7 +7,7 @@
 
 MAPI  = [EMAIL PROTECTED]:37200
 QUERY = select * from env() as env where name = ( select 'prefix' from env() 
as env );
-ERROR = !SQLException:zero_or_one:cardinality violation (41>1)
+ERROR = !SQLException:zero_or_one:cardinality violation (42>1)
 MAPI  = [EMAIL PROTECTED]:37200
 QUERY = select * from columns where name = (select columns.name from _tables, 
columns where _tables.id = columns.table_id);
 ERROR = !SQLException:zero_or_one:cardinality violation (171>1)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to