-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
JDK native sanity test fails on test-azure-win2012r2-x64-1 only #964
Comments
Last comment is different, but this is issue appears to be the same (and has a trss link which shows which machines it's passed/failed on): adoptium/aqa-tests#1471 |
Seems I forgot to exclude this when I made the issue, which is why it is still failing in tests. I will put in a merge request for it later. |
If we exclude it it won't run anywhere - i.e. not on the non-azure machines where it runs successfully. Better to find out why it fails on the azure machines. |
True, but the common approach is to raise an issue and exclude the test so that the nightly tests are green (and therefore easier to spot newer failures). The bug will be dealt with and tracked by this issue and then once resolved can be un-excluded. |
@adam-thorpe is correct, the expectation is that test is excluded, some individual takes ownership of the issue, makes a change in their branch to re-include the test as they investigate and 'grind' the test on various machines, making notes and updates in the issue. When they arrive at the solution (which in this case may be to correct the configuration of the azure machine config), they can merge their 're-inclusion' of the test. |
@adam-thorpe And it appeared to work, on both |
Thats my bad, because the test was excluded, supplying native_sanity as the target wont run the test. Recreated here: https://ci.adoptopenjdk.net/job/Grinder/1584/console |
The rebuild of 1584 worked on so it only affects |
Okay so this test compiles some very basic c++ code which should print "hello" and exit with code 0. Instead error code 255 is returned. After doing some digging it would seem that this is a common error code when c++ code fails to compile. @Willsparker can you check the VS versions are all installed correctly on this machine? |
Its missing MSVS 14.0 which is 2015 is it not? |
Aaaaaaahhhhhh ... I was trying to figure out how this was failing as I had assumed it was built within the job, but that So yeah chucking the extra Visual Studio version on the machine should resolve this. I guess azure-1 was set up before we started installing the later version. |
Ah that makes sense. And yeah Will figured out that azure 2 and 3 were added later so thats why they have the right version and 1 doesn't |
Theres no harm in installing both anyway :-) |
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1654/ Installed MSVS2017 and it passed on |
When running on this azure machine, the test seems to fail constantly, across multiple versions (JDK 11 and 13) and x64/x32/large heap. Doesn't seem to fail on any of the other machines. I would assume azure 2 and 3 would produce the same output but they are currently offline.
See: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/825/
Rebuild: https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=11&JDK_IMPL=openj9&BUILD_LIST=openjdk&JenkinsFile=openjdk_x86-64_windows&TARGET=jdk_native_sanity_0&LABEL=test-azure-win2012r2-x64-1
Test: native_sanity/simplenativelauncher/ProgramTest.java
The text was updated successfully, but these errors were encountered: