Skip to content

Instantly share code, notes, and snippets.

@dispalt

dispalt/test.sh Secret

Created October 31, 2016 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dispalt/83bc13908c1825925bf2b4361e9c5e33 to your computer and use it in GitHub Desktop.
Save dispalt/83bc13908c1825925bf2b4361e9c5e33 to your computer and use it in GitHub Desktop.
[info] EventLogSpecVitess:
[info] An event log
Oct 30, 2016 9:49:30 PM io.grpc.internal.ManagedChannelImpl <init>
INFO: [ManagedChannelImpl@3cb6ad1] Created with target 127.0.0.1:15999
Oct 30, 2016 9:49:30 PM io.grpc.internal.ManagedChannelImpl <init>
INFO: [ManagedChannelImpl@c03897b] Created with target 127.0.0.1:15991
[ERROR] [10/30/2016 21:49:31.204] [pool-1-thread-1-ScalaTest-running-EventLogSpecVitess] [com.rbmhtechnology.eventuate.log.vitess.Vitess] Vitess extension initialized
[info] - must write local events
[info] - must write local events with undefined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write local events with undefined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write local events with defined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write local events with defined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write local events with undefined defaultRoutingDestination and undefined customRoutingDestinations and not route them to collaborators with defined aggregateId
[info] - must write local events with undefined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must write local events with defined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must write local events with defined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must reply with a failure message if write fails
[info] - must write replicated events
[info] - must write replicated events with undefined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write replicated events with undefined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write replicated events with defined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write replicated events with defined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with undefined aggregateId
[info] - must write replicated events with undefined defaultRoutingDestination and undefined customRoutingDestinations and not route them to collaborators with defined aggregateId
[info] - must write replicated events with undefined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must write replicated events with defined defaultRoutingDestination and undefined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must write replicated events with defined defaultRoutingDestination and defined customRoutingDestinations and route them to collaborators with defined aggregateId
[info] - must write replicated events and update the replication progress map
[info] - must reply with a failure message if replication fails
[info] - must reply with a failure message if replication fails and not update the replication progress map
[info] - must replay events from scratch
[info] - must replay events in batches
[info] - must replay events from a custom position
[info] - must replay events from the default log if request aggregateId is not defined
[info] - must replay events from the index if request aggregateId is defined
[info] - must replay events from the index with proper isolation
[info] - must replay events from the index and from a custom position
[info] - must not replay events with non-matching aggregateId if request aggregateId is defined
[info] - must reply with a failure message if replay fails
[info] - must replication-read local events
[info] - must replication-read local and replicated events
[info] - must replication-read events with a batch size limit
[info] - must replication-read events with a scan limit
[info] - must replication-read events from a custom position
[info] - must replication-read events from a custom position with a batch size limit
[info] - must replication-read events from a custom position with a scan limit
[info] - must replication-read events with with a custom filter
[info] - must limit replication read progress to given scan limit
[info] - must not replication-read events from index
[info] - must reply with a failure message if replication-read fails
[ERROR] [10/30/2016 21:52:29.106] [test-akka.actor.default-dispatcher-87] [akka://test/user/$Q/$a/$a] boom (com.rbmhtechnology.eventuate.IntegrationTestException$)
[info] - must recover the current sequence number on (re)start
[ERROR] [10/30/2016 21:52:42.988] [test-akka.actor.default-dispatcher-7] [akka://test/user/$R/$a/$a] boom (com.rbmhtechnology.eventuate.IntegrationTestException$)
[info] - must recover an adjusted sequence number on restart
[ERROR] [10/30/2016 21:52:56.696] [test-akka.actor.default-dispatcher-72] [akka://test/user/$S/$a/$a] boom (com.rbmhtechnology.eventuate.IntegrationTestException$)
[info] - must recover the replication progress on (re)start
[info] - must update the replication progress if last read sequence nr > last replicated sequence nr
[info] - must update an event's system timestamp
[info] - must update an emitted event's process id and vector timestamp during if the process id is not defined
[info] - must not update an emitted event's process id and vector timestamp during if the process id is defined
[info] - must update a replicated event's process id and vector timestamp during if the process id is not defined
[info] - must not update a replicated event's process id and vector timestamp during if the process id is defined
[info] - must not write events to the target log that are in causal past of the target log
[info] - must not read events from the source log that are in causal past of the target log (using the target time from the request)
[info] - must not read events from the source log that are in causal past of the target log (using the target time from the cache)
[info] - must delete all events when requested sequence nr is higher than current
[info] - must not replay deleted events
[info] - must not replay deleted events from an index
[info] - must not delete future events when requested sequence nr is higher than current
[info] - must not mark already deleted events as not deleted
[info] A vitess event log
[info] - must serve small replication reads efficiently
Oct 30, 2016 9:57:05 PM io.grpc.internal.ManagedChannelImpl maybeTerminateChannel
INFO: [ManagedChannelImpl@3cb6ad1] Terminated
Oct 30, 2016 9:57:05 PM io.grpc.internal.ManagedChannelImpl maybeTerminateChannel
INFO: [ManagedChannelImpl@c03897b] Terminated
[info] Run completed in 7 minutes, 37 seconds.
[info] Total number of tests run: 60
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 60, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 467 s, completed Oct 30, 2016 9:57:07 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment