xtern commented on code in PR #3075:
URL: https://github.com/apache/ignite-3/pull/3075#discussion_r1471368908


##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerRecoveryTest.java:
##########
@@ -101,6 +104,44 @@ void testRecoveryCatalogVersionTimestamps() throws 
Exception {
         assertThat(catalogManager.activeCatalogVersion(time1), 
equalTo(catalogVersion1));
     }
 
+    @Test
+    void testRecoveryCatalogAfterCompaction() throws Exception {

Review Comment:
   Don't know where to put this note - CatalogValidationSchemasSource still 
contains a TODO with a link to this issue.
   
   Also this test is flaky (I'm sure you know).



##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerRecoveryTest.java:
##########
@@ -101,6 +104,44 @@ void testRecoveryCatalogVersionTimestamps() throws 
Exception {
         assertThat(catalogManager.activeCatalogVersion(time1), 
equalTo(catalogVersion1));
     }
 
+    @Test
+    void testRecoveryCatalogAfterCompaction() throws Exception {

Review Comment:
   Don't know where to put this note - `CatalogValidationSchemasSource` still 
contains a TODO with a link to this issue.
   
   Also this test is flaky (I'm sure you know).



-- 
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]

Reply via email to