Skip to content

Commit

Permalink
remove tracing and add more runs for invariant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 committed Feb 2, 2024
1 parent e40e7f3 commit cd8752b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spark/tests/it/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub fn test_opts() -> TestOptions {
},
},
invariant: InvariantConfig {
runs: 128,
runs: 512,
depth: 15,
fail_on_revert: false,
call_override: false,
Expand Down
6 changes: 3 additions & 3 deletions spark/tests/it/invariant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ async fn test_invariant_override() {

#[tokio::test(flavor = "multi_thread")]
async fn test_invariant_storage() {
let filter =
EnvFilter::builder().with_default_directive(LevelFilter::TRACE.into()).from_env().unwrap();
// let filter =
// EnvFilter::builder().with_default_directive(LevelFilter::TRACE.into()).from_env().unwrap();

tracing_subscriber::fmt().with_env_filter(filter).compact().init();
// tracing_subscriber::fmt().with_env_filter(filter).compact().init();

let mut runner = runner().await;

Expand Down

0 comments on commit cd8752b

Please sign in to comment.