go-livepeer-basicnet icon indicating copy to clipboard operation
go-livepeer-basicnet copied to clipboard

Testing suite for different message types in a network of N nodes

Open rairyx opened this issue 7 years ago • 3 comments

Test harness for network protocol.

rairyx avatar Mar 09 '18 04:03 rairyx

Nice first commit @rairyx! I think this is a great first step to getting familiar with the networking stack / developing a framework for testing certain conditions.

Like you said in the email, I think it makes more sense for it to live in the test suite. Also, it would be nice to parameterize the tests a little so it's extensible to other network formations / message types.

ericxtang avatar Mar 11 '18 16:03 ericxtang

Changed into test suite, added message type, network topology as parameters

rairyx avatar Mar 17 '18 09:03 rairyx

Added error handling and network topology scenario may cause circular routing

rairyx avatar Apr 17 '18 03:04 rairyx