Skip to content

Conversation

@umanwizard
Copy link
Collaborator

This refactors node_test.go to add a new "nightly" test, that gets the latest nightly build of Node, runs a docker container, and then runs the test as normal.

While creating this, I also discovered a real issue in our support for the v26 prerelease (slated for release in April):
nodejs/node#56290 causes one of the symbols we rely on to no longer be exported, so we need to grab it a different way. This commit also fixes that issue.

This refactors node_test.go to add a new "nightly" test, that gets the
latest nightly build of Node, runs a docker container, and then runs
the test as normal.

While creating this, I also discovered a real issue in our support for
the v26 prerelease (slated for release in April):
nodejs/node#56290 causes one of the symbols we
rely on to no longer be exported, so we need to grab it a different
way. This commit also fixes that issue.
@umanwizard umanwizard requested review from brancz and gnurizen October 22, 2025 23:10
@umanwizard
Copy link
Collaborator Author

Note: the test might be flaky until open-telemetry#877 lands.

@gnurizen
Copy link
Collaborator

Some lint issue but otherwise looks good!

@umanwizard umanwizard merged commit 4d619b2 into main Oct 27, 2025
31 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.

3 participants