sharmaar12 commented on code in PR #8049:
URL: https://github.com/apache/hbase/pull/8049#discussion_r3058044825
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestReadOnlyControllerBulkLoadObserver.java:
##########
@@ -58,12 +58,12 @@ public void tearDown() throws Exception {
}
- @Test(expected = DoNotRetryIOException.class)
+ @Test(expected = WriteAttemptedOnReadOnlyClusterException.class)
Review Comment:
@vaijosh Noted. I will create another PR for HBASE-29081 branch and do the
changes there.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]