Files
scylladb/streaming
copilot-swe-agent[bot] 3f31d8a5b8 Refactor to use table::add_new_sstable() and add test
- Add table::add_new_sstable() method that wraps error handling
- Update streaming/consumer.cc to use new method
- Update streaming/stream_blob.cc to use new method
- Add test_add_new_sstable_cleanup_on_failure test to verify cleanup

Addresses feedback from @tgrabiec to extract common logic into a reusable method.

Co-authored-by: tgrabiec <283695+tgrabiec@users.noreply.github.com>
2025-12-03 17:49:22 +00:00
..