Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flaky test TestABCI_SnapshotWithPruning/default_pruning_with_snapshot #21595

Open
Tracked by #21804
lilasxie opened this issue Sep 9, 2024 · 0 comments
Open
Tracked by #21804

Comments

@lilasxie
Copy link
Contributor

lilasxie commented Sep 9, 2024

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
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Sep 9, 2024
@julienrbrt julienrbrt added C:baseapp T: Tests and removed needs-triage Issue that needs to be triaged labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants