Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport issue 3945 to .17 #3947

Merged
merged 2 commits into from
Aug 27, 2020

Conversation

vaikas
Copy link
Contributor

@vaikas vaikas commented Aug 27, 2020

Backport #3945 to .17 release.

Also backport 3918, 3900. (helps with test flakes)

Proposed Changes

  • Check the length of the branches and if they change, realloc the array of BranchStatuses. Otherwise, if branches are added, panic happens.

Release Note

- 🐛 Fix bug
If you create a Parallel, then later add branches to it, caused a panic.

Docs

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Aug 27, 2020
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vaikas

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 27, 2020
@knative-prow-robot knative-prow-robot added the area/test-and-release Test infrastructure, tests or release label Aug 27, 2020
@knative-test-reporter-robot

The following jobs failed:

Test name Triggers Retries
pull-knative-eventing-integration-tests 0/3

Failed non-flaky tests preventing automatic retry of pull-knative-eventing-integration-tests:

test/e2e.TestBrokerChannelFlowV1Beta1BrokerV1/Channel-messaging.knative.dev/v1
test/e2e.TestBrokerChannelFlowV1Beta1BrokerV1

@vaikas
Copy link
Contributor Author

vaikas commented Aug 27, 2020

#3686

@vaikas
Copy link
Contributor Author

vaikas commented Aug 27, 2020

/test pull-knative-eventing-integration-tests

@@ -317,12 +317,13 @@ func BrokerV1Beta1ConsumerDataPlaneTestHelper(
event.SetSource(source)
msg := []byte(`{"msg":"Transformed!"}`)
transformPod := resources.EventTransformationPod(
"tranformer-pod",
"transformer-pod",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦

@lberk
Copy link
Member

lberk commented Aug 27, 2020

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 27, 2020
@knative-prow-robot knative-prow-robot merged commit e57f29c into knative:release-0.17 Aug 27, 2020
@vaikas vaikas deleted the backport-issue-3945 branch August 27, 2020 21:30
@lberk lberk mentioned this pull request Sep 1, 2020
matzew pushed a commit to matzew/eventing that referenced this pull request Sep 1, 2020
* backport issue 3945

* backport 3918, 3900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants