potiuk commented on PR #66564: URL: https://github.com/apache/airflow/pull/66564#issuecomment-4478997599
@hwang-cadent This PR has been converted to **draft** because the `Serialization` test suite is failing in two test groups, which suggests the `ARG_NOT_SET` deserialization change has broken something in the area it touches — see our [Pull Request quality criteria](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-quality-criteria). **Issues found:** - :x: **Core serialization tests failing**: - `Low dep tests:core / All-core:LowestDeps:14:3.10:Serialization` - `Non-DB tests: core / Non-DB-core::3.10:Serialization` The failure being in the Serialization suite, on a PR titled "Fix ARG_NOT_SET deserialization", suggests the change has a real regression in the area it touches. Reproduce locally with: ``` breeze testing core-tests --test-types Core --skip-db-tests -- -k Serialization ``` See the [testing docs](https://github.com/apache/airflow/blob/main/contributing-docs/09_testing.rst). **What to do next:** - Run the serialization tests locally, fix the regression, push. - Mark the PR as "Ready for review" when CI is green. Converting a PR to draft is **not** a rejection — it is an invitation to bring the PR up to the project's standards so that maintainer review time is spent productively. No rush. If you have questions, feel free to ask on the [Airflow Slack](https://s.apache.org/airflow-slack). --- _Note: This comment was drafted by an AI-assisted triage tool and may contain mistakes. Once you have addressed the points above, an Apache Airflow maintainer — a real person — will take the next look at your PR. We use this [two-stage triage process](https://github.com/apache/airflow/blob/main/contributing-docs/25_maintainer_pr_triage.md#why-the-first-pass-is-automated) so that our maintainers' limited time is spent where it matters most: the conversation with you._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
