Skip to content

Convert spymemcached test to java#12368

Merged
trask merged 2 commits into
open-telemetry:mainfrom
laurit:spymemcached-java
Oct 1, 2024
Merged

Convert spymemcached test to java#12368
trask merged 2 commits into
open-telemetry:mainfrom
laurit:spymemcached-java

Conversation

@laurit

@laurit laurit commented Sep 30, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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
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