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
It would be cool if we could bring up a server and n-clients with docker-compose or something. They can just run the client and server binaries in the examples/ folder.
Injecting network faults to cover things like timeouts and packet retransmissions would be awesome.
Ultimately, this might be something that could be incorporated into CI (once it exists...)
The text was updated successfully, but these errors were encountered:
This issue tends more towards infrastructure than anything else, so I don't think a whole lot of familiarity with the codebase is required outside of knowing:
Docker and docker-compose (bonus if you can use these to inject faults)
How to run the client and server example (this is detailed in the README)
How to incorporate this into Travis CI .travis.yml
My friend @squidboylan is really good with this kind of thing, so I just wanted to loop him into the thread in case you had any questions. That's not to say that I won't be around, but three brains is definitely better than two!
This issue has a larger scope than many of the other issues I've been opening on this repo, so if it's something that you change your mind about just let me know and we can unassign the ticket.
It would be cool if we could bring up a server and n-clients with
docker-compose
or something. They can just run the client and server binaries in the examples/ folder.Injecting network faults to cover things like timeouts and packet retransmissions would be awesome.
Ultimately, this might be something that could be incorporated into CI (once it exists...)
The text was updated successfully, but these errors were encountered: