Skip to content

Fixed CreateEndToEndFlowsSwitch.processFlowStep()#2022

Merged
lwrage merged 9 commits intomasterfrom
1984_errors_on_path_not_taken
Oct 17, 2019
Merged

Fixed CreateEndToEndFlowsSwitch.processFlowStep()#2022
lwrage merged 9 commits intomasterfrom
1984_errors_on_path_not_taken

Conversation

@AaronGreenhouse
Copy link
Contributor

Fixes #1984

aarong and others added 5 commits October 11, 2019 15:34
output any error messages.  Only if there are no connection instances
that are valid, do we output an error.  (I'm not sure this case is even
possible, but that's another problem.)
was uncovered by tests for issue 879.  Updated the unit tests for 879
and 1984.
@lwrage lwrage self-requested a review October 16, 2019 17:12
Comment on lines +619 to +623
// if (!result) {
// error(etei.getContainingComponentInstance(), "Cannot create end to end flow '" + etei.getName()
// + "' because the end of the semantic connection '" + conni.getComponentInstancePath()
// + "' does not connect to the start of flow '" + fimpl.getSpecification().getName() + "'");
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete commented out lines

Comment on lines +641 to +647
// if (!result) {
// error(etei.getContainingComponentInstance(),
// "Cannot create end to end flow '" + etei.getName() + "' because flow '"
// + fimpl.getSpecification().getName()
// + "' does not connect to the start of the semantic connection '"
// + conni.getComponentInstancePath() + "'");
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

Delete commented out lines

@lwrage lwrage merged commit 5c5095b into master Oct 17, 2019
@lwrage lwrage deleted the 1984_errors_on_path_not_taken branch October 17, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using feature-group specific flow paths has instance model errors for the "path not taken".

2 participants