livepeer / livepeer/go-livepeer-basicnet
Network testing for circular routing
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Created test for circular routing in a network with circular network connection. exp. A->B->C->A.
It shows there is circular routing behavior in this type of network
When A sends C a sub message, C will get the same sub from A and B.
When C sends the subscribed data to A, A will get the same data from C and B.
#27
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test path is named. Start by locating the network routing tests and tracing the A→B→C→A case described here; compare subscription delivery in both directions and confirm the intended behavior with issue #27. Done when the circular-routing behavior is covered and the duplicate deliveries are handled as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100