-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
excluding some jdk_net vthread testcases on aix for java 19 #4025
Conversation
java/net/vthread/HttpALot.java https://github.com/adoptium/aqa-tests/issues/4024 aix-all | ||
java/net/vthread/BlockingSocketOps.java https://github.com/adoptium/aqa-tests/issues/4024 aix-all | ||
java/net/vthread/InterruptHttp.java https://github.com/adoptium/aqa-tests/issues/4024 aix-all | ||
jdk/net/ExtendedSocketOption/DontFragmentTest.java.DontFragmentTest https://github.com/adoptium/aqa-tests/issues/4024 aix-all |
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.
DontFragmentTest.java is intermittently failing for a different reason than vthread unsupported, so we should not include it as part of this exclusion (which relates to #4024)
Execution failed: `main' threw exception: java.lang.UnsupportedOperationException: IPv6 not available
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.
@lumuchris256 - please remove line 212 from this PR
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.
noted
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.
@lumuchris256 - looking for an update to this PR before approving and merging, please see the inline comments
@smlambert |
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.
👍
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.
LGTM
…#4025) * excluding some testcases on AIX * excluding testcases
* excluding some jdk_net vthread testcases on aix for java 19 (#4025) * excluding some testcases on AIX * excluding testcases * Exclude intermittent failures tracked by jbs (#4069) Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> Co-authored-by: Lumu chris <59338693+lumuchris256@users.noreply.github.com>
excluded some tests on aix for java 19
fixes #3981
signed off by; lumuchris