Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jun 12, 2024

The output of parallel tests especially for lowest-direct tests is very long because we are printing state every 10 seconds and there are many paralell test types (90+ for lowest direct). We do not need to print progress that often, and it has already been added in #39946 but one place to add it was missing - context manager still had the default 10 seconds refresh time.

After this change the output will be printed every 20 seconds in the regular tests and every 2 minutes in "lowest-direct" tests (controlled by env variable) so the output should be much easier to find reasons for issues.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The output of parallel tests especially for lowest-direct tests
is very long because we are printing state every 10 seconds and there
are many paralell test types (90+ for lowest direct). We do not need
to print progress that often, and it has already been added in apache#39946
but one place to add it was missing - context manager still had
the default 10 seconds refresh time.

After this change the output will be printed every 20 seconds in
the regular tests and every 2 minutes in "lowest-direct" tests
(controlled by env variable) so the output should be much easier
to find reasons for issues.
@potiuk potiuk merged commit a90c07e into apache:main Jun 12, 2024
@potiuk potiuk deleted the much-smaller-output-of-parallel-tests branch June 12, 2024 09:19
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
The output of parallel tests especially for lowest-direct tests
is very long because we are printing state every 10 seconds and there
are many paralell test types (90+ for lowest direct). We do not need
to print progress that often, and it has already been added in apache#39946
but one place to add it was missing - context manager still had
the default 10 seconds refresh time.

After this change the output will be printed every 20 seconds in
the regular tests and every 2 minutes in "lowest-direct" tests
(controlled by env variable) so the output should be much easier
to find reasons for issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants