-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement more robust tests scenario using Wiremock #23
Comments
@jonesbusy
What tests do you think should be written? Once I have your feedback, I will start working on them. Thanks! |
Did you check what test are missing? Which one makes sense on your point of view? Thanks |
We need to test |
The duration is quiet short for now. Ideally we should also run such test in parallel Perhaps one of the first test is to ensure @WireMockTest
@Execution(ExecutionMode.SAME_THREAD)
public class RegistryWireMockTest { can run in parallel RIght now for some reason they are flaky when running in parallel (maybe due to the share Wiremock instance or worse concurrency issue on the SDK level) |
For example errors from registry, timeout, blob upload and retry
The text was updated successfully, but these errors were encountered: