mreutegg commented on code in PR #2480:
URL: https://github.com/apache/jackrabbit-oak/pull/2480#discussion_r2306398454


##########
oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzurePersistence.java:
##########
@@ -151,4 +152,9 @@ public BlobContainerClient getReadBlobContainerClient() {
     public void setWriteAccessController(WriteAccessController 
writeAccessController) {
         this.writeAccessController = writeAccessController;
     }
+
+    @TestOnly
+    void disableWriting() {
+        writeAccessController.disableWriting();
+    }

Review Comment:
   Same as https://github.com/apache/jackrabbit-oak/pull/2480/files#r2306392742



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to