Skip to content

Commit

Permalink
kafka: bazelize fetch_test
Browse files Browse the repository at this point in the history
CORE-7505

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

redpanda_cc_gtest(
name = "fetch_test",
timeout = "short",
srcs = [
"fetch_test.cc",
],
cpu = 1,
deps = [
"//src/v/kafka/protocol",
"//src/v/kafka/server",
"//src/v/model",
"//src/v/redpanda/tests:fixture",
"//src/v/resource_mgmt:io_priority",
"//src/v/test_utils:gtest",
"//src/v/test_utils:seastar_boost",
"@boost//:test",
"@fmt",
"@seastar",
"@seastar//:testing",
],
)

0 comments on commit c3bdc5b

Please sign in to comment.