feat: Test TaskGroupWithTimeout - #283
Open
Jim-0518 wants to merge 4 commits into
Open
Conversation
During GitHub Actions (CI) pipeline execution, native Airflow methods and cloud-dependent functions cause blocking errors due to the lack of an active database connection or cloud permissions.
Jim-0518
requested review from
alfredyu-cienet,
andrewyct,
severus-ho and
xibinliu
as code owners
June 23, 2026 07:34
alfredyu-cienet
force-pushed
the
dev
branch
5 times, most recently
from
July 3, 2026 08:25
d242c8d to
f76e189
Compare
alfredyu-cienet
force-pushed
the
dev
branch
4 times, most recently
from
July 14, 2026 03:12
a577785 to
71b8d8a
Compare
alfredyu-cienet
force-pushed
the
dev
branch
4 times, most recently
from
July 23, 2026 01:43
b588728 to
0e938b1
Compare
alfredyu-cienet
force-pushed
the
dev
branch
2 times, most recently
from
July 27, 2026 07:46
54f9a78 to
8e4ea82
Compare
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 free
to 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.
Description
Summary of Context & Issue
Unit tests cannot accurately simulate continuous time-budget depletion across consecutive TaskGroups or verify Airflow's state machine behavior during timeout failures.
A integration DAG is needed to validate the TaskGroupWithTimeout component under runtime conditions.
Changes
try...exceptblocks with AirflowException. Validates that the component successfully blocks nested groups and dynamic mapping during file loading..as_teardown().Checklist
Before submitting this PR, please make sure (put X in square brackets):