Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing spec: CassandraSnapshotStoreSpec.SnapshotStore_should_not_load_a_snapshot_given_an_invalid_persistence_id #5

Open
Aaronontheweb opened this issue Aug 7, 2015 · 1 comment

Comments

@Aaronontheweb
Copy link
Member

Currently failing on master/dev: CassandraSnapshotStoreSpec.SnapshotStore_should_not_load_a_snapshot_given_an_invalid_persistence_id

http://petabridge-ci.cloudapp.net/viewLog.html?tab=buildLog&logTab=tree&filter=debug&guest=1&expand=all&buildId=1812#_focus=386

@LukeTillman
Copy link

I've got a change to the tests to try and improve the stability of them (I'd like to see if not creating/tearing down the entire Cassandra Keyspace between tests helps since that's not the ideal thing to do). My change was based on Akka.Persistence and the related libraries being at 1.0.3. Looks like we upgraded to 1.0.4 while I was working on it and when I pull down those changes and try to run tests, I'm running into akkadotnet/akka.net#1235.

My guess is that Akka.Persistence.Cassandra 1.0.4 is probably broken because of that bug (not just the tests). Once that gets figured out, I'll try applying changes again and we can see if that helps. I'm hoping it will address this issue and the other failing spec (#4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants