assertTrue(catalog_tbl.getEvictable());
assertTrue(child_tbl.getEvictable());
assertTrue(child_tbl.getBatchevicted());
this.locators = new int[] { catalog_tbl.getRelativeIndex(), child_tbl.getRelativeIndex() };
Site catalog_site = CollectionUtil.first(CatalogUtil.getCluster(catalog).getSites());
this.hstore_conf = HStoreConf.singleton();
this.hstore_conf.site.status_enable = false;
this.hstore_conf.site.anticache_enable = true;
this.hstore_conf.site.anticache_profiling = true;
this.hstore_conf.site.anticache_check_interval = Integer.MAX_VALUE;