Conversation
|
Pinging @elastic/integrations-services (Team:Services) |
| var found bool | ||
| for _, err := range errs { | ||
| if strings.Contains(err.Error(), "request canceled (Client.Timeout exceeded") { | ||
| if strings.Contains(err.Error(), "context deadline exceeded (Client.Timeout exceeded") { |
There was a problem hiding this comment.
maybe for another PR, but better check for err == context.X. There are constants for this. Checking errors by error string is kind of a no-go.
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
|
Some tests failed, but seems unrelated (maybe the generator might have some problem, though). As follow up: we should disable vendoring in the generator. |
|
@urso I've updated the generators to not use vendoring. |
|
The issues with the generated Beats will disappear once the PR gets merged to master. Travis errors are unrelated. |
|
CI failures seem to be unrelated. I'm Investigating the filebeat errors. Feel free to merge independently. |
* upstream/master: Add `docker logs` support to the Elastic Log Driver (elastic#19531) [Elastic Agent] Fix saving of agent configuration on Windows to have proper ACLs (elastic#19793) Send the config revision down to the endpoint application. (elastic#19759) [Elastic Agent] Add support for multiple hosts in connection to kibana (elastic#19628) Remove the downloadConfig and retryConfig from plugin/process.Application and plugin/service.Application. (elastic#19603) Update go version to 1.14.4 (elastic#19753) ci: set builds as skipped when they do not match the trigger (elastic#19750) [Auditbeat] Fix up socket dataset runaway CPU usage (elastic#19764) Convert cloudfoundry input to v2 (elastic#19717)
This PR adds support for Golang 1.14.4 in Beats. The dependency `golang.org/x/tools` is pinned to `release-branch.go1.14`. The generated Beats no longer contain a vendor folder. Go 1.14 has been out for quite some time. It is high time we update. Closes elastic#18829 Closes elastic#16566 (cherry picked from commit 7580c72)
This PR adds support for Golang 1.14.4 in Beats. The dependency `golang.org/x/tools` is pinned to `release-branch.go1.14`. The generated Beats no longer contain a vendor folder. Go 1.14 has been out for quite some time. It is high time we update. Closes #18829 Closes #16566 (cherry picked from commit 7580c72)
## What does this PR do? This PR adds support for Golang 1.14.4 in Beats. The dependency `golang.org/x/tools` is pinned to `release-branch.go1.14`. The generated Beats no longer contain a vendor folder. ## Why is it important? Go 1.14 has been out for quite some time. It is high time we update. ## Related issues Closes elastic#18829 Closes elastic#16566
What does this PR do?
This PR adds support for Golang 1.14.4 in Beats. The dependency
golang.org/x/toolsis pinned torelease-branch.go1.14.The generated Beats no longer contain a vendor folder.
Why is it important?
Go 1.14 has been out for quite some time. It is high time we update.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues
Closes #18829
Closes #16566