You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(contrib/gin): fix TestServiceName test ordering issue
The TestServiceName test was failing when run with certain shuffle
seeds, e.g.:
test -test.shuffle 1761392205507602000 ./contrib/gin-gonic/gin/
This was caused by TestTracerStartedMultipleTimes setting a global
service name without restoring the old one.
Fix the problem by making TestTracerStartedMultipleTimes clean up after
itself.
0 commit comments