-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Flaky tests on ShouldReturnsCorrectStatusContractWhenBadMessageIsEmitted #44
Comments
Similarly, it can be helpful to print the containers logs as well to check if it's not a race condition (the async minion may take more time to report the result to the main container). See https://github.com/microcks/microcks-testcontainers-java/blob/main/src/main/java/io/github/microcks/testcontainers/MicrocksContainer.java#L430 where we add an extra second for avoiding this issue. Shouldn't we have this same thing here: https://github.com/microcks/microcks-testcontainers-dotnet/blob/main/src/Microcks.Testcontainers/MicrocksContainerExtensions.cs#L107 ? |
And set ConsoleLogger.Instance.DebugLogLevelEnabled to true in code. https://dotnet.testcontainers.org/custom_configuration/#enable-logging |
Looks like we can close this one now that #49 has been merged. @SebastienDegodez Is it ok for you? |
I hope my fix is sufficient. I can't reproduce on my computer. |
I have run several builds, I feel like it is better. |
Yep, you now things: "release early and break early". Let's go and close it! |
Describe the bug
On the last commit, we have an error again 🥵. I don't see where this one comes from ...
Assert.False(testResult.InProgress);
You don't have the test in java, is it possible that it's microcks that don't define "InProgress"?
Should the assert be removed from the test ?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
https://github.com/microcks/microcks-testcontainers-dotnet/actions/runs/13133862878/job/36644773078#step:10:223
Microcks version or git rev
No response
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: