question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integration tests fail locally with "function uv_close"

See original GitHub issue

This has been happening for a while locally, which makes the publishing pipeline annoying sometimes:

Assertion failed: (0), function uv_close, file ../deps/uv/src/unix/core.c, line 176.
error Command failed with signal "SIGABRT".

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
cowboydcommented, Jul 24, 2020

@marcosvega91 the workaround there worked, cheers!

Adding

  "resolutions": {
    "chokidar": "3.3.1"
  }

to package.json causes warnings on the yarn install, but makes the tests work consistently.

1reaction
marcosvega91commented, Jul 25, 2020

It’s originating from watchpack that is a dependency of webpack so I think that we can proceed without a problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >
Troubleshooting Continuous Integration, or How to Debug ...
Troubleshooting Continuous Integration, or How to Debug Tests That Fail on CI, but Pass Locally · Don't Relaunch the CI Build · Rebase...
Read more >
Integration tests fail when checking function that can throw error
when running my integration tests, I am getting an issue with the tests failing because it's throwing. This is old code though and...
Read more >
Why tests pass locally but fail in Jenkins | Object Partners
The dreaded “works on my machine” test failure not only reduces trust in your automated builds and continuous integration, but could also be ......
Read more >
6 best practices for integration testing with continuous ...
How integration testing works with CI and DevOps · Run integration tests until something fails · Determine what needs to be added or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found