Improve the comment in InfoLogLevelTest.java
Summary: Improve the comment in InfoLogLevelTest.java Test Plan: make rocksdbjava
This commit is contained in:
parent
a77e97c536
commit
d3c4a0f4ae
@ -50,6 +50,8 @@ public class InfoLogLevelTest {
|
||||
db = RocksDB.open(options,
|
||||
dbFolder.getRoot().getAbsolutePath());
|
||||
db.put("key".getBytes(), "value".getBytes());
|
||||
// As InfoLogLevel is set to FATAL_LEVEL, here we expect the log
|
||||
// content to be empty.
|
||||
assertThat(getLogContents()).isEmpty();
|
||||
} finally {
|
||||
if (db != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user