diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-03-29 16:14:02 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-03-29 16:14:26 -0400 |
commit | a535bf689974675bd1e4bb08d65d795898289ad3 (patch) | |
tree | 33839ebb35bb87257dfe601d3911aed1b63017b2 | |
parent | 26565bafad6042de0367d505179f7647b43de37e (diff) |
tests/bcachefs: Enable tracing for remove tests
When a test fails because of too many slowpath events, having tracing on
will show us those events.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rwxr-xr-x | tests/bcachefs/replication.ktest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bcachefs/replication.ktest b/tests/bcachefs/replication.ktest index 47c09da..df50b07 100755 --- a/tests/bcachefs/replication.ktest +++ b/tests/bcachefs/replication.ktest @@ -179,6 +179,8 @@ do_remove_test() offline=$1 evacuate=$2 + setup_tracing 'bcachefs:*' + run_quiet "" bcachefs format \ --replicas=2 \ ${ktest_scratch_dev[0]} \ |