Fix expected error text in assertion.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-1623@1230254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ede7f21278
commit
3e76f00baa
@ -248,7 +248,7 @@ public void testRollback() throws Exception {
|
||||
baseDirs = UpgradeUtilities.createNameNodeStorageDirs(nameNodeDirs, "previous");
|
||||
deleteMatchingFiles(baseDirs, "edits.*");
|
||||
startNameNodeShouldFail(StartupOption.ROLLBACK,
|
||||
"No non-corrupt logs for txid ");
|
||||
"Gap in transactions. Expected to be able to read up until at least txid ");
|
||||
UpgradeUtilities.createEmptyDirs(nameNodeDirs);
|
||||
|
||||
log("NameNode rollback with no image file", numDirs);
|
||||
|
Loading…
Reference in New Issue
Block a user