snuba icon indicating copy to clipboard operation
snuba copied to clipboard

reliability(consumers): add end to end test (WIP)

Open volokluev opened this issue 6 months ago • 1 comments

Up until now we had no way to sanity check that our consumer implementation put all the rows in the database it needed to. Add a test which spins up the consumer along with kafka and clickhouse

volokluev avatar Jun 30 '25 23:06 volokluev

you can probably write this test more reliably when done entirely from within rust. we already have some tests there. then no subprocess is necessary, you'd launch the main function directly

untitaker avatar Jul 07 '25 11:07 untitaker