-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Nightly test failures to investigate #24
Comments
openj9, functional, 8|11|14, ubuntu | mac failures are related with native tests. Test against nightly build from AdoptOpenJDK, which doesn't include native libs. To avoid this I will update target to |
jdk_foreign_0 failure affects:
The reason is similar to the above comment, due to missing testimages. Will update playlist to make sure the tests belong to Fixed. |
There is only one test java/foreign/TestNative.java depends on the testimages. If we add |
hmm, we could do as Pete has done for other tests (example), where the individual test gets excluded, then it gets its own test target where it gets run without referencing the excludes problem list. Not sure if this is a good pattern for the long-term though. |
TEST: java/util/Locale/LocaleCategory.java failed with jdk_util_j9: ubuntu, openj9, 11 |14 Update: java/util/zip/ZipFile/TestCleaner.java error with jdk_util_j9, ubuntu, openj9, 11 failure is intermittent. Looking into the issues ... |
TestCleaner has failed in other runs too, see eclipse-openj9/openj9#8872 also see eclipse-openj9/openj9#9042, though it ended up being reported as infra issue: adoptium/infrastructure#1268 |
Window issue related with cygwin not installed at all, need to looking into the reason. |
Macos, hotspot, 8, jdk_jdi failed 90, looks like all are
Similar issue to jdk11, jdk14, which regroug the jdk_jdi to jdk_svc_sanity. Got same errors on Mac.
|
Ubuntu, 8 | 11, openj9, functional:
|
Ubuntu, 8 | 11 |14 , openj9, functional
|
Ubuntu | Macos| windows -jdk11,jdk14 openj9, functional jvmnativestest_0, looks like it's native test, need to double check.
|
Ubuntu, jdk11, openj9, fucnitonal, testJITServer_0 , similar to comment #24 (comment)
|
Macos, openj9, functional, jdk8 | jdk11 | jdk14 cmdLineTester_callsitedbgddrext_openj9_0
|
Macos, openj9, functional, jdk8 | jdk 11 | jdk14 testSCCMLTests1_openj9_1:
Refer to #55 |
Macos, openj9, functional, jdk8:: cmdLineTester_CryptoTest_0
|
Macos, openj9, functional, jdk11 | jdk14 SCURLClassLoaderNPTests_1
resolved in #58 |
Recorded all failure with ubuntu and macos. Will triage later. Will wait new run with windows and see how it goes. |
Windows, jdk11, openjdk, hs|openj9: Test is limited to windows in jdk11. For jdk14 + is limited to windows and vm.compMode != "Xcomp", which means it is excluded for regular run. So for now will only exclude it in Problemlist11. |
All windows issues updated. |
Latest failures update:
TestJlmRemoteMemoryAuth_0 on build ubuntu-latest, 8, hotspot, system. same behaviour on AdoptOpenJDK:
Check LANG=C.UTF-8 , adoptium/infrastructure#1268 (comment). If that's the case need to check github action runner 's default Lang Setting? set LANG=en_US.UTF-8
|
rerun java/util/Locale/LocaleCategory.java on ubuntu against openj9 and hotspot in AdoptOpenJDK both showing LANG=en_US.UTF-8 and passed. rerun in github action, and shows LANG=en_US.UTF-8 and passed. ( ignore the action status, see the console output): Could be other test changes the setting? However run jdk_util_openj9 target and passed running the sanity set also pass. The runner version is same as 'Current runner version: '2.273.5'' |
All existing failures have been either fixed or addressed in separate issues. Close this now. |
Now that nightlies are running as part of a recent addition of some workflows, we have to triage and clean up the runs:
https://github.com/AdoptOpenJDK/run-aqa/actions/runs/181650277
I've created eclipse-openj9/openj9#10227 for the failures relating to that, but there are other types of failures in the nightly build that need to be looked at.
FYI @sophia-guo can you please help review some of the other types of failures seen in these nightlies?
The text was updated successfully, but these errors were encountered: