livepeer / livepeer/go-livepeer-basicnet

Network testing for circular routing

Open
#26 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.