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

(cherry picked from commit 07defa4c09)
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
1 changed files with 1 additions and 1 deletions

View File

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