From: <tho...@us...> - 2013-11-09 14:00:52
|
Revision: 7519 http://bigdata.svn.sourceforge.net/bigdata/?rev=7519&view=rev Author: thompsonbry Date: 2013-11-09 14:00:45 +0000 (Sat, 09 Nov 2013) Log Message: ----------- Added delegate to trace to see which proxy version of this test fails in CI. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/test/com/bigdata/rdf/sail/TestConcurrentKBCreate.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/test/com/bigdata/rdf/sail/TestConcurrentKBCreate.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/test/com/bigdata/rdf/sail/TestConcurrentKBCreate.java 2013-11-09 12:51:08 UTC (rev 7518) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/test/com/bigdata/rdf/sail/TestConcurrentKBCreate.java 2013-11-09 14:00:45 UTC (rev 7519) @@ -369,9 +369,9 @@ errorCount.incrementAndGet(); log.error(t); + // Added delegate to trace to see which proxy version of this test fails in CI. + throw new RuntimeException("delegate="+getOurDelegate()+", t=" + t, t); - throw new RuntimeException(t); - } finally { if (conn != null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |