-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Initial testing with CosmosDB, #762 * Most things seems to work fine. * Delete of events isn't supported because CosmosDB has a different behavior for clustering columns than Cassandra. This is probably a bug in CosmosDB. * Documented configuration for compat and connection Apart from tests failing because of lack of support for delete events and all persistenceIds the following tests are failing, were slow, or overloaded the quota of the "try" account. Failing: * akka.persistence.cassandra.query.EventsByTagFindDelayedEventsSpec - live eventsByTag delayed messages must find delayed events when many other events: got unexpected message * akka.persistence.cassandra.query.EventsByTagPersistenceIdCleanupSpec - drop state and trigger new persistence id lookup peridodically: unexpected message Very slow * akka.persistence.cassandra.query.EventsByTagStrictBySeqNoEarlyFirstOffsetSpec - 354s, not failing * akka.persistence.cassandra.query.EventsByTagZeroEventualConsistencyDelaySpec - hangs * akka.persistence.cassandra.journal.RecoveryLoadSpec - not failing * akka.persistence.cassandra.compaction.CassandraCompactionStrategySpec - not failing * akka.persistence.cassandra.EventsByTagCrashSpec - never completes Overloaded: * akka.persistence.cassandra.journal.ManyActorsLoadSpec * akka.persistence.cassandra.journal.StartupLoadSpec * akka.persistence.cassandra.journal.CassandraLoadSpec * akka.persistence.cassandra.journal.CassandraJournalPerfSpec * akka.persistence.cassandra.EventsByTagStressSpec truncate not supported: * akka.persistence.cassandra.EventsByTagRecoverySpec * akka.persistence.cassandra.reconciler.BuildTagViewForPersisetceIdSpec * akka.persistence.cassandra.reconciler.TruncateAllSpec Materialized view, not relevant: * akka.persistence.cassandra.EventsByTagMigrationSpec * akka.persistence.cassandra.EventsByTagMigrationProvidePersistenceIds A few other adjustments: * change some of the testing infra * refreshSchema needed when using same session in tests * logging config * MultiPluginSpec
- Loading branch information
Showing
13 changed files
with
117 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.