-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
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
E2E test for broker tracing #1878
Conversation
06d4b9d
to
c5744fb
Compare
c5744fb
to
5cd9a97
Compare
5cd9a97
to
f381ef2
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: daisy-ycguo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9b5248a
to
ec89a07
Compare
ec89a07
to
d66a29d
Compare
@daisy-ycguo: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions 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. I understand the commands that are listed here. |
* Copied verbatim from @daisy-ycguo's #1878. * Trace outline. * Add a hacky sleep so the Broker comes online. * Single trace! * Single place adds all the outgoing tracing. * Random * TestSpanTrace.Notes. * Small Changes. * In the right direction. * Close to working. * It works! * Remove debug logging. * 2 minutes. * Remove unneeded addition of the traceparent attribute. * Fix trace name unit test. * Improve comments. * Swtich the sleep to waiting for the Broker to be ready. * PR comments. * Rename to uri.go. * chose -> choose
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Fixes #1766
Proposed Changes
Release Note
NONE