viant/toolbox

TestService_List fails at go test

Closed this issue · 6 comments

TestService_List usually passes, but it fails on reproducible builds:

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)

updated test

Confirmed it's fixed. Thank you!

Sorry, this still occurs on latest.
I have to reopen this ticket.

https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/golang-github-viant-toolbox_0.32.3-1.rbuild.log.gz

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)

commented test as deprecated

thanks for your support!
closing this ticket.