tkalkirill commented on code in PR #6861:
URL: https://github.com/apache/ignite-3/pull/6861#discussion_r2477483595
##########
modules/compatibility-tests/src/jobs/java/org/apache/ignite/internal/compute/SendAllMetastorageCommandTypesJob.java:
##########
@@ -58,7 +58,7 @@ public CompletableFuture<Void>
executeAsync(JobExecutionContext context, String
iif(exists(ByteArray.fromString("key")),
ops().yield(), ops().yield())),
metastorage.evictIdempotentCommandsCache(HybridTimestamp.MAX_VALUE),
sendCompactionCommand(metastorage)
- );
+ ).thenCompose((v) -> metastorage.storage().flush());
Review Comment:
Maybe we should add a TODO with an automatic check to ensure all write
commands are tested? Like
`org.apache.ignite.internal.RaftCommandsUnitCompatibilityArchTest`, for example.
--
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]