Skip to content

Commit

Permalink
Set trace level debugging in one test place
Browse files Browse the repository at this point in the history
Our tests regularly seem to encounter a distinctive failure in this
location.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 31, 2024
1 parent 8a31d50 commit a2e3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client-dbus/tests/udev/test_udev.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _test_driver(self, number_of_pools, dev_count_pool):
wait_for_udev(STRATIS_FS_TYPE, [])

last_index = dev_count_pool - 1
with ServiceContextManager():
with ServiceContextManager(rust_log="stratisd=trace"):
self.wait_for_pools(0)

# Add all but the last device for each pool
Expand Down

0 comments on commit a2e3e10

Please sign in to comment.