Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@HofmeisterAn
Copy link
Collaborator

What does this PR do?

The PR fixes an issue where the wait for log messages strategy failed to indicate readiness for a reuse configuration. When the container is not stopped before reusing it in a new test process, the wait strategy fails to detect readiness. The wait for log messages strategy filters the wrong time range of log messages, which leads to missing the log messages it checks for.

The PR sets the properties CreatedTime, StartedTime, and StoppedTime to the values included in the container inspect response, which now filters the correct time range.

Why is it important?

-

Related issues

@HofmeisterAn HofmeisterAn added the bug Something isn't working label May 27, 2025
@netlify
Copy link

netlify bot commented May 27, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit e0c2685
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/6835a07f4893d50008fda943
😎 Deploy Preview https://deploy-preview-1455--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@HofmeisterAn HofmeisterAn merged commit 8588794 into develop May 27, 2025
133 checks passed
@HofmeisterAn HofmeisterAn deleted the bugfix/set-created-started-stopped-time branch May 27, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Azurite hangs when configured with Reuse

2 participants