You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mi...@apache.org on 2022/09/01 11:41:17 UTC

[jackrabbit-oak] branch read_only_recovery updated: OAK-9914 comment in test

This is an automated email from the ASF dual-hosted git repository.

miroslav pushed a commit to branch read_only_recovery
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/read_only_recovery by this push:
     new c76045d17c OAK-9914 comment in test
c76045d17c is described below

commit c76045d17cf46b597c5a72adb2edc38c044c9038
Author: smiroslav <mi...@apache.org>
AuthorDate: Thu Sep 1 13:41:09 2022 +0200

    OAK-9914 comment in test
---
 .../apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java b/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java
index c165c207c2..ec528198e6 100644
--- a/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java
+++ b/oak-segment-azure/src/test/java/org/apache/jackrabbit/oak/segment/azure/AzureArchiveManagerTest.java
@@ -381,7 +381,7 @@ public class AzureArchiveManagerTest {
         rwFileStore.close();
 
         assertTrue(container.getDirectoryReference("oak/data00000a.tar").listBlobs().iterator().hasNext());
-        // after creating a read-only FS, the recovery procedure has happened started since there is another running Oak process
+        // after creating a read-only FS, the recovery procedure has happened since there is another running Oak process
         // and the last archive is not closed
         assertTrue(container.getDirectoryReference("oak/data00000a.tar.ro.bak").listBlobs().iterator().hasNext());
     }