Skip to content

Commit

Permalink
build: run socket test with linux-aio reactor backend
Browse files Browse the repository at this point in the history
to workaround scylladb#2302, before it is fixed.

Refs scylladb#2302

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Jul 1, 2024
1 parent f09e7c4 commit 91c9eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,9 @@ seastar_add_test (app-template
SOURCES app-template_test.cc)

seastar_add_test (socket
SOURCES socket_test.cc)
SOURCES socket_test.cc
# https://github.com/scylladb/seastar/issues/2302
RUN_ARGS --reactor-backend linux-aio)

seastar_add_test (sstring
KIND BOOST
Expand Down

0 comments on commit 91c9eb9

Please sign in to comment.