Skip to content

Commit

Permalink
Remove data after tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 17, 2024
1 parent 0efebe5 commit 306902c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scenarios/remote_call_rate/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ fn agent_teardown(
) -> HookResult {
shutdown_remote(ctx)?;
disconnect_trycp_client(ctx)?;

// Best effort to remove data and cleanup.
// You should comment out this line if you want to examine the result of the scenario run!
let _ = reset_trycp_remote(ctx);

Ok(())
}

Expand Down

0 comments on commit 306902c

Please sign in to comment.