@After
 public void tearDown() {
   caches.stop();
 }
 @Before
 public void setUp() throws Exception {
   caches = createCacheOnTemp(temp);
   caches.start();
   stack = new InitialOpenIssuesStack(caches);
 }