提交 3ba2af09 authored 作者: Noel Grandin's avatar Noel Grandin

and fix TestJmx in mvstore mode

上级 36ad925a
......@@ -148,6 +148,9 @@ public class TestJmx extends TestBase {
if (config.memory) {
assertEquals("0", mbeanServer.
getAttribute(name, "CacheSizeMax").toString());
} else if (config.mvStore) {
assertEquals("16384", mbeanServer.
getAttribute(name, "CacheSizeMax").toString());
} else {
int cacheSize = Utils.scaleForAvailableMemory(
Constants.CACHE_SIZE_DEFAULT);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论