Skip to content

Commit

Permalink
chore(iota-core): re-enable tombstone tests (bump pprof to 0.14) (#4113)
Browse files Browse the repository at this point in the history
* chore(iota-core): re-enable tombstone tests (bump pprof to 0.14)

* bump pprof
  • Loading branch information
thibault-martinez authored Nov 19, 2024
1 parent bd0d1d5 commit b672b9f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
34 changes: 32 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/iota-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ move-symbol-pool.workspace = true

[target.'cfg(not(target_env = "msvc"))'.dev-dependencies]
# external dependencies
pprof = { version = "0.13", features = ["cpp", "frame-pointer"] }
pprof = { version = "0.14", features = ["cpp", "frame-pointer"] }
test-fuzz.workspace = true

# internal dependencies
Expand Down
2 changes: 0 additions & 2 deletions crates/iota-core/src/authority/authority_store_pruner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,6 @@ mod pprof_tests {
}

#[tokio::test]
#[ignore = "https://github.com/iotaledger/iota/issues/958"]
async fn ensure_no_tombstone_fragmentation_in_stack_frame_with_ignore_tombstones()
-> Result<(), anyhow::Error> {
// This test writes a bunch of objects to objects table, invokes pruning on it
Expand Down Expand Up @@ -1221,7 +1220,6 @@ mod pprof_tests {
}

#[tokio::test]
#[ignore = "https://github.com/iotaledger/iota/issues/958"]
async fn ensure_no_tombstone_fragmentation_in_stack_frame_after_flush()
-> Result<(), anyhow::Error> {
// This test writes a bunch of objects to objects table, invokes pruning on it
Expand Down

0 comments on commit b672b9f

Please sign in to comment.