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

Convert spymemcached test to java #12368

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Sep 30, 2024

part of #7195

@laurit laurit requested a review from a team as a code owner September 30, 2024 16:30
static void setUp() {
memcachedContainer =
new GenericContainer<>("memcached:latest")
.withExposedPorts(11211)
Copy link
Contributor

Choose a reason for hiding this comment

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

please use a constant for port 11211. it's used in two places.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

imo this is not useful, other tests also don't use constants for port numbers

@trask trask merged commit 9fd67d7 into open-telemetry:main Oct 1, 2024
56 checks passed
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.

6 participants