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
1 changed files with 1 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@ public abstract class BaseTestHttpFSWith extends HFSTestCase {
break;
case DISALLOW_SNAPSHOT_EXCEPTION:
testDisallowSnapshotException();
break;
case FILE_STATUS_ATTR:
testFileStatusAttr();
break;