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

Flaky warning when running tests #3

Open
invidian opened this issue Oct 31, 2019 · 1 comment
Open

Flaky warning when running tests #3

invidian opened this issue Oct 31, 2019 · 1 comment

Comments

@invidian
Copy link
Member

It seems that running tests sometimes produce a warning, which I guess could be fixed.

0 ✓ (28.1ms) 12:26:07 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (255ms) 12:26:08 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
./tests/shamir: line 14: warning: command substitution: ignored null byte in input
OK
0 ✓ (244ms) 12:26:11 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (262ms) 12:26:20 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (264ms) 12:26:21 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (217ms) 12:26:22 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (302ms) 12:26:22 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (289ms) 12:26:23 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
OK
0 ✓ (249ms) 12:26:23 invidian@dellxps15mateusz ~/repos/kinvolk/go-shamir (pr/2)$ make test
go build -o bin/shamir cli/main.go
./tests/shamir
./tests/shamir: line 15: warning: command substitution: ignored null byte in input
OK
@vbatts
Copy link

vbatts commented Feb 5, 2021

still the case. Not sure of the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants