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

chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 #331

Merged
merged 2 commits into from Jun 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps github.com/stretchr/testify from 1.7.4 to 1.8.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.7.4...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 30, 2022
Copy link
Contributor

@asraa asraa left a comment

Choose a reason for hiding this comment

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

Not for this PR, but I noted a flaky test in the earlier presubmit. Will fix in a follow up.

FAIL: <autogenerated>:1: UtilSuite.TestBytesMatchLenAndHashes

util_test.go:273:
    c.Assert(BytesMatchLenAndHashes(t.bytes, t.length, t.hashes), DeepEquals, t.err(t), Commentf("name = %s", t.name))
... obtained util.ErrWrongHash = util.ErrWrongHash{Type:"sha256", Expected:data.HexBytes{0x13, 0x93, 0x3e, 0xcd, 0x37, 0x2f, 0x4f, 0x7b, 0x51, 0xa1, 0x20, 0x8e, 0xba, 0x5e, 0xea, 0xf2, 0x80, 0x9b, 0x86, 0xf2, 0x61, 0x9c, 0x67, 0xed, 0x11, 0x27, 0x57, 0xc5, 0xe4, 0xb4, 0x26, 0x6a, 0x6a, 0x16, 0xfe, 0x10, 0x34, 0x12, 0x14, 0x3b, 0xd2, 0x72, 0x1, 0x9e, 0x71, 0xe9, 0xc8, 0xed, 0xf, 0xf7, 0xec, 0x75, 0x50, 0x54, 0xc5, 0x7e, 0xb3, 0x8d, 0xfc, 0x4, 0xc5, 0x26, 0xa9, 0x8b}, Actual:data.HexBytes{0x70, 0xc7, 0xb5, 0x28, 0xb2, 0xd, 0x65, 0xed, 0xa9, 0x31, 0xed, 0xaa, 0xac, 0x1, 0xf3, 0x37, 0xfd, 0x56, 0x84, 0x28, 0x9e, 0xcd, 0x8f, 0xb1, 0xb2, 0x78, 0x63, 0xa5, 0xe6, 0xa8, 0x2b, 0xb6}} ("wrong sha256 hash, expected 13933ecd372f4f7b51a1208eba5eeaf2809b86f2619c67ed112757c5e4b4266a6a16fe103412143bd272019e71e9c8ed0ff7ec755054c57eb38dfc04c526a98b got 70c7b528b20d65eda931edaaac01f337fd5684289ecd8fb1b27863a5e6a82bb6")
... expected util.ErrWrongHash = util.ErrWrongHash{Type:"sha512", Expected:data.HexBytes{0x70, 0xc7, 0xb5, 0x28, 0xb2, 0xd, 0x65, 0xed, 0xa9, 0x31, 0xed, 0xaa, 0xac, 0x1, 0xf3, 0x37, 0xfd, 0x56, 0x84, 0x28, 0x9e, 0xcd, 0x8f, 0xb1, 0xb2, 0x78, 0x63, 0xa5, 0xe6, 0xa8, 0x2b, 0xb6}, Actual:data.HexBytes{0x13, 0x93, 0x3e, 0xcd, 0x37, 0x2f, 0x4f, 0x7b, 0x51, 0xa1, 0x20, 0x8e, 0xba, 0x5e, 0xea, 0xf2, 0x80, 0x9b, 0x86, 0xf2, 0x61, 0x9c, 0x67, 0xed, 0x11, 0x27, 0x57, 0xc5, 0xe4, 0xb4, 0x26, 0x6a, 0x6a, 0x16, 0xfe, 0x10, 0x34, 0x12, 0x14, 0x3b, 0xd2, 0x72, 0x1, 0x9e, 0x71, 0xe9, 0xc8, 0xed, 0xf, 0xf7, 0xec, 0x75, 0x50, 0x54, 0xc5, 0x7e, 0xb3, 0x8d, 0xfc, 0x4, 0xc5, 0x26, 0xa9, 0x8b}} ("wrong sha512 hash, expected 70c7b528b20d65eda931edaaac01f337fd5684289ecd8fb1b27863a5e6a82bb6 got 13933ecd372f4f7b51a1208eba5eeaf2809b86f2619c67ed112757c5e4b4266a6a16fe103412143bd272019e71e9c8ed0ff7ec755054c57eb38dfc04c526a98b")
... name = incorrect hashes
... Difference:
...     Type: "sha256" != "sha512"
...     Expected: data.HexBytes[64] != data.HexBytes[32]
...     Actual: data.HexBytes[32] != data.HexBytes[64]

@asraa asraa merged commit eed9e6c into master Jun 30, 2022
@asraa asraa deleted the dependabot/go_modules/github.com/stretchr/testify-1.8.0 branch June 30, 2022 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants