Migrate Eventing Sources to use CloudEvent Client#191
Conversation
|
/cc @Harwayne |
|
@n3wscott: GitHub didn't allow me to request PR reviews from the following users: whynowy. Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/hold Missed |
|
/hold cancel |
|
/retest |
|
/test pull-knative-eventing-sources-go-coverage |
|
/test pull-knative-eventing-sources-unit-tests |
|
|
|
Hm, I had an old version of go installed... Updating... OK, updating to 1.11 showed me the problem. |
|
I don't think this was the failure, but concerning regardless.
I0130 19:37:20.877] ==================
I0130 19:37:20.878] WARNING: DATA RACE
I0130 19:37:20.878] Write at 0x00c000030088 by goroutine 8:
I0130 19:37:20.887]
github.com/knative/eventing-sources/pkg/adapter/cronjobevents.TestStart_ServeHTTP()
I0130 19:37:20.887]
/go/src/github.com/knative/eventing-sources/pkg/adapter/cronjobevents/adapter_test.go:53
+0x3ff
I0130 19:37:20.887] testing.tRunner()
I0130 19:37:20.887] /usr/local/go/src/testing/testing.go:827 +0x162
I0130 19:37:20.888]
I0130 19:37:20.889] Previous read at 0x00c000030088 by goroutine 11:
I0130 19:37:20.889]
github.com/knative/eventing-sources/pkg/adapter/cronjobevents.TestStart_ServeHTTP.func1.1()
I0130 19:37:20.889]
/go/src/github.com/knative/eventing-sources/pkg/adapter/cronjobevents/adapter_test.go:70
+0xad
I0130 19:37:20.889]
I0130 19:37:20.890] Goroutine 8 (running) created at:
I0130 19:37:20.891] testing.(*T).Run()
I0130 19:37:20.891] /usr/local/go/src/testing/testing.go:878 +0x659
I0130 19:37:20.891] testing.runTests.func1()
I0130 19:37:20.891] /usr/local/go/src/testing/testing.go:1119 +0xa8
I0130 19:37:20.891] testing.tRunner()
I0130 19:37:20.892] /usr/local/go/src/testing/testing.go:827 +0x162
I0130 19:37:20.893] testing.runTests()
I0130 19:37:20.893] /usr/local/go/src/testing/testing.go:1117 +0x4ee
I0130 19:37:20.893] testing.(*M).Run()
I0130 19:37:20.893] /usr/local/go/src/testing/testing.go:1034 +0x2ee
I0130 19:37:20.894] main.main()
I0130 19:37:20.895] _testmain.go:46 +0x221
I0130 19:37:20.895]
I0130 19:37:20.895] Goroutine 11 (finished) created at:
I0130 19:37:20.895]
github.com/knative/eventing-sources/pkg/adapter/cronjobevents.TestStart_ServeHTTP.func1()
I0130 19:37:20.897]
/go/src/github.com/knative/eventing-sources/pkg/adapter/cronjobevents/adapter_test.go:68
+0x2d0
I0130 19:37:20.897] testing.tRunner()
I0130 19:37:20.897] /usr/local/go/src/testing/testing.go:827 +0x162
…On Wed, Jan 30, 2019 at 11:38 AM Knative Prow Robot < ***@***.***> wrote:
@n3wscott <https://github.com/n3wscott>: The following tests *failed*,
say /retest to rerun them all:
Test name Commit Details Rerun command
pull-knative-eventing-sources-build-tests 8ed0e5a
<8ed0e5a>
link
<https://gubernator.knative.dev/build/knative-prow/pr-logs/pull/knative_eventing-sources/191/pull-knative-eventing-sources-build-tests/1090693039019528192/> /test
pull-knative-eventing-sources-build-tests
pull-knative-eventing-sources-unit-tests ae17b77
<ae17b77>
link
<https://gubernator.knative.dev/build/knative-prow/pr-logs/pull/knative_eventing-sources/191/pull-knative-eventing-sources-unit-tests/1090695178940846081/> /test
pull-knative-eventing-sources-unit-tests
Full PR test history
<https://gubernator.knative.dev/pr/knative_eventing-sources/191>. Your PR
dashboard <https://gubernator.knative.dev/pr/n3wscott>.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/guide/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#191 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKwedHHGw9Lvve_eeZjzf8W5b38YVALeks5vIfSkgaJpZM4aYrTm>
.
|
|
The following is the coverage report on pkg/.
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: n3wscott, vaikas-google The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Proposed Changes
cloudevents.ClientRelease Note