vlingo / xoom-symbio-jdbc

The VLINGO XOOM SYMBIO implementation for JDBC for Reactive storage using Event-Sourcing, Key-Value, and Object storage.
https://vlingo.io
Mozilla Public License 2.0
4 stars 12 forks source link

vlingo-symbio-jdbc stops the full build #28

Closed anderskristian closed 4 years ago

anderskristian commented 4 years ago

The build with running tests breaks

An option could be to disable the tests as long as they do not run.

[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR] io.vlingo.symbio.store.journal.jdbc.postgres.PostgresJournalActorTest.testRedispatch(io.vlingo.symbio.store.journal.jdbc.postgres.PostgresJournalActorTest)
[ERROR]   Run 1: PostgresJournalActorTest>BasePostgresJournalTest.setUpDatabase:47->testConfiguration:18 » IllegalState
[ERROR]   Run 2: PostgresJournalActorTest>BasePostgresJournalTest.tearDownDatabase:58->BasePostgresJournalTest.dropDatabase:63 » NullPointer
[INFO] 
VaughnVernon commented 4 years ago

Hi @anderskristian At the moment the local platform build requires some special care. Please see the README for details.

VaughnVernon commented 4 years ago

@anderskristian ATM you must bounce the Postgres and MySQL databases between test runs.

$ ./pgbounce.sh
anderskristian commented 4 years ago

Hi @VaughnVernon

Yes I have started the docker compose But I have forgotten that I have the Elephant running local on my Mac. After stopping the elephant - it works again. .. sorry for making the bug report /Anders

PS: The elephant is /Applications/Postgres.app