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 flaky test - increase file lifespan in rotation tests #1384

Merged
merged 8 commits into from
Oct 29, 2020

Conversation

djaglowski
Copy link
Member

Addresses #1382

@djaglowski
Copy link
Member Author

I retriggered tests hoping to bypass #1380 but we are unfortunately still blocked on this. Otherwise should be good to go.

@djaglowski djaglowski marked this pull request as ready for review October 27, 2020 20:45
@djaglowski djaglowski requested a review from a team October 27, 2020 20:45
@bogdandrutu
Copy link
Member

@djaglowski please rebase, also remove the skip that I added

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #1384 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1384   +/-   ##
=======================================
  Coverage   89.88%   89.88%           
=======================================
  Files         326      326           
  Lines       16059    16059           
=======================================
  Hits        14434    14434           
  Misses       1181     1181           
  Partials      444      444           
Flag Coverage Δ
#integration 68.84% <ø> (ø)
#unit 89.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e51351a...231bd33. Read the comment docs.

@djaglowski
Copy link
Member Author

@bogdandrutu Thanks, should be all set now.

@tigrannajaryan tigrannajaryan merged commit 68d65d7 into open-telemetry:master Oct 29, 2020
@tigrannajaryan
Copy link
Member

Thanks for the fix @djaglowski

bogdandrutu pushed a commit that referenced this pull request Oct 29, 2020
tigrannajaryan pushed a commit that referenced this pull request Oct 29, 2020
)" (#1421)

This reverts commit 68d65d7.

Reverts #1384

Windows tests are still broken, and blocks development.
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
- Removed the draft logsproto and now using the logs Protobufs from
  official OTLP repo. The rest of the changes are forced by this.
- Added InstrumentationLibraryLogs and change the type of LogRecord.Body
  to AnyValue.
- Updated fileexporter and logexporter to use the new log data type.
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
* Call otel.Handle with non-nil errors

That's what normally happens in other call sites. Those two didn't
check it, but passed the "error" to Handle. The default, delegating
implementation of ErrorHandler was printing the error unconditionally,
which resulted in pointless lines like `2020/12/07 19:51:28 <nil>` in
demos, for example.

* Add tests

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
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.

3 participants