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

chore: fixes docker install step and failing build info test #112

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

himanshusinghs
Copy link
Contributor

@himanshusinghs himanshusinghs commented Jan 7, 2025

Description

Looks like the installation target is either removed or renamed and we can't install docker just with the name docker. I am using the recommended steps in Docker's install documentation to set up the install step.

For the failing test, I changed from strict version comparison to a loose comparison using String.startsWith. This should remove the work of keeping this number updated across different releases of mongodb server.

Checklist

Open Questions

@github-actions github-actions bot added the no release notes It's a chore and doesn't require release notes. label Jan 7, 2025
@himanshusinghs himanshusinghs added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Jan 7, 2025
Copy link

github-actions bot commented Jan 7, 2025

Coverage Report

Overall Project 78.26%

There is no coverage information present for the Files changed

@himanshusinghs himanshusinghs changed the title chore: fixes docker install step chore: fixes docker install step and failing build info test Jan 7, 2025
@himanshusinghs himanshusinghs requested a review from kmruiz January 7, 2025 16:14
Copy link

github-actions bot commented Jan 7, 2025

🤖 Benchmark Comparison for chore: fix failing mongodb version check test

Benchmark Previous Current Change
com.mongodb.jbplugin.jmh.SampleBenchmark.init 2,634,476,841.29 ops/s 2,669,150,095.68 ops/s 1.32%

@himanshusinghs himanshusinghs merged commit f2ecd03 into main Jan 7, 2025
13 checks passed
@himanshusinghs himanshusinghs deleted the chore/fix-docker-install branch January 7, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no release notes It's a chore and doesn't require release notes. no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants