We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
run circuitbreaker_test.go fail in Test_circuitBreakerStore_UpdateCircuitBreaker run platform_test.go fail in Test_platformStore_GetPlatforms
To Reproduce
just exec cmd
go test -timeout 30s -run ^Test_circuitBreakerStore_UpdateCircuitBreaker$ github.com/polarismesh/polaris-server/store/boltdb
Expected behavior
unit test should be success
Environment
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Merge pull request #115 from chuntaojun/fix_unit_test
21c0983
[ISSUE #114] fix wrong unit test under store/boltdb
Successfully merging a pull request may close this issue.
Describe the bug
run circuitbreaker_test.go fail in Test_circuitBreakerStore_UpdateCircuitBreaker
run platform_test.go fail in Test_platformStore_GetPlatforms
To Reproduce
just exec cmd
go test -timeout 30s -run ^Test_circuitBreakerStore_UpdateCircuitBreaker$ github.com/polarismesh/polaris-server/store/boltdb
Expected behavior
unit test should be success
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: