flaky test TestABCI_SnapshotWithPruning/default_pruning_with_snapshotΒ #21595
Closed
Description
See ci job for details.
--- FAIL: TestABCI_SnapshotWithPruning (284.09s)
--- FAIL: TestABCI_SnapshotWithPruning/default_pruning_with_snapshot (51.99s)
snapshot_test.go:135:
Error Trace: /home/runner/work/cosmos-sdk/cosmos-sdk/baseapp/snapshot_test.go:135
Error: Not equal:
expected: &v1.ListSnapshotsResponse{Snapshots:[]*v1.Snapshot{(*v1.Snapshot)(0xc004f5c840)}}
actual : &v1.ListSnapshotsResponse{Snapshots:[]*v1.Snapshot{(*v1.Snapshot)(0xc048384f40), (*v1.Snapshot)(0xc048384fc0)}}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,3 @@
(*v1.ListSnapshotsResponse)({
- Snapshots: ([]*v1.Snapshot) (len=1) {
+ Snapshots: ([]*v1.Snapshot) (len=2) {
(*v1.Snapshot)({
@@ -8,2 +8,9 @@
Metadata: ([]uint8) <nil>
+ }),
+ (*v1.Snapshot)({
+ Height: (uint64) 15,
+ Format: (uint[32](https://github.com/cosmos/cosmos-sdk/actions/runs/10767869545/job/29855989964?pr=21594#step:6:33)) 3,
+ Chunks: (uint32) 4,
+ Hash: ([]uint8) <nil>,
+ Metadata: ([]uint8) <nil>
})
Test: TestABCI_SnapshotWithPruning/default_pruning_with_snapshot
FAIL
Metadata
Assignees
Type
Projects
Status
π₯³ Done