ekaterinadimitrova2 commented on a change in pull request #1083:
URL: https://github.com/apache/cassandra/pull/1083#discussion_r661050470
##########
File path: test/unit/org/apache/cassandra/cql3/KeyCacheCqlTest.java
##########
@@ -262,7 +262,7 @@ private void test2iKeyCachePaths() throws Throwable
long hits = metrics.hits.getCount();
long requests = metrics.requests.getCount();
assertEquals(0, hits);
- assertEquals(210, requests);
+ assertEquals(206, requests);
Review comment:
@blerer, knowing you I am pretty sure you checked this formula, also the
number goes down in the right direction, but we talked with @maedhroz that it
would be great to add a comment on it, how did we receive this number
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]