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

Fix Failing scheduler test #45806

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Conversation

ephraimbuddy
Copy link
Contributor

@ephraimbuddy ephraimbuddy commented Jan 20, 2025

This test fails consistently in local dev.
The bundle referenced in the test is not in the DB and also dag_version
is being removed in dag_maker.create_dagrun kwargs. This PR fixes the issues

@boring-cyborg boring-cyborg bot added the area:Scheduler including HA (high availability) scheduler label Jan 20, 2025
@ashb
Copy link
Member

ashb commented Jan 20, 2025

If the bundle isn't needed a better fix might be to apply the @pytest.mark.need_serialized_dag marker

@ephraimbuddy
Copy link
Contributor Author

If the bundle isn't needed a better fix might be to apply the @pytest.mark.need_serialized_dag marker

Looks like dag_version was being removed in dag_maker.create_dagrun. See : 84e6639

This test fails consistently in local dev.
The bundle referenced in the test is not in the DB and also dag_version
is being removed in dag_maker.create_dagrun kwargs. This PR fixes the issues
@ephraimbuddy ephraimbuddy merged commit 1c1c391 into apache:main Jan 20, 2025
91 checks passed
@ephraimbuddy ephraimbuddy deleted the fix-failingmain branch January 20, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Scheduler including HA (high availability) scheduler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants