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 lettuce 5.1 SyncClientTest from groovy to java #9697

Merged
merged 6 commits into from
Nov 9, 2023

Conversation

jaydeluca
Copy link
Member

@jaydeluca jaydeluca commented Oct 17, 2023

Related to #7195

Notes:

  • I have most of this Lettuce5.1 instrumentation converted, but it's a lot of code so I'm going to submit it in pieces and chip away at it for easier review.
  • I ran into an issue with the LettuceTestUtil where I wasn't able to replicate the .protocolVersion(Class.forName("io.lettuce.core.protocol.ProtocolVersion").getField("RESP2").get(null)) line (here) as there doesn't seem to be a protocolVersion method on the Builder class in 5.x, which is why I ended up bumping the version in the testing module.

@jaydeluca jaydeluca requested a review from a team October 17, 2023 11:19
@jaydeluca jaydeluca marked this pull request as draft October 17, 2023 11:30
@jaydeluca jaydeluca force-pushed the lettuce-5.1-part1 branch 2 times, most recently from 5214c08 to af28886 Compare October 18, 2023 21:44
@jaydeluca jaydeluca marked this pull request as ready for review October 18, 2023 22:10
@jaydeluca jaydeluca changed the title Convert lettuce 5.1 SyncClientTest Convert lettuce 5.1 SyncClientTest from groovy to java Oct 19, 2023
@laurit laurit merged commit 976ca64 into open-telemetry:main Nov 9, 2023
46 checks passed
@jaydeluca jaydeluca deleted the lettuce-5.1-part1 branch January 6, 2024 16:30
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.

2 participants