You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
Currently almost everything can be tested easily in binding implementations, except proper clean-up in case of an Iris node failure. This would need each such test to kill off the Iris node after setting up the test, which would be very impractical.
A better solution would be to introduce a small kill switch into the relay protocol, through which each connection could trigger an immediate drop from the Iris node. This way we could simulate an Iris crash without needing to go through the hassle of actually producing one.
The text was updated successfully, but these errors were encountered:
Currently almost everything can be tested easily in binding implementations, except proper clean-up in case of an Iris node failure. This would need each such test to kill off the Iris node after setting up the test, which would be very impractical.
A better solution would be to introduce a small kill switch into the relay protocol, through which each connection could trigger an immediate drop from the Iris node. This way we could simulate an Iris crash without needing to go through the hassle of actually producing one.
The text was updated successfully, but these errors were encountered: