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(ci): update dependency on Badger #8557

Closed
wants to merge 8 commits into from

Conversation

joshua-goldstein
Copy link
Contributor

@joshua-goldstein joshua-goldstein commented Jan 2, 2023

Problem

This PR updates the dependency on Badger to the latest version of Badger used in the cloud (SHA 7677fcb of Badger) with two bug fixes (here and here), and the dependency on Ristretto is bumped up to v0.1.1. These fixes live on the dgraph-main branch of Badger.

To do

We see a failure in TestLargePlistSplit in posting/list_test.go. This was added as part of a cherry-pick #8297.

@joshua-goldstein joshua-goldstein marked this pull request as ready for review January 2, 2023 17:06
@mangalaman93 mangalaman93 added the slash-to-main PRs which bring slash branch on par with main. label Jan 3, 2023
@joshua-goldstein joshua-goldstein changed the title chore(ci): test update to badger dep chore(ci): update dependency on Badger Jan 4, 2023
@coveralls
Copy link

coveralls commented Jan 4, 2023

Coverage Status

Coverage: 64.373% (-0.2%) from 64.538% when pulling 75a0899 on joshua/badger-test into 32d5c9f on main.

@joshua-goldstein
Copy link
Contributor Author

Reverting dgraph-io/badger#1696, dgraph-io/badger#1697, dgraph-io/badger#1698 in Badger on dgraph-main.

@@ -93,6 +93,8 @@ github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
Copy link
Contributor

Choose a reason for hiding this comment

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

can we cleanup the go.sum files. It seems to have older versions of dependency too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
slash-to-main PRs which bring slash branch on par with main.
Development

Successfully merging this pull request may close these issues.

3 participants