Skip to content

Commit

Permalink
HDFS-17551. Fix unit test failure caused by HDFS-17464. (#6883). Cont…
Browse files Browse the repository at this point in the history
…ributed by farmmamba.
  • Loading branch information
hfutatzhanghb authored Jun 12, 2024
1 parent 06dd3bf commit 4b1b16a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ private void testMoveBlockFailure(Configuration config) {
.getReplicaInfo(block.getBlockPoolId(), newReplicaInfo.getBlockId())
.getGenerationStamp());
LambdaTestUtils.intercept(IOException.class, "Generation Stamp "
+ "should be monotonically increased.",
+ "should be monotonically increased",
() -> fsDataSetImpl.finalizeNewReplica(newReplicaInfo, block));
assertFalse(newReplicaInfo.blockDataExists());

Expand Down

0 comments on commit 4b1b16a

Please sign in to comment.