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

Re-enable boolean test on Node.js #1032

Closed
wants to merge 2 commits into from

Conversation

Taiki-San
Copy link
Contributor

Description

Please include a short summary of the change

Workflow

  1. ⚠️⚠️ Create your PR as draft (we're receiving lot of PR, it saves us lot of time) ⚠️⚠️
  2. Follows the style guidelines of this project (See how to easily lint the code)
  3. Work on you PR until the CI passes (if something not related to your task is failing, you can ignore it)
  4. Mark it as ready for review

NOTE: By default in PR only default scenario tests will be launched. Please refer to the documentation to run all scenarios in your PR if needed.

Once your PR is reviewed, you can merge it ! ❤️

@Taiki-San Taiki-San requested a review from simon-id March 31, 2023 11:45
@simon-id simon-id self-assigned this Mar 31, 2023
@@ -94,7 +94,7 @@ def test_same_location(self):

@released(golang={"gin": "1.37.0", "echo": "1.36.0", "chi": "1.36.0", "*": "1.34.0"})
@released(dotnet="1.28.6", java="0.87.0", php_appsec="0.1.0", python="1.1.0")
@bug(library="nodejs", reason="current releases are buggy")
@bug(library="nodejs<xxx", reason="current releases are buggy")
Copy link
Collaborator

Choose a reason for hiding this comment

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

The good syntax is

Suggested change
@bug(library="nodejs<xxx", reason="current releases are buggy")
@bug(context.library < "nodejs@1.2.3", reason="current releases are buggy")

Copy link
Member

Choose a reason for hiding this comment

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

Thanks

@simon-id
Copy link
Member

Included in: #1112

@simon-id simon-id closed this May 23, 2023
@cbeauchesne cbeauchesne deleted the emilehugo.spir/reenable-test-node branch September 27, 2023 13:31
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