grailbio / reflow

A language and runtime for distributed, incremental data processing in the cloud
Apache License 2.0
965 stars 52 forks source link

Update .travis.yml #116

Closed prasadgopal closed 4 years ago

prasadgopal commented 4 years ago

Update go version to 1.13

mariusae commented 4 years ago

Have you looked into these failures?

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
985Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
prasadgopal commented 4 years ago

I don't know what that error is. But there is test failure. @swami-m I don't seem to have access to kick off another travis build.

--- FAIL: TestWatcher (1.22s) watcher_test.go:131: got 2, want 3 watcher_test.go:137: got 1, want 2 FAIL FAIL github.com/grailbio/reflow/ec2cluster/volume 1.496s

swami-m commented 4 years ago

I don't know what that error is. But there is test failure. @swami-m I don't seem to have access to kick off another travis build.

--- FAIL: TestWatcher (1.22s) watcher_test.go:131: got 2, want 3 watcher_test.go:137: got 1, want 2 FAIL FAIL github.com/grailbio/reflow/ec2cluster/volume 1.496s

Hmm, I ran it multiple times with go test -count 100 and also ran go test -race and it didn't fail.

prasadgopal commented 4 years ago

I can look into why this test in failing later. This change which update the infra package and the go version for travis is still useful.