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

tests(dao): match versions greater than 9 #13945

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

locao
Copy link
Contributor

@locao locao commented Nov 28, 2024

Summary

If a plugin version field is greater than 9, the previous match sequence would not catch it. This change tests for "\d+\.\d+\.\d+" and not "[0-9]\.[0-9]\.[0-9]",

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

KAG-5534

@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Nov 28, 2024
@locao locao added this to the 3.9.0 milestone Nov 28, 2024
@windmgc windmgc merged commit 5ba6e7e into master Nov 29, 2024
35 checks passed
@windmgc windmgc deleted the tests/plugin_version_pattern branch November 29, 2024 02:59
@team-gateway-bot
Copy link
Collaborator

Successfully created cherry-pick PR for master:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee size/XS skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants