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

[7.10] use beats-patched badger #4282

Merged
merged 2 commits into from
Oct 7, 2020

Conversation

graphaelli
Copy link
Member

@graphaelli graphaelli commented Oct 7, 2020

Created with

go mod edit -replace github.com/dgraph-io/badger/v2=github.com/elastic/badger/v2@v2.2007.2-beats
go build
make notice

relates to elastic/beats#21613

@apmmachine
Copy link
Contributor

apmmachine commented Oct 7, 2020

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Started by user Gil Raphaelli, Replayed #2]

  • Start Time: 2020-10-07T22:50:02.586+0000

  • Duration: 32 min 36 sec

Test stats 🧪

Test Results
Failed 0
Passed 4038
Skipped 142
Total 4180

Steps errors 3

Expand to view the steps failures

  • Name: Run Window tests

    • Description:

    • Duration: 9 min 28 sec

    • Start Time: 2020-10-07T23:06:06.127+0000

    • log

  • Name: Compress

    • Description: tar --exclude=coverage-files.tgz -czf coverage-files.tgz coverage

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-07T23:05:56.581+0000

    • log

  • Name: Compress

    • Description: tar --exclude=system-tests-linux-files.tgz -czf system-tests-linux-files.tgz system-tests

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-07T23:19:06.104+0000

    • log

@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

Merging #4282 into 7.10 will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             7.10    #4282      +/-   ##
==========================================
+ Coverage   80.28%   80.30%   +0.02%     
==========================================
  Files         158      158              
  Lines        8641     8641              
==========================================
+ Hits         6937     6939       +2     
+ Misses       1704     1702       -2     
Impacted Files Coverage Δ
beater/jaeger/common.go 75.00% <0.00%> (-7.15%) ⬇️
processor/otel/consumer.go 94.00% <0.00%> (+0.44%) ⬆️
publish/acker.go 89.47% <0.00%> (+10.52%) ⬆️

@graphaelli
Copy link
Member Author

flaky?

[2020-10-07T22:42:18.276Z] ================================== FAILURES ===================================
[2020-10-07T22:42:18.276Z] ______________________ RateLimitTest.test_rate_limit_hit ______________________
[2020-10-07T22:42:18.276Z] 
[2020-10-07T22:42:18.276Z] self = <test_requests.RateLimitTest testMethod=test_rate_limit_hit>
[2020-10-07T22:42:18.276Z] 
[2020-10-07T22:42:18.276Z]     def test_rate_limit_hit(self):
[2020-10-07T22:42:18.276Z]         # all requests from the same ip
[2020-10-07T22:42:18.276Z]         codes = self.fire_events("ratelimit.ndjson", 5)
[2020-10-07T22:42:18.276Z]         assert set(codes.keys()) == set([202, 429]), codes
[2020-10-07T22:42:18.276Z] >       assert codes[429] == 2, codes
[2020-10-07T22:42:18.276Z] E       AssertionError: defaultdict(<class 'int'>, {202: 2, 429: 3})
[2020-10-07T22:42:18.276Z] E       assert 3 == 2

@graphaelli graphaelli merged commit fe42371 into elastic:7.10 Oct 7, 2020
@graphaelli graphaelli deleted the update-badger-7.10 branch October 7, 2020 23:23
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