You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ict issue (#393)
### What changes were proposed in this pull request?
+ Find an available port from a port range
+ Randomizing ports from a range of ports to resolve conflicts during
concurrent calls
### Why are the changes needed?
Graviton JettyTest uses an automatic allocation Port, if exception test
cases are in parallel, it will target the JettyTest port flaky conflict
issue.
Fix: #392
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Added `testFindAvailablePort()` in the `TestRESTUtil.java`
Describe what's wrong
Graviton JettyTest uses an automatic allocation Port, if exception test cases are in parallel, it will target the JettyTest port flaky conflict issue.
Error message and/or stacktrace
How to reproduce
execution
./gradlew build
Additional context
No response
The text was updated successfully, but these errors were encountered: