You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests on lemon-demo-reactive requires mongodn to be running locally, and even then fails when run first time, If you run it second time, it passes.
Looks like it requires lemontest database to pre-exist. Couldn't we fix it by creating it beforehand? Or better yet, would be great if we could point it to an in-memory DB, or Docker or do something robust about it.
Technical hint: See the @SpringBootTest annotations on AbstractTests, and also MyTestUtils.initDatabase.
The text was updated successfully, but these errors were encountered:
Running tests on
lemon-demo-reactive
requires mongodn to be running locally, and even then fails when run first time, If you run it second time, it passes.Looks like it requires
lemontest
database to pre-exist. Couldn't we fix it by creating it beforehand? Or better yet, would be great if we could point it to an in-memory DB, or Docker or do something robust about it.Technical hint: See the
@SpringBootTest
annotations onAbstractTests
, and alsoMyTestUtils.initDatabase
.The text was updated successfully, but these errors were encountered: