Skip to content
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

Fix stdout TestStdoutTimestamp failure with sleep #1572

Merged
merged 3 commits into from
Feb 23, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 23, 2021

Ensure the test condition is valid by introducing minimal sleep durations before and after a timestamp is measured.

Resolves #1571

Ensure the test condition is valid by introducing minimal sleep
durations before and after a timestamp is measured.

Resolves open-telemetry#1571
@codecov
Copy link

codecov bot commented Feb 23, 2021

Codecov Report

Merging #1572 (89bc6c4) into main (bd4701e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1572   +/-   ##
=====================================
  Coverage   78.0%   78.0%           
=====================================
  Files        127     127           
  Lines       6597    6597           
=====================================
  Hits        5151    5151           
- Misses      1201    1202    +1     
+ Partials     245     244    -1     
Impacted Files Coverage Δ
exporters/otlp/otlpgrpc/connection.go 88.7% <0.0%> (ø)

@Aneurysm9 Aneurysm9 merged commit 4a163be into open-telemetry:main Feb 23, 2021
@MrAlias MrAlias deleted the stdout-timestamp-test branch February 23, 2021 19:42
@Aneurysm9 Aneurysm9 mentioned this pull request Mar 3, 2021
ldelossa pushed a commit to ldelossa/opentelemetry-go that referenced this pull request Mar 5, 2021
* Fix stdout TestStdoutTimestamp failure with sleep

Ensure the test condition is valid by introducing minimal sleep
durations before and after a timestamp is measured.

Resolves open-telemetry#1571

* Add changes to changelog

Co-authored-by: Anthony Mirabella <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exporters/stdout TestStdoutTimestamp test failure
3 participants