Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent test failure #901

Open
seanpoulter opened this issue Apr 5, 2024 · 1 comment
Open

Intermittent test failure #901

seanpoulter opened this issue Apr 5, 2024 · 1 comment
Labels
Bug 🐛 Good First Pick Issues that have been triaged and ready for everyone to work on help wanted

Comments

@seanpoulter
Copy link
Contributor

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 seanpoulter added help wanted Good First Pick Issues that have been triaged and ready for everyone to work on Bug 🐛 labels Apr 5, 2024
@udarrr
Copy link
Member

udarrr commented Jun 24, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Good First Pick Issues that have been triaged and ready for everyone to work on help wanted
Projects
None yet
Development

No branches or pull requests

2 participants