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.

[CI] Test failure - Various tests failing on master

See original GitHub issue

Tests help us prevent regressions, and without a clear signal, maintainers are unable to properly review pull requests. The following jobs are failing on master, and will need to be fixed before any new contributions can be considered:

test_detox_end_to_end

The job is failing with:

Cannot find module 'react-native/jest/hasteImpl'

Error: Cannot find module 'react-native/jest/hasteImpl'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.resolve (internal/module.js:18:19)
    at load (/Users/distiller/react-native/node_modules/@react-native-community/cli/build/util/loadMetroConfig.js:89:51)
    at <anonymous>

test_ios

Failing tests:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
dulmandakhcommented, Jan 23, 2019
0reactions
konmikcommented, Mar 26, 2019

Wiping modules and lock didn’t help for me. --runInBand worked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging Failing Tests and Test Pipelines - GitLab
Fix tests failing in master before other development work: Failing tests on master are treated as the highest priority relative to other development...
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 >
Fixing Tests in CI/CD: Why are Your Tests Failing?
There are multiple reasons to take failing tests seriously. First, failed tests can block the delivery of new releases, because the CI/CD ...
Read more >
Unit tests are failing on master branch · Issue #1826 - GitHub
Some of the unit tests are failing on master branch. This is causing the azure builds to fail for all the open pull...
Read more >
Fail-Fast: Stop running tests on the first failure
If 'Unit Test 1/2' fails in the above pipeline, 'Unit Test 2/2' is stopped immediately. Stopping all jobs on the first failure on...
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