-
Notifications
You must be signed in to change notification settings - Fork 9
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
go: downloading
lines after JSON causes panic.
#45
Comments
Hello @Sean-Der thank you very much! This seems to be another case of I have to apologize in advance, this will require some rearchitecting, so I can't fix it as quickly as I usually fix bugs. I also wonder to myself if it wouldn't be easier to include code coverage reporting in gotestfmt itself. |
@janosdebugs no worries here I am not blocked :) |
👋 I ran into similar issue:
causes panic too. Its ugly because it hides the actual fail, and you have to run it without gotestfmt. This is the exact message:
|
Hello @lunemec can you please upload your go test -json output? |
Hi @janosdebugs - this is the output there. The issue was using Go 1.18 with sync/atomic.Int32 which is available on 1.19 and higher. Here is the output:
|
@lunemec do you have a custom |
Yes, we use https://github.com/stretchr/testify#suite-package but that seems to work for everything - except this that is. |
Thank you, I'll try to reproduce it. |
Thank you for this fantastic tool! We have been using it for Pion and has saved me significant time already :) reading test logs without it is terrible.
I am using
go-acc
and in some cases will generatego: downloading
entries after JSON output. It causes this panic.In your opinion is this a
gotestfmt
orgo-acc
bug? I have attached a reproduce as well.gotest.log
The text was updated successfully, but these errors were encountered: