mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
It turned out that boost/tracing test is not run because its name doesn't match the *_test.cc pattern. While fixing it it turned out that the test cannot even start, because it uses future<>.get() calls outside of seastar::thread context. While patching this place the trace-backend registry was removed for simplicity. And, while at it, few more cleanups "while at it" Closes #11779 * github.com:scylladb/scylladb: tracing: Wire tracing test back tracing: Indentation fix after previous patch tracing: Move test into thread tracing: Dismantle trace-backend registry tracing: Use class-registrator for backends tracing: Add constraint to trace_state::begin() tracing: Remove copy-n-paste comments from test tracing: Outline may_create_new_session