hnaderi / edomata

Production ready event-driven automata for Scala, Scala.js and scala native
http://edomata.ir/
Apache License 2.0
79 stars 9 forks source link

Test failure #198

Open hnaderi opened 12 months ago

hnaderi commented 12 months ago

X tests.SkunkPersistenceKeywordNamespaceSuite.skunk: Must consume outbox correctly once failed in the CI

https://github.com/hnaderi/edomata/blob/203e1c76122b3225c00cc8c9b1bed5601aeb5224/modules/backend-tests/shared/src/main/scala/PersistenceSuite.scala#L148

github-actions[bot] commented 12 months ago

Thank you for submitting this issue and welcome to the edomata community! We are glad that you are here and we appreciate your contributions.

hnaderi commented 5 months ago

We're also facing this failure sometimes:

X tests.DoobiePersistenceKeywordNamespaceSuite.doobie: Appending must be idempotent
hnaderi commented 5 months ago

Some part of this problem was due to interference of other platforms' tests running at the same time and changing the database. This is solved now as the databases are separated. But I'll let this issue be open for some time if there are other coincidences.