-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containers fails to start running on GHA #237
Comments
Ok I see what's going on here - when looking at the failed container log output, it's only receiving STDERR output, for some reason STDOUT has not been connected? Seems pretty odd for the container to log the message that's being waited for twice in the LogMessageWaitStrategy once on STDERR and once on STDOUT? snippet from a working run:
vs a broken run:
|
Hi @nefilim sorry to hear that you have problems with this. I'm afraid that I agree with you that it's not the scala wrapper problem. I don't see anything that overrides the core (java) lib behavior. |
@kiview any thoughts? especially with the new information I found? Feels a little bit like a race condition... |
@nefilim Thanks, I'll re-open the issue at Regarding logging on STDOUT and STDERR for PotgreSQL, that's unfortunately how their image works. It is in parts documented in the discussion around this PR for more flexible PostgreSQL Wait Strategy: |
I have tried filing an issue at
testcontainers-java
but they won't look at it since we usetestcontainers-scala
.I thought it only potentially happens when running concurrently but we have one branch failing consistently now, not running concurrently with other actions.
The text was updated successfully, but these errors were encountered: