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 #2302, before it is fixed.

Refs #2302

Signed-off-by: Kefu Chai <[email protected]>

Closes #2317
  • Loading branch information
tchaikov authored and xemul committed Jul 1, 2024
1 parent a901853 commit 4c7a802
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 4c7a802

Please sign in to comment.