-
Notifications
You must be signed in to change notification settings - Fork 10
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
StaticFieldSubclassExtensionTest fails #30
Comments
Seems to be something to do with the number of tests run with the KafkaClusterExtension. As an experiment, I removed all the tests apart from I notice the test is failing when performing |
Root cause is sometimes the network creation call fails on my platform. There's nothing in the podman logs that helps me understand why this sometimes happen. I'm not sure how to debug the issue. I'll try raising an issue in the podman. The testcontainer framework is capable of retrying error, but it appear that owing to a programming error, this isn't applied to the network creation. I raised this as: testcontainers/testcontainers-java#6667 and intend to submit a PR. There's a workaround we can apply to kroxy now, and a defect fix to testcontainers to resolve the error handling. |
…n network creation can fail.
Fix #30: workaround issue seen with podman on the Mac when network creation can fail.
I see this failure 100% of the time.
I'm using podman on the Mac.
The text was updated successfully, but these errors were encountered: