Uh oh!
There was an error while loading. Please reload this page.
Fix no-op equality checks in Vertex AI trigger tests - #66894
Merged
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
hideki-y
marked this pull request as ready for review
May 14, 2026 03:23
Four serialization tests in test_vertex_ai.py compared actual to expected data with a bare `actual_data == expected_data` expression instead of `assert actual_data == expected_data`, so the comparisons silently evaluated and discarded their result and the tests passed regardless of correctness. Add the missing `assert` so the checks actually validate the serialized trigger payloads.
hideki-yforce-pushed
the
fix_google_cloud_triggers_test
branch
from
May 14, 2026 23:13
22d941c to
668e6e2Compare1 task
Uh oh!
There was an error while loading. Please reload this page.
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Nishieee pushed a commit
to Nishieee/airflow
that referenced
this pull request
May 15, 2026
Four serialization tests in test_vertex_ai.py compared actual to expected data with a bare `actual_data == expected_data` expression instead of `assert actual_data == expected_data`, so the comparisons silently evaluated and discarded their result and the tests passed regardless of correctness. Add the missing `assert` so the checks actually validate the serialized trigger payloads.
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Four serialization tests in test_vertex_ai.py compared actual to expected data with a bare
actual_data == expected_dataexpression instead ofassert actual_data == expected_data, so the comparisons silently evaluated and discarded their result and the tests passed regardless of correctness. Add the missingassertso the checks actually validate the serialized trigger payloads.Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.