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

orka x64 Mac test jobs being terminated by terminateTestProcesses.sh #4964

Open
andrew-m-leonard opened this issue Jan 15, 2024 · 2 comments
Assignees

Comments

@andrew-m-leonard
Copy link
Contributor

andrew-m-leonard commented Jan 15, 2024

It looks like the x64 Mac Orka nodes run in a docker type container host environment, as it seems one test job can see the processes of another test job, and subsequently the terminateTestProcesses.sh cleanup terminates them!

eg.
https://ci.adoptium.net/job/Test_openjdk17_hs_extended.functional_x86-64_mac/371/console
Is killing processes from job "extended.perf" : https://ci.adoptium.net/job/Test_openjdk17_hs_extended.perf_x86-64_mac/145/console

@andrew-m-leonard andrew-m-leonard self-assigned this Jan 15, 2024
@smlambert
Copy link
Contributor

Related infra issue: adoptium/infrastructure#2536

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Jan 24, 2024

Following the Orka update to the VM provisioning for this issue, I have run a manual test of a job to query test processes and kill any it finds, while at the same time running a separate build&Test job.
Unfortunately the manual job was still able to kill the seperate Jenkins Test Job processes:

This hand crafted job running on Orka provisioned node test-orka-macos14-x64-54xfp :

Was able to Terminate the processes running under this Test job running on Orka provisioned node test-orka-macos14-x64-6ckv8 :

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

2 participants