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

Adds integration tests for Yarn #1022

Merged
merged 2 commits into from Oct 31, 2023
Merged

Adds integration tests for Yarn #1022

merged 2 commits into from Oct 31, 2023

Conversation

arcanis
Copy link
Contributor

@arcanis arcanis commented Oct 26, 2023

We merged #905 without running the full suite of integration tests to make sure that we were testing at least something. This PR aims to enable a couple of the most important integration tests (still not all of them).

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • contribution guidelines followed
    here

@targos
Copy link
Member

targos commented Oct 26, 2023

https://github.com/nodejs/citgm/actions/runs/6652341543

@arcanis
Copy link
Contributor Author

arcanis commented Oct 26, 2023

The test failures seem unrelated with my change (I see they occur in main already: https://github.com/nodejs/citgm/actions/runs/6604240669/job/17938186004#step:14:770).

@targos
Copy link
Member

targos commented Oct 26, 2023

You can disregard the test failure but https://github.com/nodejs/citgm/actions/runs/6652341543 shows multiple failures that may be related.

@arcanis
Copy link
Contributor Author

arcanis commented Oct 26, 2023

Can you retry them? I think I fixed them in yarnpkg/berry#5875

@arcanis arcanis mentioned this pull request Oct 26, 2023
3 tasks
@targos
Copy link
Member

targos commented Oct 27, 2023

@arcanis
Copy link
Contributor Author

arcanis commented Oct 27, 2023

All green!

@targos
Copy link
Member

targos commented Oct 29, 2023

@arcanis
Copy link
Contributor Author

arcanis commented Oct 29, 2023

The three failures seem infra problems:

ubuntu1804-64:

08:40:24 node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
08:40:24 Build step 'Execute shell' marked build as failure

rhel8-ppc64le & fedora-last-latest-x64:

08:33:42 curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
08:33:42 Build step 'Execute shell' marked build as failure

@targos
Copy link
Member

targos commented Oct 29, 2023

Agreed.

@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5f78556) 96.44% compared to head (c359f7f) 96.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1022   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files          28       28           
  Lines        2139     2139           
=======================================
  Hits         2063     2063           
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@targos targos merged commit eae7346 into nodejs:main Oct 31, 2023
7 of 8 checks passed
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

3 participants