Skip to content

Commit

Permalink
OAK-8715: AzureArchiveManager#exists() lists all blobs in archive
Browse files Browse the repository at this point in the history
- remove redundant assertion

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1869084 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trekawek committed Oct 28, 2019
1 parent fdea514 commit 3383d15
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -162,7 +162,6 @@ public void testArchiveExistsAfterFlush() throws URISyntaxException, IOException
Assert.assertFalse(manager.exists("data00000a.tar"));
UUID u = UUID.randomUUID();
writer.writeSegment(u.getMostSignificantBits(), u.getLeastSignificantBits(), new byte[10], 0, 10, 0, 0, false);
Assert.assertFalse(manager.exists("data00000a.tar"));
writer.flush();
Assert.assertTrue(manager.exists("data00000a.tar"));
}
Expand Down

0 comments on commit 3383d15

Please sign in to comment.