Skip to content

Commit a2d7d95

Browse files
committed
ct/l1/compaction: restore reducer_test
A lot of code had to change, so this test was temporarily removed and re-added with the updated interfaces.
1 parent 069ef98 commit a2d7d95

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed

src/v/cloud_topics/level_one/compaction/tests/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ redpanda_cc_gtest(
2828
],
2929
deps = [
3030
":in_memory_sink",
31+
"//src/v/bytes:iobuf",
32+
"//src/v/bytes:iobuf_parser",
3133
"//src/v/bytes:iostream",
3234
"//src/v/cloud_topics/level_one/common:object",
3335
"//src/v/cloud_topics/level_one/common:object_id",
@@ -45,9 +47,11 @@ redpanda_cc_gtest(
4547
"//src/v/compaction/tests:simple_reducer",
4648
"//src/v/container:chunked_circular_buffer",
4749
"//src/v/container:chunked_vector",
50+
"//src/v/kafka/server/tests:kafka_test_utils",
4851
"//src/v/model",
4952
"//src/v/model:batch_compression",
5053
"//src/v/model/tests:random",
54+
"//src/v/ssx:when_all",
5155
"//src/v/storage/tests:batch_generators",
5256
"//src/v/test_utils:gtest",
5357
"@googletest//:gtest",

0 commit comments

Comments
 (0)