JAkutenshi commented on code in PR #4446: URL: https://github.com/apache/ignite-3/pull/4446#discussion_r1869422011
########## modules/catalog-compaction/src/integrationTest/java/org/apache/ignite/internal/catalog/compaction/ItCatalogCompactionTest.java: ########## @@ -51,14 +51,13 @@ import org.apache.ignite.network.ClusterNode; import org.apache.ignite.tx.Transaction; import org.apache.ignite.tx.TransactionOptions; -import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; /** * Integration tests to verify catalog compaction. */ -class ItCatalogCompactionTest extends ClusterPerClassIntegrationTest { +class ItCatalogCompactionTest extends ClusterPerTestIntegrationTest { Review Comment: `ItCatalogCompactionTest` is `ClusterPerTestIntegrationTest` now because per class version saves non-actual tables with id's. Thus we should change static methods and fields to instance methods and fields. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org