tkalkirill commented on code in PR #1325:
URL: https://github.com/apache/ignite-3/pull/1325#discussion_r1030532156
##########
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/PartitionMetaManagerTest.java:
##########
@@ -188,6 +189,23 @@ void testReadWritePartitionMeta(@WorkDirectory Path
workDir) throws Exception {
}
}
+ @Test
+ void testRemoveMeta() {
+ PartitionMetaManager manager = new PartitionMetaManager(ioRegistry,
PAGE_SIZE);
+
+ GroupPartitionId id = new GroupPartitionId(0, 0);
+
+ assertDoesNotThrow(() -> manager.removeMeta(id));
Review Comment:
Remove it
--
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]