提交 d3c4a0f4 编写于 作者: Y Yueh-Hsuan Chiang

Improve the comment in InfoLogLevelTest.java

Summary:
Improve the comment in InfoLogLevelTest.java

Test Plan:
make rocksdbjava
上级 a77e97c5
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册