Hi All,
Please help me in understanding why below error occurs and how can I resolve this. Due to this error , tests dint run and pass percentage is not good.
Issue:
Around 15 tests passed in a class and then this error occurred while trying to launch firefox for 16th test. This count is not consistent. In another run, after 8 tests passed, this error occurred while trying to launch firefox for 9th test. After this error occurred, the following tests dint run and failed at this point.
Selenium : 3.14
Firefox : 60.0
Geckodriver:0.20.0
I searched about this error and got an info that if firefox launched by previous tests are not closed properly, we hit this error. But firefox launched by previous tests have closed gracefully.Still this error occurs.
Error Message
org.openqa.selenium.WebDriverException: Socket timeout reading Marionette handshake data: Resource temporarily unavailable (os error 11)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: '203995255ebf', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '4.1.12-124.24.3.el7uek.x86_64', java.version: '1.8.0_191'
Driver info: driver.version: FirefoxDriver
remote stacktrace:
Thanks,
Arthi