mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
3bc8b58b6a
The test do not work without acks as we stop the event loop as soon as a message is considered as "sent" when actually the event loop and swarm may not have yet sent the message. The ack allow to avoid this issue as the message was considered "sent" only once the other party sent a response. However, the ack brings other issue so a review needs to be done to select the appropriate solution.
9 lines
240 B
TOML
9 lines
240 B
TOML
status = [
|
|
"static_analysis",
|
|
"build_test (x86_64-unknown-linux-gnu)",
|
|
"build_test (x86_64-apple-darwin)",
|
|
"docker_tests (happy_path)",
|
|
"docker_tests (happy_path_restart_bob_before_comm)",
|
|
"docker_tests (punish)",
|
|
]
|