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

UT test run failed: consistent hash lb maglev config init failed, load outer map of maglev failed. #1004

Closed
yuanqijing opened this issue Oct 31, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@yuanqijing
Copy link
Contributor

What happened:
UT: Failed, outputs errors:
consistent hash lb maglev config init failed, load outer map of maglev failed.

if err := maglev.InitMaglevMap(); err != nil {
return fmt.Errorf("consistent hash lb maglev config init failed, %s", err)
}

after remove the lines, the ut passed.
In my code repo shows an example :
yuanqijing#4
yuanqijing#5

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kmesh version:
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant