You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@targos is reading over my shoulder and says: The solution is to back out the commit, cherry-pick the commit, and make the modification before pushing to the v10.x-staging.
Refs: #23630 (comment)
It looks like there's a failing test on
v10.x-staging
due to a backport.https://ci.nodejs.org/job/node-test-commit-linuxone/nodes=rhel72-s390x/6096/console
The failing test was added to
v10.x-staging
in 7af84fc.It looks like
lib/internal/test/binding.js
differs betweenv10.x-staging
andmaster
:v10.x-staging
:https://github.com/nodejs/node/blob/2d4d546bcb2a896b9771753f90e1dacb2e706d0b/lib/internal/test/binding.js#L1-L14
master
:node/lib/internal/test/binding.js
Lines 1 to 8 in 6cd5c74
and it looks like this change is 9f5cc1f#diff-01901c3bbffdf0cd41374f4f2a02bdb8 which is from
semver-major
#22029.cc @nodejs/releasers @nodejs/backporters
The text was updated successfully, but these errors were encountered: