Skip to content

Commit

Permalink
kafka: Bazelize group_tx_compaction_test
Browse files Browse the repository at this point in the history
CORE-7510

Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
  • Loading branch information
oleiman committed Nov 19, 2024
1 parent 26e0c75 commit ad06c7a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/v/kafka/server/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -715,3 +715,22 @@ redpanda_cc_btest(
"@seastar//:testing",
],
)

redpanda_cc_gtest(
name = "group_tx_compaction_test",
timeout = "moderate",
srcs = [
"group_tx_compaction_test.cc",
],
cpu = 1,
deps = [
"//src/v/config",
"//src/v/kafka/server",
"//src/v/model/tests:random",
"//src/v/raft",
"//src/v/redpanda/tests:fixture_gtest",
"//src/v/test_utils:gtest",
"//src/v/test_utils:scoped_config",
"@googletest//:gtest",
],
)

0 comments on commit ad06c7a

Please sign in to comment.