devops: bots for Node 26#40945
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7a3c851 to
9602f8a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9602f8a to
0d58ce3
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
||
| if (process.version.substring(1).split('.')[0] === '26') { | ||
| // Prevent DEP0205 warning about deprecated "module.register()". | ||
| process.removeAllListeners('warning'); |
There was a problem hiding this comment.
let's drop this before merging, so we have just the bots
0d58ce3 to
071ea9b
Compare
Test results for "MCP"7181 passed, 1113 skipped Merge workflow run. |
Test results for "tests 1"130 failed 2 flaky43779 passed, 861 skipped Merge workflow run. |
Disables all warnings in the Node.js process before using
module.register()in Node.js 26. Unfortunately, finer-grained methods all failed, probably because the warning is triggered asynchronously from somewhere inside node.References #40868.