nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Eclipse plugin does not kill server when Eclipse is restarted #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start Eclipse
2. Start a JsTestDriver from within Eclipse and connect a browser
3. Restart Eclipse (using the restart feature, in File > Restart on Mac)

What is the expected output? What do you see instead?
I would expect the client to be disconnected, but it's not.
I would also expect to be able to start the server (on the same port). This 
fails with error "Error starting server on port X" where X is my configured 
port.

What version of the product are you using? On what operating system?
JsTestDriver 1.3.4.e
Eclipse Indigo on Mac

Please provide any additional information below.
If steps 1-3 have been performed, the JsTestDriver server is killed only when 
Eclipse is fully closed.

Original issue reported on code.google.com by david.pa...@gmail.com on 12 Jun 2012 at 1:03

GoogleCodeExporter commented 8 years ago
Sorry, 2. should read "Start a JsTestDriver *server* from within Eclipse and 
connect a browser"

Original comment by david.pa...@gmail.com on 12 Jun 2012 at 1:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The same problem occurs when switching from a workspace to another, instead of 
restarting Eclipse (in step 3).

Original comment by david.pa...@gmail.com on 25 Jun 2012 at 1:37