Skip to content

Commit

Permalink
parallelize consistent hashring test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Oct 26, 2022
1 parent 33fed52 commit e3aebaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/consistent/hashring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func TestBackendBalance(t *testing.T) {

for _, numMembers := range testCases {
t.Run(strconv.Itoa(numMembers), func(t *testing.T) {
t.Parallel()
require := require.New(t)

ring := NewHashring(hasherFunc, 100)
Expand Down

0 comments on commit e3aebaf

Please sign in to comment.