Skip to content

Commit 88710c7

Browse files
author
Daniel Vaseekaran
committed
Increased log length for Snapshot and Compare
1 parent 44ecbaa commit 88710c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/test_snapshot.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ func snapshotClusterAndCompare(snapshottedInitialInfo *clusterSnapshot) bool {
144144
// Only doing this here because other assertions typically don't run against objects with this many elements.
145145
initialMaxLength := format.MaxLength
146146
defer func() { format.MaxLength = initialMaxLength }()
147-
format.MaxLength = 9000
148-
149-
Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
147+
format.MaxLength = 18000
148+
format.
149+
Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
150150
})
151151
})
152152
}

0 commit comments

Comments
 (0)