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

ddtrace/tracer: Add support for -rc.X suffixes in version tags to startup-log tests #1366

Merged
merged 1 commit into from Jul 1, 2022

Conversation

ajgajg1134
Copy link
Contributor

For release branches / tags if the version.Tag was set to something like v1.39.0-rc.1 it would cause these startup log tests to fail even though it's a totally valid version tag. I've added (-rc\.[0-9]+)? to the version matching regex so that these tests will pass for release candidate tags. (Nick recently ran into this issue in a different branch here: #1361)

@ajgajg1134 ajgajg1134 added this to the 1.40.0 milestone Jun 30, 2022
@ajgajg1134 ajgajg1134 requested review from nsrip-dd and a team June 30, 2022 19:14
@gbbr gbbr changed the title tracer/log_test: Add support for -rc.X suffixes in version tags to startup-log tests ddtrace/tracer: Add support for -rc.X suffixes in version tags to startup-log tests Jul 1, 2022
Copy link
Contributor

@nsrip-dd nsrip-dd left a comment

Choose a reason for hiding this comment

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

Nice, thanks Andrew!

@ajgajg1134 ajgajg1134 merged commit cad5f73 into main Jul 1, 2022
@ajgajg1134 ajgajg1134 deleted the andrew.glaude/SupportRCVersionTags branch July 1, 2022 13:01
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.

None yet

3 participants