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
1.6.2, 2.0.3
1.21.5
No
MEM: 64GiB CPU: AMD Ryzen 7 3800X 8-Core Processor OS: GNU/Guix (Linux kernel)
go test -v ./...
Tests passed
Fixed with substiituting string() -> fmt.Sprint() in histogram_test.go test file
string()
fmt.Sprint()
histogram_test.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Badger are you using?
1.6.2, 2.0.3
What version of Go are you using?
1.21.5
Have you tried reproducing the issue with the latest release?
No
What is the hardware spec (RAM, CPU, OS)?
MEM: 64GiB
CPU: AMD Ryzen 7 3800X 8-Core Processor
OS: GNU/Guix (Linux kernel)
What steps will reproduce the bug?
go test -v ./...
Expected behavior and actual result.
Tests passed
Additional information
Fixed with substiituting
string()
->fmt.Sprint()
inhistogram_test.go
test fileThe text was updated successfully, but these errors were encountered: