final boolean flush = true, wait = true;
// Compact the tables to get some rfiles which we can gc
c.tableOperations().compact(table, null, null, flush, wait);
c.tableOperations().compact("!METADATA", null, null, flush, wait);
File accumuloDir = new File(tmpDir.getRoot().getAbsolutePath(), "accumulo");
File tables = new File(accumuloDir.getAbsolutePath(), "tables");
int fileCountAfterCompaction = FileUtils.listFiles(tables, new SuffixFileFilter(".rf"), TrueFileFilter.TRUE).size();