HDFS-13938. Add a missing break in BaseTestHttpFSWith. Contributed by Siyao Meng.
This commit is contained in:
parent
5c8d90763c
commit
284aca8b63
@ -1175,6 +1175,7 @@ private void operation(Operation op) throws Exception {
|
|||||||
break;
|
break;
|
||||||
case DISALLOW_SNAPSHOT_EXCEPTION:
|
case DISALLOW_SNAPSHOT_EXCEPTION:
|
||||||
testDisallowSnapshotException();
|
testDisallowSnapshotException();
|
||||||
|
break;
|
||||||
case FILE_STATUS_ATTR:
|
case FILE_STATUS_ATTR:
|
||||||
testFileStatusAttr();
|
testFileStatusAttr();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user