-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix node breaker disconnect #348
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Florian Dupuy <[email protected]>
When disconnecting load L, the minimal cut is looked for all the bbs, including BBS2. The minimal cut for L - BBS2 is BR3, hence BR3 is opened when disconnecting L, whereas it is not needed. |
Similar case, with a load which cannot be disconnected because of disconnector D1. But disconnecting terminal of load L1 returns true, as BR is opened. Nonetheless it should return false and BR should remain open. |
Signed-off-by: Florian Dupuy <[email protected]>
Signed-off-by: Florian Dupuy <[email protected]>
Signed-off-by: Florian Dupuy <[email protected]>
Signed-off-by: Florian Dupuy <[email protected]>
Signed-off-by: Florian Dupuy <[email protected]>
Other unit test which fails when disconnecting load. Switch BR1 is opened, load remains linked with line and 2wt.
|
Signed-off-by: Florian Dupuy <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
No