etcd
etcd copied to clipboard
embed: add integration test for distributed tracing
To verify distributed tracing feature is correctly setup, this PR adds an integration test for this feature. In the process of writing the test, I discovered a goroutine leak due to the TraceProvider not being closed. This PR fixs this issue as well
Closes #13814
Please run ./scripts/fix.sh to fix the mod tidy problems causing a Static Analysis to fail.
@VinozzZ There are lots of comment changes in this PR. Did you do it intentionally or they are just updated by IDE or any tool? If it's the former (intentionally did), please do it in a separate PR. If it's the latter, please revert the changes.
@VinozzZ There are lots of comment changes in this PR. Did you do it intentionally or they are just updated by IDE or any tool? If it's the former (intentionally did), please do it in a separate PR. If it's the latter, please revert the changes.
This is the change from running ./scripts/fix.sh . Just curious if the script makes changes based on some configs from the local dev machine?