-
Notifications
You must be signed in to change notification settings - Fork 0
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
Modification by filter (without formula data migration) #526
Conversation
…thub.com/gridsuite/network-modification-server into modification_by_filter_no_migration_data
...dification/server/modifications/byfilter/assignment/BatteryModificationByAssignmentTest.java
Outdated
Show resolved
Hide resolved
At the moment I will keep the actual behaviour as formula, i.e. when exception occurs, do not interrupt next applications and log as warning for exception |
Ok fine. But I think a new ticket should be opened about this. It makes the logs very misleading : It really looks like no equipment has been modified at all but it is only in one of the Assigment by filter. The other worked fine. |
In yours case, none of assignments done well, that why the final counter is zero so the parent node is in error severity. I tested with two modifications, one no error and other with error, I dont see any problem with the counter: |
This is what bothers me : the parent is in error severity but the node when the error actually happened has no error. And there is no intuitive way to find where the error happenned : you have to click on the nodes one by one and checks the traces. |
We can set error severity when exception occurs here : https://github.com/gridsuite/network-modification-server/pull/526/files#diff-793232bebcbb224f95ef5d7c306f29898390e54e86f4e68cc792e6724f393a96R317 |
src/main/java/org/gridsuite/modification/server/dto/byfilter/equipmentfield/GeneratorField.java
Show resolved
Hide resolved
...g/gridsuite/modification/server/dto/byfilter/equipmentfield/TwoWindingsTransformerField.java
Show resolved
Hide resolved
src/main/java/org/gridsuite/modification/server/dto/byfilter/equipmentfield/LoadField.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review => OK
Quality Gate passedIssues Measures |
Signed-off-by: Thang PHAM <[email protected]
No description provided.