Skip to content

Bump testify to 1.5.1#1762

Merged
cyriltovena merged 1 commit intografana:masterfrom
dgzlopes:bump-testify-module
Mar 1, 2020
Merged

Bump testify to 1.5.1#1762
cyriltovena merged 1 commit intografana:masterfrom
dgzlopes:bump-testify-module

Conversation

@dgzlopes
Copy link
Member

@dgzlopes dgzlopes commented Mar 1, 2020

What this PR does / why we need it:
As @cyriltovena explained in #1685, stretchr/testify v1.4.0 has a bug in assert.Eventually that generates flaky results.

This bug was solved by stretchr/testify#869. The latest Testify release contains the fix.

Which issue(s) this PR fixes:
Fixes #1685

Special notes for your reviewer:
I used the Dependency management docs as a guide.

Signed-off-by: Daniel González Lopes danielgonzalezlopes@gmail.com

Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #1762 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1762      +/-   ##
==========================================
- Coverage   64.33%   64.31%   -0.03%     
==========================================
  Files         121      121              
  Lines        9081     9081              
==========================================
- Hits         5842     5840       -2     
- Misses       2835     2836       +1     
- Partials      404      405       +1
Impacted Files Coverage Δ
pkg/ingester/transfer.go 65% <0%> (-1.43%) ⬇️

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey thank you for that ! Awesome job ! And welcome 😉

@cyriltovena cyriltovena merged commit 8db2d06 into grafana:master Mar 1, 2020
@dgzlopes
Copy link
Member Author

dgzlopes commented Mar 1, 2020

@cyriltovena Thank you for the quick review! :)

@dgzlopes dgzlopes deleted the bump-testify-module branch March 1, 2020 17:22
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.31%. Comparing base (7e33912) to head (90efe8d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1762      +/-   ##
==========================================
- Coverage   64.33%   64.31%   -0.03%     
==========================================
  Files         121      121              
  Lines        9082     9081       -1     
==========================================
- Hits         5843     5840       -3     
- Misses       2835     2836       +1     
- Partials      404      405       +1     

see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test panic on require.Eventuallyf

4 participants