[
http://jira.amdatu.org/jira/browse/AMDATU-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10179#comment-10179
]
Ivo Ladage - van Doorn commented on AMDATU-137:
-----------------------------------------------
Upgraded to latest nightly build of cassandra (version just before 0.7.0-RC1).
Interface has been changed: byte[] has become ByteBuffer in most methods,
libthrift library was updated and some additional exceptions are thrown.
Nevertheless tested with new cassandra version, but the result is the same.
Integration test still fails.
> 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
> Fix For: 0.0.6
>
>
> 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 TestEditor
> 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:176)
> at
> org.amdatu.test.integration.tests.UserAdminStoreTest.run(UserAdminStoreTest.java:142)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira