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

Synchronize Runtime Updates Sending #1691

Merged
merged 7 commits into from
Apr 26, 2021
Merged

Synchronize Runtime Updates Sending #1691

merged 7 commits into from
Apr 26, 2021

Conversation

4e6
Copy link
Contributor

@4e6 4e6 commented Apr 23, 2021

Pull Request Description

close #1594

PR adds UpdatesSynchronizationState that manages the runtime update messages and tracks which updates are sent to the user. The new logic covers situations when the runtime state has changed, but the program thread was interrupted before the runtime was able to prepare and send appropriate updates to the user.

Changelog

  • add: UpdatesSynchronizationState that manages the state of runtime updates
  • refactor: move runtime tests related to visualisations to a separate RuntimeVisualisationsTest suite

Important Notes

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@4e6 4e6 added Type: Enhancement p-high Should be completed in the next sprint labels Apr 23, 2021
@4e6 4e6 requested a review from iamrecursion as a code owner April 23, 2021 08:14
@4e6 4e6 self-assigned this Apr 23, 2021
@4e6 4e6 requested review from kustosz and radeusgd as code owners April 23, 2021 08:14
@4e6 4e6 merged commit c9e5e4e into main Apr 26, 2021
@4e6 4e6 deleted the wip/db/updates-sync branch April 26, 2021 10:15
iamrecursion pushed a commit that referenced this pull request Apr 28, 2021
Add `UpdatesSynchronizationState` that manages
the runtime update messages and tracks which 
updates are sent to the user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-high Should be completed in the next sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visualization Updates Randomly Failing
2 participants