thetumbled commented on issue #21113:
URL: https://github.com/apache/pulsar/issues/21113#issuecomment-1704060793
Actually, there chances that results contain two mapping pair with the same
key, with same value.
Uncomment code
```
// with same value
assertTrue(map.put(9, 9, 99, 99));
assertTrue(map.put(10, 10, 1010, 1010));
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]