Skip to content

Commit c5c2e4c

Browse files
authored
Fix missing consideration of Gen0MetadataAnalysisComplete status. (#68)
1 parent 5447ce5 commit c5c2e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/verifier/migration_verifier.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,8 @@ func (verifier *Verifier) PrintVerificationSummary(ctx context.Context, genstatu
15211521
}
15221522
} else {
15231523
switch genstatus {
1524+
case Gen0MetadataAnalysisComplete:
1525+
fallthrough
15241526
case GenerationInProgress:
15251527
statusLine = "This generation has nothing to compare."
15261528
case GenerationComplete:

0 commit comments

Comments
 (0)