* refactor: remove line number from test * refactor: clean up code * fix: flaky `service::tests::test_log_on_panic` This seems to be a really rare issue. So provoking it requires a lot of tests. This can be done (using `fish`): ```console $ while cargo with "parallel -n0 {bin} {args} ::: $(seq 10)" -- test -p service_grpc_influxrpc --lib -- --test-threads 20; echo; end ``` Fixes #7838. * fix: panic handler construction --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
build.rs |