Port Channel conformance tracing tests to new test images#3325
Conversation
Now tracing tests should just work Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
There was a problem hiding this comment.
/lgtm
Can you please create an issue to refactor test/conformance/helpers/channel_tracing_test_helper.go : func setupChannelTracingWithReply ?
The function is gigantic and very hard to read. Specially the setup of traces and test data should be extracted out to some functions so that the main logic is clear in this function
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Abd4llA, slinkydeveloper The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I wished to tackle that in this PR, but part of the code is reused in broker conformance tests. I'm going to refactor it together with porting the broker conformance test |
Part of #3267
Supersedes #3317