HDFS-12040. TestFsDatasetImpl.testCleanShutdownOfVolume fails. Contributed by hu xiaodong.

(cherry picked from commit 07defa4c09db6e8c552167019ca0d2444cfc8fe7)
This commit is contained in:
Akira Ajisaka 2017-06-27 20:49:10 +09:00
parent 3a87591df8
commit a896c0f11e
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -671,7 +671,7 @@ public void testCleanShutdownOfVolume() throws Exception {
@Override public Boolean get() {
return volume.getReferenceCount() == 0;
}
}, 100, 10);
}, 100, 1000);
assertThat(dataNode.getFSDataset().getNumFailedVolumes(), is(1));
try {