Skip to content

Commit 12e4d4d

Browse files
committed
Revert "HBASE-28842 TestRequestAttributes should fail when expected (apache#6255) (apache#6287)"
This reverts commit 6fda6b2.
1 parent e2ece61 commit 12e4d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestRequestAttributes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ private Map<String, byte[]> getRequestAttributesForRowKey(byte[] rowKey) {
352352
return null;
353353
}
354354

355-
private boolean isValidRequestAttributes(Map<String, byte[]> requestAttributes) {
355+
private boolean isValidRequestAttributes(Map<String, byte[]> requestAttributes)
356+
throws IOException {
356357
RpcCall rpcCall = RpcServer.getCurrentCall().get();
357358
Map<String, byte[]> attrs = rpcCall.getRequestAttributes();
358359
if (attrs.size() != requestAttributes.size()) {

0 commit comments

Comments
 (0)