System.out.println(results[0]);
// here we should check if we got all the comments for the article
// and compare the article id
assertEquals(expected, results[0].getLong(1));
AntiCacheManagerProfiler profiler = hstore_site.getAntiCacheManager().getDebugContext().getProfiler(0);
assertNotNull(profiler);
assertEquals(1, profiler.evictedaccess_history.size());
}