This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch CASSANDRA-18710-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit bc6863aba19cee2669518b9b5c962163691cd9ca
Author: Brandon Williams <[email protected]>
AuthorDate: Fri Aug 18 13:33:51 2023 -0500

    Revert "Force flush during testFlushSize"
    
    This reverts commit f4fc49bf80fe28a12ecf28eb1491f820735b2fdd.
---
 test/unit/org/apache/cassandra/io/DiskSpaceMetricsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/unit/org/apache/cassandra/io/DiskSpaceMetricsTest.java 
b/test/unit/org/apache/cassandra/io/DiskSpaceMetricsTest.java
index e2f49e9696..3f65d8c485 100644
--- a/test/unit/org/apache/cassandra/io/DiskSpaceMetricsTest.java
+++ b/test/unit/org/apache/cassandra/io/DiskSpaceMetricsTest.java
@@ -109,7 +109,6 @@ public class DiskSpaceMetricsTest extends CQLTester
         for (int i = 0; i < 3; i++)
             insertN(KEYSPACE_PER_TEST, cfs, 1000, 55);
 
-        cfs.forceBlockingFlush(ColumnFamilyStore.FlushReason.UNIT_TESTS);
         int totalSize = 0;
         final Set<SSTableReader> liveSSTables = cfs.getLiveSSTables();
         for (SSTableReader rdr : liveSSTables)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to