mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 20:48:37 -04:00
Remove Bob restart tests after communication
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.
This commit is contained in:
parent
fd9f633a77
commit
3bc8b58b6a
4 changed files with 0 additions and 69 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -127,8 +127,6 @@ jobs:
|
|||
matrix:
|
||||
test_name: [
|
||||
happy_path,
|
||||
happy_path_restart_bob_after_comm,
|
||||
happy_path_restart_bob_after_lock_proof_received,
|
||||
happy_path_restart_bob_before_comm,
|
||||
punish,
|
||||
bob_refunds_using_cancel_and_refund_command,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue