Skip to content

Commit bb390f7

Browse files
committed
fix ut
1 parent 8de04ba commit bb390f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/resolver/TestNamenodeResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public void testRegistrationNamenodeSelection()
371371
NAMESERVICES[0], NAMENODES[1], HAServiceState.STANDBY)));
372372

373373
stateStore.refreshCaches(true);
374-
verifyFirstRegistration(NAMESERVICES[0], NAMENODES[1], 3,
374+
verifyFirstRegistration(NAMESERVICES[0], NAMENODES[0], 3,
375375
FederationNamenodeServiceState.STANDBY);
376376
}
377377

0 commit comments

Comments
 (0)