Skip to content

Remove node canary test decorators. NFC #24478

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jun 3, 2025

All these features actually work on the official node 24 these days.

@sbc100 sbc100 requested review from brendandahl and kripken June 3, 2025 17:37
@sbc100 sbc100 force-pushed the remove_node_canary_test branch 2 times, most recently from a9b53bb to b0de9bc Compare June 3, 2025 17:39
@@ -524,15 +524,15 @@ jobs:
test-core0:
executor: focal
environment:
EMTEST_SKIP_NODE_CANARY: "1"
EMTEST_SKIP_NODE24: "1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps 24 => latest or such, so we can update it without changing all these places?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that we don't want tests marked as require_node_version(24) to be disabled by EMTEST_SKIP_NODE_LATEST once latest becomes 25 or 26.

Unless you think we should also replace require_node_version(24) with just require_node_latest?

The approach here seems to me like the least complicated approach for now. We can revisit later.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, this does seem simple for now.

@sbc100 sbc100 force-pushed the remove_node_canary_test branch from b0de9bc to 86c776e Compare June 3, 2025 18:12
All these features actually work on the official node 24 these days.
@sbc100 sbc100 force-pushed the remove_node_canary_test branch from 86c776e to bcde837 Compare June 3, 2025 19:04
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.

2 participants