Copilot commented on code in PR #5551: URL: https://github.com/apache/ignite-3/pull/5551#discussion_r2024931381
########## modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItOperationRetryTest.java: ########## @@ -54,7 +57,7 @@ public class ItOperationRetryTest extends ClusterPerTestIntegrationTest { private static final int PART_ID = 0; @BeforeEach - public void setup() throws Exception { + public void setup() { Review Comment: The setup() method no longer declares 'throws Exception'. Please verify that any potential checked exceptions during the zone and table creation are either properly handled or wrapped to avoid unexpected test failures. -- 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