Skip to content

Commit

Permalink
WIP: omit "test2" on the secondary cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Hayashi <shinya-hayashi@cybozu.co.jp>
  • Loading branch information
peng225 committed Oct 18, 2024
1 parent 105292a commit 8b3b868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controller/mantlebackup_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ var _ = Describe("searchDiffOriginMantleBackup", func() {

testSecondaryMantleBackups := map[string]*mantlev1.MantleBackup{
"test1": basePrimaryBackups[0].DeepCopy(),
"test2": basePrimaryBackups[1].DeepCopy(),
// "test2" cannot exist on the secondary cluster
// because it has a higher snapID than "test0".
"test3": basePrimaryBackups[2].DeepCopy(),
// "test4" is intentionally omitted.
}
Expand Down

0 comments on commit 8b3b868

Please sign in to comment.