Add integration test to opentelemetry tracing on image pull#7847
Conversation
|
Hi @fangn2. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
c94456b to
35da547
Compare
35da547 to
88bc2e5
Compare
a92a200 to
1935e8c
Compare
cbb364f to
99f40cc
Compare
|
@swagatbora90 Thanks for your comments, updated in the latest commit. |
|
CI failure on integration test not related to the change. Same issue as described in #7884 |
99f40cc to
675e8e5
Compare
675e8e5 to
c3b37a9
Compare
|
Rebased to fix Windows CI issue. |
c3b37a9 to
d634ee0
Compare
d634ee0 to
2dede6f
Compare
2dede6f to
6f6f1f1
Compare
|
Pushed changes to address comments. CI failing on installing dependencies not related to the change. |
6f6f1f1 to
4bd31bc
Compare
swagatbora90
left a comment
There was a problem hiding this comment.
One nit comment otherwise LGTM!
179c437 to
b186b0c
Compare
b186b0c to
2a165a1
Compare
|
Updated to address comments(move tracer provider global setting to caller side) CI is failing not related to my change. |
2a165a1 to
3654e39
Compare
|
/ok-to-test |
|
Looks good but needs rebase for go mod |
Create an in-memory exporter and global tracer provider Pull image with client which should create spans Validate spans in the exporter Signed-off-by: Tony Fang <[email protected]>
3654e39 to
c46aaa8
Compare
|
Thanks for checking @dmcgowan. |
This PR is to address #7493
This PR adds
Integration test to tracing at client side on image pull following steps:
Those steps can be used for other tracing related integration tests too.
Signed-off-by: Tony Fang [email protected]