wire icon indicating copy to clipboard operation
wire copied to clipboard

all: travis test is failing

Open vangent opened this issue 5 years ago • 2 comments

--- FAIL: TestWire (309.01s)
    --- FAIL: TestWire/FieldsOfCycle (13.81s)
        wire_test.go:110: /tmp/wire_test290307528/src/example.com/foo/wire.go:24:42: FieldsOf not declared by package wire
        wire_test.go:123: Errors didn't match expected errors from wire_errors.txt:
            {[]string}[0]:
            	-: "example.com/foo/wire.go:x:y: FieldsOf not declared by package wire"
            	+: "example.com/foo/wire.go:x:y: cycle for example.com/foo.Bar:\nexample.com/foo.Bar (example.com/foo.provideBar) ->\nexample.com/foo.Foo (example.com/foo.provideFoo) ->\nexample.com/foo.Baz (example.com/foo.Bar.Bz) ->\nexample.com/foo.Bar"
FAIL

https://travis-ci.com/google/wire/jobs/199342330

vangent avatar May 13 '19 18:05 vangent

It looks like Travis is using another version of wire library to run the tests? I can't reproduce it locally.

shantuo avatar May 13 '19 22:05 shantuo

I think this is related https://travis-ci.community/t/issue-pr-build-using-wrong-commit-entirely-migrated-from-github/1153

Reopen to track.

shantuo avatar Jun 18 '19 20:06 shantuo