HeartSaVioR commented on a change in pull request #25811: [SPARK-29111][CORE]
Support snapshot/restore on KVStore
URL: https://github.com/apache/spark/pull/25811#discussion_r324968692
##########
File path:
common/kvstore/src/test/java/org/apache/spark/util/kvstore/InMemoryStoreSuite.java
##########
@@ -86,6 +88,52 @@ public void testMultipleObjectWriteReadDelete() throws
Exception {
}
}
+ @Test
+ public void testMultipleTypesWriteReadDelete() throws Exception {
Review comment:
This test was only available for LevelDBSuite so I copied here to test new
API addition.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]