selenium-standalone icon indicating copy to clipboard operation
selenium-standalone copied to clipboard

Intermittent test failure

Open seanpoulter opened this issue 10 months ago • 1 comments

There is at least one intermittent test failure in the CI pipeline: https://github.com/webdriverio/selenium-standalone/actions/runs/8555104397/job/23441790222?pr=899

   133 passing (1m)
  1 failing

  1) check staring drivers twice with onlyDriver option
       check staring twice chromedriver:

      AssertionError [ERR_ASSERTION]: false == true
      + expected - actual

      -false
      +true
      
      at Context.<anonymous> (test\only-driver-tests.js:96:5)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

seanpoulter avatar Apr 05 '24 05:04 seanpoulter

Hi @seanpoulter it seems flaky, the same here https://github.com/webdriverio/selenium-standalone/actions/runs/9652863807/job/26623922473 possible because of timeout, i've increased timeout in 'port-is-reachable' method, let's see how it'll be working

one more test case especially for mac, for the rest os it's working as expected

1 failing

  1. when files are installed should not reinstall them:

    AssertionError [ERR_ASSERTION]: It should not have reinstalled files

    • expected - actual

    -true +false

    at Context. (test/no-reinstall.js:41:12)

udarrr avatar Jun 24 '24 22:06 udarrr