Skip to content

PML-157: Fixing and readding percona-mongolink Version test #352

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

Merged
merged 30 commits into from
May 27, 2025

Conversation

keithquinnpercona
Copy link
Contributor

percona-mongolink version command has been fixed to now show the correct format and extra details. The test was commented out due until the fix.

Comment on lines 196 to 201
assert parsed_config['Version'] == f"release-{version}", parsed_config
assert parsed_config['Platform'] == get_git_commit(), parsed_config
assert parsed_config['GitCommit'], parsed_config
assert parsed_config['GitBranch'], parsed_config
assert parsed_config['BuildTime'], parsed_config
assert parsed_config['GoVersion'], parsed_config
Copy link
Contributor

Choose a reason for hiding this comment

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

Your check doesn't match output, which should look like:
Version: v0.5.0
Platform: linux
GitCommit: 3c8b832
GitBranch: release-0.5.0
BuildTime: 2025-05-23_08:59_UTC
GoVersion: go1.24.2

@keithquinnpercona keithquinnpercona merged commit 81ab54f into main May 27, 2025
@keithquinnpercona keithquinnpercona deleted the PML-157 branch May 27, 2025 08:50
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