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

update lookup for v14.x known failures #813

Merged
merged 5 commits into from Jul 21, 2020

Conversation

MylesBorins
Copy link
Member

Both are currently consistently flaky

New global variable `FinalizationRegistry` and `WeakRef` are causing
shot to consistently fail on v14.x after v14.6.0. This can be reverted
when shot fixes this issue.
It is consistently failing on 14.x on all platforms
It is consistently failing with ` No tests found, exiting with code 1`
This is also failing due to jest support for aix. Skip.
This is failing due to Jest not supporting AIX
@MylesBorins MylesBorins changed the title skip shot + ava on v14.x update lookup for v14.x known failures Jul 21, 2020
@@ -328,7 +328,8 @@
},
"path-to-regexp": {
"prefix": "v",
"maintainers": "blakeembrey"
"maintainers": "blakeembrey",
"skip": ["aix"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I am in the (slow) process of PR'ing a fix to Jest for this (and other modules that fail on AIX that use Jest): jestjs/jest#10263

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I included reference to why it was skipping in the commit comment so we should be able to grep / identify / unskip when this is fixed

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2020

Codecov Report

Merging #813 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #813   +/-   ##
=======================================
  Coverage   96.17%   96.17%           
=======================================
  Files          30       30           
  Lines         889      889           
=======================================
  Hits          855      855           
  Misses         34       34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1482e4...59316de. Read the comment docs.

@MylesBorins
Copy link
Member Author

ran tests locally... landing without waiting for CI

@MylesBorins MylesBorins merged commit 094fbf0 into nodejs:master Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants