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

ISPN-14975 HLEN #11040

Merged
merged 1 commit into from
Jun 19, 2023
Merged

ISPN-14975 HLEN #11040

merged 1 commit into from
Jun 19, 2023

Conversation

jabolina
Copy link
Member

karesti
karesti previously approved these changes Jun 19, 2023
Copy link
Contributor

@karesti karesti left a comment

Choose a reason for hiding this comment

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

LGTM, a small comment about testing distributed mode

@@ -58,4 +59,16 @@ public void testSetGetOperations() {
assertThat(await(multimap.get("person1", "unknown"))).isNull();
assertThat(await(multimap.get("unknown", "unknown"))).isNull();
}

public void testSizeOperation() {
EmbeddedMultimapPairCache<String, String, String> multimap = getMultimapMember();
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think the distributed test needs all these validations.
we could try to extend the single one into the distributed one to test all in distributed mode

Copy link
Member Author

Choose a reason for hiding this comment

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

Let me reduce the duplication a bit. I have plans to start preparing the distributed tests for RESP once we have the cluster commands, but TBH I didn't think much on the multimap side. We can try to prepare something for it as well then.

@jabolina
Copy link
Member Author

Updated.

@karesti karesti merged commit 860892b into infinispan:main Jun 19, 2023
3 of 4 checks passed
@jabolina jabolina deleted the ISPN-14975 branch June 19, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants