-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
run_tests
on Windows VPC runs failing
#3707
Comments
Working ok in my new vagrant POC.. https://ci.adoptium.net/job/SFR-VPC-AZURE-POC/OS=Win2022,label=vagrantX/29/console 06:55:18.850 PASSED test targets: 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 MathLoadTest_all_5m_0 06:55:18.850 MathLoadTest_all_5m_1 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 MiniMix_5m_0 06:55:18.850 MiniMix_5m_1 06:55:18.850 MiniMix_10m_0 06:55:18.850 MiniMix_10m_1 06:55:18.850 MiniMix_aot_5m_0 06:55:18.850 ConcurrentLoadTest_5m_0 06:55:18.850 ConcurrentLoadTest_5m_1 06:55:18.850 DBBLoadTest_5m_0 06:55:18.850 DBBLoadTest_5m_1 06:55:18.850 LangLoadTest_5m_0 06:55:18.850 LangLoadTest_5m_1 06:55:18.850 LockingLoadTest_0 06:55:18.850 LockingLoadTest_1 06:55:18.850 UtilLoadTest_5m_0 06:55:18.850 UtilLoadTest_5m_1 06:55:18.850 MachineInfo_0 06:55:18.850 MachineInfo_0 06:55:18.850 06:55:18.850 TOTAL: 41 EXECUTED: 26 PASSED: 26 FAILED: 0 DISABLED: 7 SKIPPED: 8 06:55:18.850 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
A single test failed in this run ( on the existing machine.. ) https://ci.adoptium.net/job/VagrantPlaybookCheck/OS=Win2022,label=vagrant/1951/console This has been problematic in the past I believe, as seen in ( #3689 )
|
Not sure what happened with that run - if you look at the deep history link it shows it was from the job with parent build 343 which is https://ci.adoptium.net/job/AQA_Test_Pipeline/343/console and the extended.openjdk run stopped with:
|
Run with 5x tests running here... will likely occupy the VPC win2022 for a while.. |
Summary (Noting that this build was based on openjdk/jdk21u):
All of the above are included in extended.system and there have been no failures of that job in the last five runs.
I suspect that we should look at taking these out of the VPC runs since they generally seem to be getting stuck with @smlambert The full extended_system target was originally chosen and added in this PR as it was considered a good validation of the playbooks as was a target that exercised perl, but I presume we could get away with a smaller subset of that which would still provide the validation that perl is working as expected. If there are particular tests that you'd like to see, whether in the system suite or elsewhere, when we run the Windows playbook validation let me know sine it's been 4½ years since we chose these ones. For comparison on Linux (in testJDK.sh) we only run |
The current set of tests, now pass in the refreshed Vagrant environment. See https://ci.adoptium.net/job/VagrantPlaybookCheck/OS=Win2022,label=vagrant/1957/console |
Related: #3288 which shows failures on MBCS tests on Linux
Latest run from a branch of mine: https://ci.adoptium.net/view/Tooling/job/VagrantPlaybookCheck/OS=Win2022,label=vagrant/1950/console
I looked back in the history and the previous run that got as far as executing tests seems to have been https://ci.adoptium.net/view/Tooling/job/VagrantPlaybookCheck/OS=Win2022,label=vagrant/1854/console (although that didn't run a build, but the errors are the same as my new one)
The text was updated successfully, but these errors were encountered: