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

Upgrade node to 18 in docs/gremlint #2295

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

ryn5
Copy link
Contributor

@ryn5 ryn5 commented Oct 17, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2023

Codecov Report

Merging #2295 (0e45ff5) into master (f624e37) will decrease coverage by 0.01%.
Report is 4 commits behind head on master.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2295      +/-   ##
============================================
- Coverage     75.82%   75.81%   -0.01%     
+ Complexity    12744    12739       -5     
============================================
  Files          1062     1062              
  Lines         64403    64403              
  Branches       7117     7117              
============================================
- Hits          48832    48830       -2     
+ Misses        12930    12926       -4     
- Partials       2641     2647       +6     

see 11 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Cole-Greer
Copy link
Contributor

LGTM thanks Ryan, merging as CTR. VOTE +1

@Cole-Greer Cole-Greer merged commit 3fd6e78 into apache:master Oct 17, 2023
@FlorianHockmann
Copy link
Member

The smoke test is currently failing on master and the error message sounds to me like it could be related to this PR:

Error:  The archive file /home/runner/.m2/repository/com/github/eirslett/node/18.17.0/node-18.17.0-linux-x64.tar.gz is corrupted and will be deleted. Please try the build again.

although the check seems to have passed for the commit from this PR. Any idea what could be the problem here?

All other commits after this PR was merged are just Dependabot .NET updates so I don't think that they could have caused this.

@Cole-Greer
Copy link
Contributor

I don't think this PR was the cause of this error. It's a random failure I've seen before although the frequency has grown to an alarming level. I just pulled this error out of a failed run on 3.6-dev from a few hours ago:

[INFO] Unpacking /home/runner/.m2/repository/com/github/eirslett/node/16.20.0/node-16.20.0-linux-x64.tar.gz into /home/runner/work/tinkerpop/tinkerpop/gremlin-javascript/src/main/javascript/gremlin-javascript/node/tmp
Error:  The archive file /home/runner/.m2/repository/com/github/eirslett/node/16.20.0/node-16.20.0-linux-x64.tar.gz is corrupted and will be deleted. Please try the build again.

This PR is just updating the node version for docs/gremlint, which as far as I know is not tested in our CI at the moment. It appears that this error is originating from gremlin-javascript. I think more investigation is needed here to find out how to prevent the node download from corrupting so frequently.

@xiazcy
Copy link
Contributor

xiazcy commented Oct 18, 2023

I would also think this is just a burst of nodejs server issue. I just re-ran the actions for 3.6 and master they all past.

@FlorianHockmann
Copy link
Member

Ah ok, thanks for looking into this, @Cole-Greer and @xiazcy! It just seemed logical that there's a connection between the error message and a commit updating node right before the failing builds 😅

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.

5 participants