The Open Anzo Project

Semantic Application Middleware

Ticket #37 (closed defect: invalid)

Opened 1 year ago

Last modified 8 months ago

intermittent failure of TestQueries.testAddingSameStatementsToMultipleLocalModelsAndQuery

Reported by: jpbetz Assigned to: mroy
Priority: major Milestone: 3.0 milestone1
Component: openanzo Version: 3.0
Keywords: regression build Cc:

Description (Last modified by mroy)

Occurred on auto build server second run after test was included in regressions. Test will be disabled until this is resolved.

Matt, assigning to you for now. Please reassign as needed.

build link: http://www.openanzo.org:8180/cruisecontrol/buildresults/openanzo?log=log20071006173214

org.openanzo.common.exceptions.TransportException: ErrorCode[4097:10] Unknown AXIS error:; nested exception is:  
org.xml.sax.SAXParseException: Premature end of file.  
	at org.openanzo.common.exceptions.AnzoException.createException(AnzoException.java:136) 
	at org.openanzo.services.impl.WSModelService.reset(WSModelService.java:184) 
	at org.openanzo.test.client.TestQueries.testAddingSameStatementsToMultipleLocalModelsAndQuery(TestQueries.java:909) 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
	at java.lang.reflect.Method.invoke(Method.java:585) 
	at junit.framework.TestCase.runTest(TestCase.java:164) 
	at junit.framework.TestCase.runBare(TestCase.java:130) 
	at junit.framework.TestResult$1.protect(TestResult.java:110) 
	at junit.framework.TestResult.runProtected(TestResult.java:128) 
	at junit.framework.TestResult.run(TestResult.java:113) 
	at junit.framework.TestCase.run(TestCase.java:120) 
	at junit.framework.TestSuite.runTest(TestSuite.java:228) 
	at junit.framework.TestSuite.run(TestSuite.java:223) 
	at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35) 
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) 
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) 
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) 
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132) 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
	at java.lang.reflect.Method.invoke(Method.java:585) 
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314) 
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:907)

Change History

10/06/07 17:54:25 changed by jpbetz

(In [464]) addresses #37 reviewer: mroy

disabling single test that is failing intermittently on autobuild server

10/06/07 18:07:46 changed by jpbetz

(In [465]) addresses #37 reviewer: mroy

disabling testAddingSameStatementsToMultipleLocalModelsAndQuery also.

10/06/07 18:55:30 changed by jpbetz

(In [467]) addresses #37 reviewer: mroy

add another test to the intermittent failure list: TestTrackers?.testTrackersAndNotifications. Disabling to appease auto build.

10/07/07 01:37:04 changed by jpbetz

(In [479]) addresses #37 reviewer: mroy

add yet another test to the intermittent failure list: TestQueries.testRemoteDatasetQuery. Disabling to appease auto build.

10/15/07 13:24:58 changed by mroy

  • milestone changed from 2.5beta1 to 2.5beta2.

defer to beta2

10/17/07 16:18:03 changed by jpbetz

(In [569]) addresses #37 reviewer: mroy

more intermittent failure goodness:

TestQueries?.testFilterQueryDatasetService

Disabling to appease auto build.

10/17/07 16:18:46 changed by jpbetz

java.lang.IllegalMonitorStateException: TransactionQueue not in a transaction. 
	at org.openanzo.model.transaction.impl.TransactionManager.abort(TransactionManager.java:108) 
	at org.openanzo.client.DatasetService.getLocalGraph(DatasetService.java:455) 
	at org.openanzo.client.DatasetService.getLocalGraph(DatasetService.java:387) 
	at org.openanzo.test.client.TestQueries.testFilterURIQueryDatasetService(TestQueries.java:508) 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
	at java.lang.reflect.Method.invoke(Method.java:585) 
	at junit.framework.TestCase.runTest(TestCase.java:164) 
	at junit.framework.TestCase.runBare(TestCase.java:130) 
	at junit.framework.TestResult$1.protect(TestResult.java:110) 
	at junit.framework.TestResult.runProtected(TestResult.java:128) 
	at junit.framework.TestResult.run(TestResult.java:113) 
	at junit.framework.TestCase.run(TestCase.java:120) 
	at junit.framework.TestSuite.runTest(TestSuite.java:228) 
	at junit.framework.TestSuite.run(TestSuite.java:223) 
	at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35) 
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) 
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) 
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) 
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132) 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
	at java.lang.reflect.Method.invoke(Method.java:585) 
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314) 
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:907)

10/17/07 17:36:24 changed by jpbetz

(In [570]) Reviewer: mroy re #37

mimic shell script style logging on autobuild server

10/17/07 17:40:57 changed by jpbetz

(In [571]) reviewer: mroy re #37

rollback r570, pom.xml is the file I want checked in to mimic shell script style logging for build

10/18/07 17:25:18 changed by jpbetz

  • milestone changed from 2.5beta2 to 3.0 milestone1.

Milestone 2.5beta2 deleted

10/18/07 23:05:06 changed by jpbetz

(In [584]) reviewer: mroy re #37

Archive logs of anzo server run on autobuild server for regression tests. Stop allowing openanzo and openanzo-nightly to run concurrently on cruise control due to potential port conflict of anzo server run during regression tests. Simplify startup of anzo server for regression tests. Move headers in pom's so maven won't clobber them for release:prepare goal.

11/05/07 00:22:43 changed by jpbetz

  • version changed from 2.5 to 3.0.

04/29/08 13:20:29 changed by mroy

  • status changed from new to closed.
  • resolution set to invalid.
  • description changed.
Copyright © 2007 - 2008 OpenAnzo.org