EventStore / samples

Samples showing practical aspect of EventStoreDB, Event Sourcing
https://developers.eventstore.com/
MIT License
70 stars 24 forks source link

DEV-249 - Fix broken CI for Java CQRS flow sample #33

Closed josephcummings closed 5 months ago

josephcummings commented 5 months ago

Rolling back contribution from @SamAllen83 in #31 due to failing CI (test failure) on the Java CQRS flow samples.

The PR originated from a fork and did not trigger the CI, meaning the failing test(s) were not identified before merging.

Some tests are failing due to Eventual Consistency, whereby views under test have not yet converged/are not consistent with expectation, in combination with If-None-Match behaviour.

A Linear issue has been added to the backlog (DEV-251) to implement a proper fix.

linear[bot] commented 5 months ago

DEV-249 Fix broken CI for Java CQRS flow sample