Skip to content

fix(Pulsar): Wait for default namespace#1539

Merged
HofmeisterAn merged 6 commits intodevelopfrom
bugfix/set-onstatechangeto-timeout
Sep 30, 2025
Merged

fix(Pulsar): Wait for default namespace#1539
HofmeisterAn merged 6 commits intodevelopfrom
bugfix/set-onstatechangeto-timeout

Conversation

@HofmeisterAn
Copy link
Collaborator

What does this PR do?

This PR updates the Pulsar readiness check. Previously, it indicated readiness too early, which caused some CI tests to fail with the error mentioned in the issue. The root cause was that the default namespace hadn’t been created yet. Since our Pulsar module runs in standalone mode, it always creates the default namespace. The new wait strategy now ensures Pulsar is only marked as ready once that namespace is available.

Why is it important?

-

Related issues

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

netlify bot commented Sep 30, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit b9176fe
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/68dbebc719ad140008df8b64
😎 Deploy Preview https://deploy-preview-1539--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 c536f49 into develop Sep 30, 2025
137 checks passed
@HofmeisterAn HofmeisterAn deleted the bugfix/set-onstatechangeto-timeout branch September 30, 2025 15:01
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]: Pulsar tests occasionally fail (TopicNotFoundException : Namespace not found)

1 participant