-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Test_HeadIteratorReverse, Test_Iterator failing in 2.2.0 release #3485
Comments
This appears to have been broken by #3383 .... apparently your CI doesn't actually run the test suite? |
No this is from golang 1.16. I'll take a look, and probably work on #3481 with @slim-bean |
Fixes grafana#3485 Should also unblock grafana#3481 When unsafely converting string to bytes the cap of the bytes is lost but not when doing bytes to string. It seems that this is only a problem when using go 1.16 or when using delve. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Are we likely to get a bugfix release soon? (with e.g. this and #3502) |
2.2 uses go 1.15 so it should be fine we don't plan to hotfix for this so if you want 2.2 with go 1.16 I suggest you cherry pick the commit. |
…afana#3487) Fixes grafana#3485 Should also unblock grafana#3481 When unsafely converting string to bytes the cap of the bytes is lost but not when doing bytes to string. It seems that this is only a problem when using go 1.16 or when using delve. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Environment:
The text was updated successfully, but these errors were encountered: