zstan commented on code in PR #12904:
URL: https://github.com/apache/ignite/pull/12904#discussion_r2974998056
##########
modules/direct-io/src/test/java/org/apache/ignite/testsuites/IgnitePdsNativeIoTestSuite2.java:
##########
@@ -42,10 +40,6 @@ public static List<Class<?>> suite() {
suite.add(DiskPageCompressionIntegrationDirectIOTest.class);
//Integrity test with reduced count of pages.
- suite.add(IgniteNativeIoPdsRecoveryAfterFileCorruptionTest.class);
Review Comment:
as i can see you move 2 classes into IgnitePdsNativeIoTestSuite3 but you
also append :
IgnitePdsTestSuite9.addRealPageStoreTests(suite, null); there, as i can see
- it new tests in comparison with master or i miss smth ?
--
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]