Skip to content
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

[TESTBUG][upstream]java/net/MulticastSocket/Promiscuous.java intermittently fail #556

Open
sendaoYan opened this issue Jul 7, 2023 · 2 comments
Assignees

Comments

@sendaoYan
Copy link
Collaborator

test command:

test=jdk/test/java/net/MulticastSocket/Promiscuous.java
nproc=`nproc` ; dir="tmp-jtreg-"`basename $test .java` ; rm -rf $dir ; mkdir -p $dir ; time seq 5000 | xargs -i -n 1 -P `expr $nproc / 2` bash -c "jtreg -ea -esa -timeoutFactor:4 -v:fail,error,time,nopass -nr -w $dir/index-{} $test &> $dir/{}.log ; grep 'Test results: passed: 1' -L $dir/{}.log"

dragonwell8:

image

dragonwell11:

image

@sendaoYan
Copy link
Collaborator Author

sendaoYan commented Jul 7, 2023

test result before patch:

image

test result after patch:

image

JDK-8272910.patch.txt

@sendaoYan
Copy link
Collaborator Author

openjdk/jdk8u-dev#337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant