Marcin Kruglik

Results 5 comments of Marcin Kruglik

I have the same problem. When Placing different types of markers on the map initially they are messed up (not correct markers are shown for locations). Zooming in or out...

@blaluc Did you manage to start the container with an init script? I'm facing the same issue, tried to use wait for log message configuration but unsuccessful.

``` Wait.forLogMessage("your_log_message", 1) ``` So I added to my init script print statement with message which I'm waiting for to be printed. Most likely I'm doing it wrong, as I...

https://github.com/blekione/testcontainers_reprod @kiview or should I create pull request?

@kiview I want to add some records to the database at the initialisation. I tend to write first test as if my db service can read from the database before...