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

Support events emitted from daemon tasks #1541

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

DavidLegg
Copy link
Contributor

@DavidLegg DavidLegg commented Aug 30, 2024

  • Tickets addressed: N/A
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

Tweaks the handling of event provenance to account for events emitted from daemon tasks to avoid NullPointerException.

All credit to @mattdailis for this fix.

Verification

I did some manual testing with a local Aerie instance, on a model that used the streamline Logger to emit events from daemon tasks, and verified that the simulation completes without error and the events appear in the simulation events table in the UI.

Documentation

N/A - bug fix

Future work

N/A

@DavidLegg DavidLegg requested a review from a team as a code owner August 30, 2024 19:30
Tweaks the handling of event provenance to account for events emitted from daemon tasks to avoid NullPointerException.

All credit to @mattdailis for this fix.
Copy link
Collaborator

@mattdailis mattdailis left a comment

Choose a reason for hiding this comment

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

Nice catch!

@mattdailis mattdailis merged commit d353474 into develop Aug 30, 2024
10 checks passed
@mattdailis mattdailis deleted the bugfix/events-from-daemons branch August 30, 2024 22:24
@mattdailis mattdailis added the fix A bug fix label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants