nikgoodley-ibboost / js-test-driver

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

infinite loop when running a simple testcase on 9 different browsers sometimes #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.write a simple testcase
2.start server, capture nine different browsers on server
3.run jsTestDriver.jar, run this testcase for many times, and it will fall into 
infinite loop after testing for 2 to 5 times

What is the expected output? What do you see instead?
expect : after run testcase for 10 times, server is still alive, client is 
closed
actural : after 2 to 5 times, the client will fall into infinite loop, 
      the log in client: 
      2011-12-26 17:06:35 com.google.jstestdriver.HttpServer fetch
      最好: Fetching http://10.2.74.253:9876/cmd?id=1324889597872

      browser info: 
      Id: 1324889597872
      Name: Firefox
      Version: 5.0.1
      Operating System: Windows
      Currently running command= {"command":"runTests","parameters":["[\"all\"]","true","1"]}

What version of the product are you using? On what operating system?
jsTestDriver 1.3.2
java : 1.6.0_10-rc2
system : windows XP SP3

Please provide any additional information below.
browsers info : 
Captured Browsers: (9)

Id: 1324889597213
Name: Firefox
Version: 3.6.23
Operating System: Windows
Currently waiting...

Id: 1324889597872
Name: Firefox
Version: 5.0.1
Operating System: Windows
Currently running command= 
{"command":"runTests","parameters":["[\"all\"]","true","1"]}

Id: 1324889597984
Name: Microsoft Internet Explorer
Version: 6.0
Operating System: Windows
Currently waiting...

Id: 1324889596991
Name: Chrome
Version: 15.0.874.106
Operating System: Windows
Currently waiting...

Id: 1324889946367
Name: Opera
Version: 9.80
Operating System: Windows
Currently waiting...

Id: 1324889599134
Name: Safari
Version: 534.52.7
Operating System: Windows
Currently waiting...

Id: 1324889597622
Name: Microsoft Internet Explorer
Version: 8.0
Operating System: Windows
Currently waiting...

Id: 1324889598655
Name: Firefox
Version: 4.0.1
Operating System: Windows
Currently waiting...

Id: 1324889597868
Name: Microsoft Internet Explorer
Version: 7.0
Operating System: Windows
Currently waiting...

Original issue reported on code.google.com by wangj...@gmail.com on 26 Dec 2011 at 9:12

Attachments: