The Open Anzo Project

Semantic Application Middleware

Ticket #73 (closed defect: worksforme)

Opened 1 year ago

Last modified 1 year ago

testChangeUserPassword fails intermittently

Reported by: jpbetz Assigned to: jpbetz
Priority: major Milestone: 3.0 milestone1
Component: openanzo Version: 3.0
Keywords: intermittent cruise Cc:

Description

This occurred on autobuild and a subsequent build with no changes ran successfully.

junit.framework.AssertionFailedError: null 
	at junit.framework.Assert.fail(Assert.java:47) 
	at junit.framework.Assert.assertTrue(Assert.java:20) 
	at junit.framework.Assert.assertTrue(Assert.java:27) 
	at org.openanzo.test.server.TestReplication.testChangeUserPassword(TestReplication.java:416) 
	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

01/28/08 01:43:05 changed by jpbetz

  • status changed from new to closed.
  • resolution set to worksforme.

This has not been occurring in recent builds.

Copyright © 2007 - 2008 OpenAnzo.org