We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matches: - routes: - destination_selector: step: aa - source_selector: step: aa routes: - destination_selector: step: ab - source_selector: step: ab routes: - destination_selector: step: c - routes: - destination_selector: step: ba - source_selector: step: ba routes: - destination_selector: step: bb - source_selector: step: bb routes: - destination_selector: step: c - source_selector: step: c routes: - destination_selector: step: d
aa
ba
bb
c
d
ab
matches: - routes: - destination_selector: label_a: a - source_selector: label_a: a label_b: b routes: - destination_selector: label_a: aa - source_selector: label_a: aa label_b: bb routes: - destination_selector: label_a: aaa label_b: bbb
label_a: a, label_b: b
label_a: a, label_b: bb
label_a: aaa, label_b: bbb
label_a: aa, label_b: bb
sdk/pkg/networkservice/chains/nsmgr/suite_test.go
Line 391 in 5ab6206
Line 452 in 5ab6206
Depends on #871, #878, #879.
The text was updated successfully, but these errors were encountered:
Mixaster995
Successfully merging a pull request may close this issue.
Overview
aa
,ba
,bb
,c
,d
Endpoints.aa
- 0,ba
- 1,bb
- 1,c
- 1,d
- 1.ab
Endpoint.aa
- 1,ab
- 1,ba
- 1,bb
- 1,c
- 2,d
- 2.aa
- 2,ab
- 2,ba
- 2,bb
- 2,c
- 4,d
- 4.label_a: a, label_b: b
,label_a: a, label_b: bb
, ...,label_a: aaa, label_b: bbb
with 300 ms Request timeout for the client sidelabel_a: a, label_b: b
->label_a: aa, label_b: bb
->label_a: aaa, label_b: bbb
References
sdk/pkg/networkservice/chains/nsmgr/suite_test.go
Line 391 in 5ab6206
sdk/pkg/networkservice/chains/nsmgr/suite_test.go
Line 452 in 5ab6206
Blockers
Depends on #871, #878, #879.The text was updated successfully, but these errors were encountered: