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

[BUG]: conversion from int64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) #2103

Open
Hellseher opened this issue Sep 8, 2024 · 0 comments
Labels
badger kind/bug Something is broken.

Comments

@Hellseher
Copy link

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() in histogram_test.go test file

@Hellseher Hellseher added the kind/bug Something is broken. label Sep 8, 2024
@ryanfoxtyler ryanfoxtyler added the badger label Sep 10, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
badger kind/bug Something is broken.
Development

No branches or pull requests

2 participants