-
Notifications
You must be signed in to change notification settings - Fork 215
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
Use Network.newNetwork() to create a Docker Network #1273
Conversation
Signed-off-by: sirivarma <[email protected]>
@artur-ciocanu , @salaboy , @cicoyle I just saw other non flaky tests use this pattern of creating a network. So changed this test to match that pattern as well. Let me know your thoughts |
Signed-off-by: sirivarma <[email protected]>
…iri-varma/java-sdk into users/svegiraju/fix-flaky-test
@siri-varma we cannot use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think we can do this.
} else { | ||
return defaultDaprNetwork; | ||
} | ||
return Network.newNetwork(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siri-varma this would have been so much easier.. but we cannot do that if we want to run both applications locally to reuse the network.
@siri-varma can you please close this one? |
Synced up with @salaboy and looks like he is already working on it. Will close this PR. |
Description
From the logs it is not able to find "dapr-network"
The other nonflaky tests inside testcontainers just use Network.newNetwork(). So changed this to use the same pattern
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1248
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: