Running the integration tests fails at random
---------------------------------------------
Key: AMDATU-137
URL: http://jira.amdatu.org/jira/browse/AMDATU-137
Project: Amdatu
Issue Type: Bug
Reporter: Ivo Ladage - van Doorn
Assignee: Ivo Ladage - van Doorn
Priority: Blocker
After updating to the latest trunk revision and performing a mvn clean install,
the integration test keeps failing with errors that vary.
The test that fails is org.amdatu.test.integration.tests.UserAdminStoreTest,
but the exact error varies:
junit.framework.AssertionFailedError: Group 'TestGuestUsers' has 1 basic
members. Expected: 3. Members found: TestAdministrator
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.amdatu.test.integration.tests.UserAdminStoreTest.assertBasicMemberCount(UserAdminStoreTest.java:175)
at
org.amdatu.test.integration.tests.UserAdminStoreTest.run(UserAdminStoreTest.java:141)
or
junit.framework.AssertionFailedError: Group 'TestGuestUsers' has 2 basic
members. Expected: 3. Members found: TestAdministrator, TestGuest
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.amdatu.test.integration.tests.UserAdminStoreTest.assertBasicMemberCount(UserAdminStoreTest.java:175)
at
org.amdatu.test.integration.tests.UserAdminStoreTest.run(UserAdminStoreTest.java:141)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira