smiklosovic commented on code in PR #2333:
URL: https://github.com/apache/cassandra/pull/2333#discussion_r1219776075
##########
test/unit/org/apache/cassandra/tools/nodetool/CompactionStatsTest.java:
##########
@@ -130,6 +130,14 @@ compactionId, OperationType.COMPACTION,
CQLTester.KEYSPACE, currentTable(), byte
CompactionInfo.Unit.BYTES,
(double) bytesCompacted / bytesTotal * 100);
Assertions.assertThat(stdout).containsPattern(expectedStatsPattern);
+ Assertions.assertThat(stdout).containsPattern("[0-9]* concurrent
compactors, [0-9]* pending tasks");
Review Comment:
I think it is just fine as is.
--
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]