HDFS-13938. Add a missing break in BaseTestHttpFSWith. Contributed by Siyao Meng.

This commit is contained in:
Akira Ajisaka 2018-09-28 15:44:46 +09:00
parent 5c8d90763c
commit 284aca8b63
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -1175,6 +1175,7 @@ private void operation(Operation op) throws Exception {
break;
case DISALLOW_SNAPSHOT_EXCEPTION:
testDisallowSnapshotException();
break;
case FILE_STATUS_ATTR:
testFileStatusAttr();
break;