Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 399990

Summary: Chrome not shutting down after running Orion Windows tests on Hudson
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: RelengAssignee: John Arthorne <john.arthorne>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker, simon_kaegi, webmaster
Version: unspecified   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Arthorne CLA 2013-02-05 10:21:43 EST
We appear to be leaving chrome browser tabs open when running the Orion tests on Hudson.
Comment 1 John Arthorne CLA 2013-02-05 10:22:46 EST
From some reading we need to add a line like this:

taskkill /f /im chrome.exe

It seems a bit heavy-handed but I haven't found a way in jstestdriver to shutdown just the specific browser tab that was used by the test.
Comment 2 John Arthorne CLA 2013-02-05 10:28:47 EST
I have added the taskill line to the hudson job configuration. We'll see if that fixes it. If that works we can move it into hudson.bat in our build scripts to make the Hudson job configuration simpler.
Comment 3 John Arthorne CLA 2013-03-22 11:00:58 EDT
This was fixed.