mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-09 13:37:12 +02:00
* Adjust TestRecording fucntion to validate with and without sampling. correct span.isRecording logic to return false when not being sampled * Changed to TestExectutionTracerTaskEnd to only expect 1 span to increment instead of all 3 * added changelog entry * Updated CHANGELOG.md * Remove newline from isRecording() * Rewrite TestSpanIsRecording to include table based tests and check for when span is ended immediately * Update sdk/trace/trace_test.go Improve readability of test name Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * Update sdk/trace/trace_test.go Improve readability of test name Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * Update CHANGELOG.md Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update sdk/trace_test.go test comments Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>