Skip to content

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