-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Prevent Triggerer from crashing when a trigger event isn't serializable #60152
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
Open
dabla
wants to merge
27
commits into
apache:main
Choose a base branch
from
dabla:fix/trigger-crash-serialization-comms
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+66
−31
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
082fc70
refactor: If asend in TriggerRunner comms decoder crashes due to NotI…
dabla 5ca3b39
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla b303403
refactor: Applied some reformatting
dabla 5de68c1
refactor: Fixed some mypy issues
dabla 14082fe
refactor: Fixed return type of send_changes method
dabla 9cbf5a8
refactor: Changed imports of trigger events
dabla 3045fad
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 6ebf6a5
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla e9dc8a4
refactor: Reformatted trigger job runner
dabla 65999fe
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 6d70c53
refactor: Fixed mocking of comms decoder
dabla 693415c
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla a9a6cd8
refactor: Forgot to add the patched supervisor_builder
dabla dc581f9
refactor: Changed asserts in test_sync_state_to_supervisor
dabla 521aac4
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 5b98350
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 60421a0
refactor: Refactored how state changes are validated
dabla 60bc489
refactor: Validate events while creating the TriggerStateChanges message
dabla fc627b0
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla a7ffaaa
refactor: Refactored try/except in validate_state_changes to keep myp…
dabla 0b90b78
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla b29e947
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 3d0e8fb
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla f612bcb
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla f18d8fe
Merge branch 'main' into fix/trigger-crash-serialization-comms
dabla 34e0f34
Update airflow-core/src/airflow/jobs/triggerer_job_runner.py
dabla 2db586d
refactor: Renamed validate_state_changes method to process_trigger_ev…
dabla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Only 2 events? Shouldn't this be 3 as we have two success and one failure to report?