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 timeout of OtlpHttpExporterTestPeer and OtlpHttpLogExporterTestPeer when run under valgrind. #1080

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

owent
Copy link
Member

@owent owent commented Nov 21, 2021

Signed-off-by: owent admin@owent.net

Fixes #1049

Changes

Increase timeout for OtlpHttpExporterTestPeer and OtlpHttpLogExporterTestPeer .

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

…tPeer` when run under valgrind.

Signed-off-by: owent <admin@owent.net>
@owent owent requested a review from a team November 21, 2021 09:19
@codecov
Copy link

codecov bot commented Nov 21, 2021

Codecov Report

Merging #1080 (c5e410e) into main (6e249fd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1080   +/-   ##
=======================================
  Coverage   94.41%   94.41%           
=======================================
  Files         158      158           
  Lines        6077     6077           
=======================================
  Hits         5737     5737           
  Misses        340      340           

@ThomsonTan ThomsonTan merged commit 089b04d into open-telemetry:main Nov 22, 2021
@owent owent deleted the fix_1049 branch November 23, 2021 02:25
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.

Unit test failing in CI: OtlpHttpExporterTestPeer.ExportJsonIntegrationTest
3 participants