Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

[COMMIT seastar master] build: run socket test with linux-aio reactor backend

3 views
Skip to first unread message

Commit Bot

<bot@cloudius-systems.com>
unread,
Jul 1, 2024, 5:16:12 AM7/1/24
to seastar-dev@googlegroups.com, Kefu Chai
From: Kefu Chai <kefu...@scylladb.com>
Committer: Pavel Emelyanov <xe...@scylladb.com>
Branch: master

build: run socket test with linux-aio reactor backend

to workaround #2302, before it is fixed.

Refs #2302

Signed-off-by: Kefu Chai <kefu...@scylladb.com>

Closes scylladb/seastar#2317

---
diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt
--- a/tests/unit/CMakeLists.txt
+++ b/tests/unit/CMakeLists.txt
@@ -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
Reply all
Reply to author
Forward
0 new messages