TestService_List fails at go test
Closed this issue · 6 comments
rogers0 commented
TestService_List usually passes, but it fails on reproducible builds:
- https://tests.reproducible-builds.org/debian/rbuild/unstable/arm64/golang-github-viant-toolbox_0.32.2-1.rbuild.log.gz
- https://tests.reproducible-builds.org/debian/rbuild/unstable/armhf/golang-github-viant-toolbox_0.32.2-1.rbuild.log.gz
error log for version 0.32.2:
=== RUN TestService_List
TestService_List: service_test.go:23:
Error Trace: service_test.go:23
Error: Expected nil, but got: &os.PathError{Op:"open", Path:"/nonexistent", Err:0x2}
Test: TestService_List
--- FAIL: TestService_List (0.00s)
adranwit commented
updated test
rogers0 commented
Confirmed it's fixed. Thank you!
rogers0 commented
Sorry, this still occurs on latest.
I have to reopen this ticket.
log:
=== RUN TestService_List
TestService_List: service_test.go:23:
Error Trace: service_test.go:23
Error: Expected nil, but got: &os.PathError{Op:"open", Path:"/nonexistent", Err:0x2}
Test: TestService_List
--- FAIL: TestService_List (0.00s)
rogers0 commented
For latest 0.33.0, the result seems the same.
adranwit commented
commented test as deprecated
rogers0 commented
thanks for your support!
closing this ticket.