Skip to content

Commit

Permalink
[maintenance]: add back the 5s message-switch test as a stresstest
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Jul 24, 2024
1 parent 7530d5e commit a6406ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ocaml/message-switch/core_test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,24 @@
(package message-switch)
)

(rule
(alias stresstest)
(deps
client_unix_main.exe
server_unix_main.exe
async/client_async_main.exe
async/server_async_main.exe
lwt/client_main.exe
lwt/server_main.exe
lwt/link_test_main.exe
../switch/switch_main.exe
../cli/main.exe
)
(action (setenv SECS 5 (run ./basic-rpc-test.sh)))
(package message-switch)
)


(rule
(alias runtest)
(deps
Expand Down

0 comments on commit a6406ea

Please sign in to comment.