maedhroz commented on code in PR #3955: URL: https://github.com/apache/cassandra/pull/3955#discussion_r1989925926
########## test/unit/org/apache/cassandra/index/sai/cql/AllowFilteringTest.java: ########## @@ -391,4 +395,30 @@ private void test(String query, boolean requiresAllowFiltering) throws Throwable assertNotNull(execute(query + " ALLOW FILTERING")); } + private final Injections.Barrier blockIndexBuild = Injections.newBarrier("block_index_build", 2, false) + .add(InvokePointBuilder.newInvokePoint().onClass(StorageAttachedIndex.class) + .onMethod("startInitialBuild")) Review Comment: nit: formatting? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org