Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I accidentally kill processes from another build?

Victor_Rulev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 16, 2020

I'm running unit tests after the application is built. They can hang up, so I need to kill the process and fail the build after certain timeout.

I've written a batch file that handles it by using Windows "timeout", "tasklist" and "taskkill" commands. The question is, if two builds are launched simultaneously, is there a chance that one of them would kill the process from another build? And how about "tasklist" command, do separate builds have separate task lists?

2 answers

1 accepted

0 votes
Answer accepted
Jimmy Seddon
Community Champion
April 19, 2020

Hi @Victor_Rulev,

Welcome to the Community!

To answer your question directly, yes you can accidentally kill processes of another build if you aren't careful.

I haven't done what you are doing in a batch file, but we spawn a number of background jobs using Powershell for our builds and we are careful to give them specific naming conventions so that if we kill a job do to a timeout threshold being passed, we know that the job being terminated belongs to the build that spawned it.

I hope that help!

-Jimmy

1 vote
Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2020

Hey @Victor_Rulev ,

If your intention is to identify and kill a hung build, how about configuring build monitoring that kills hung builds running in your remote agent?

Cheers, Jey

Victor_Rulev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 20, 2020

I don't have access to that and I need a more "localized" solution. Besides, hung tests could be detected within 10 minutes, while timeout for a hung build could be a few hours.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events