-
Notifications
You must be signed in to change notification settings - Fork 1
Introduce parallel runs #129
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
Conversation
This comment has been minimized.
This comment has been minimized.
Co-authored-by: johanneshiry <johannes.hiry@tu-dortmund.de>
Co-authored-by: johanneshiry <johannes.hiry@tu-dortmund.de>
Co-authored-by: johanneshiry <johannes.hiry@tu-dortmund.de>
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## dev #129 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 25 25
Lines 1512 1512
Branches 236 236
=====================================
Misses 1512 1512 Continue to review full report at Codecov.
|
|
@johanneshiry Please double check, if I took over your implementations correctly. |
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.
Some clarification questions and minor remarks.
Also: What about tests? Since I'm not too familiar with Akka they would make me feel better that this stuff works as expected. 🙄
| idle(stopRunProcesses(guardianData, watch.runId, ctx)) | ||
| case (ctx, unsupported) => | ||
| ctx.log.error(s"Received unsupported message '$unsupported'.") | ||
| Behaviors.stopped |
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.
As of discussion: Check if a useful message is sent to the children.
Also the error message should include that we shut down the children and the guardian.
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.
Thanks to sealed trait Request, that case is unreachable, anyway.
| private def assignSubnetNumber(subGrid: SubGridContainer, subnetNumber: Int) = | ||
| subGrid | ||
| } |
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.
I don't think this is what we want 😂
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.
Oh yes... If you forget to improve your own dummy implementation. ^^
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.
Well... To not blow up this PR too much, I would like to hand this in as a separate PR (cf. #131).
for InputDataProvider and ResultListener
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Thanks for your work. Please consider my remarks and let me know if there is anything to discuss about. :)
This comment has been minimized.
This comment has been minimized.
|
!test |
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.
LGTM. Thank you! Wish you an amazing weekend! 🎖️
Resolves #128