Skip to content

Commit

Permalink
Fix the failure tests introduced by cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
zymap committed Dec 7, 2023
1 parent 58e53f7 commit 1fe42aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
write_buffer_size=1024
# set by jni: options.setMaxWriteBufferNumber
max_write_buffer_number=1
# set by jni: options.setLevelCompactionDynamicLevelBytes
level_compaction_dynamic_level_bytes=true
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public double get() {
assertTrue(output.contains("# TYPE jvm_memory_direct_bytes_used gauge"));
assertTrue(output.contains("# TYPE jvm_gc_collection_seconds summary"));
assertTrue(output.contains("# TYPE jvm_memory_pool_bytes_committed gauge"));
assertTrue(output.contains("# TYPE process_cpu_seconds counter"));
} catch (Exception e) {
fail();
}
Expand Down

0 comments on commit 1fe42aa

Please sign in to comment.