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

Bump testify to 1.5.1 #1762

Merged
merged 1 commit into from
Mar 1, 2020
Merged

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
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
3 participants