sendaoYan

Results 136 comments of sendaoYan

https://github.com/alibaba/dragonwell8/runs/7573837246?check_suite_focus=true

复现命令: ```bash for i in `seq 200` ; do time jtreg -v:fail,error,nopass -ignore:quiet -r jt-report-$i -w jt-work-$i -exclude:jdk/test/ProblemList.txt "jdk/test/:dragonwell_jdk_features" &> test-$i.log ; done ``` 失败概率:1/20 ![image](https://user-images.githubusercontent.com/24123821/182102441-5adc06fb-da34-4972-9bed-1dbda27002ac.png) [test-7.log](https://github.com/alibaba/dragonwell8/files/9232093/test-7.log) [test-55.log](https://github.com/alibaba/dragonwell8/files/9232094/test-55.log) [test-65.log](https://github.com/alibaba/dragonwell8/files/9232095/test-65.log) [test-100.log](https://github.com/alibaba/dragonwell8/files/9232096/test-100.log)...

jdk/test/com/alibaba/wisp/thread/PreemptTest.java在linux-aarch64平台上随机失败: 失败概率:21/50 测试命令: ```bash test=jdk/test/com/alibaba/wisp/thread/PreemptTest.java nproc=`nproc` ; dir="tmp-jtreg-"`basename $test .java` ; rm -rf $dir ; mkdir -p $dir ; time seq 50 | xargs -i -n 1 -P `expr $nproc...

![image](https://user-images.githubusercontent.com/24123821/172316274-d655a515-b1e6-4b5a-92c9-1e05820414d5.png)

大概100次出现13次: ```bash test=jdk/test/com/alibaba/wisp2/Wisp2TimerRemoveTest.java rm -rf tmp-jtreg ; mkdir -p tmp-jtreg ; seq 100 | xargs -i -n 1 -P 100 bash -c "jtreg -timeoutFactor:1 -v:fail,error,time,nopass -nr -w tmp-jtreg/index-{} $test &>...

> jdk.test.docker.image.name Thanks for your advice.