Jeffrharr opened a new pull request, #47311:
URL: https://github.com/apache/airflow/pull/47311

   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
   
      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #47084
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   closes: #47084
   
   Example output:
   
   ```
   ----------------------------------------------- Captured log call 
------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:260
 
--------------------------------------------------------------------------------
   SIGHUP received, printing debug
   
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:263
 Debug dump for the executor <MagicMock name='DefaultExecutor' 
id='140021473292144'>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:265
 
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:268
 Debug dump for the executor <MagicMock name='DefaultExecutor' 
id='140021473292144'>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:270
 
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:263
 Debug dump for the executor <MagicMock name='SeconadaryExecutor' 
id='140021472362016'>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:265
 
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:268
 Debug dump for the executor <MagicMock name='SeconadaryExecutor' 
id='140021472362016'>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:270
 
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:275
 Stack Trace for Scheduler Job Runner on thread: Thread-1
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:277
 <FrameSummary file /usr/local/lib/python3.9/threading.py, line 937 in 
_bootstrap>
           <FrameSummary file /usr/local/lib/python3.9/threading.py, line 980 
in _bootstrap_inner>
           <FrameSummary file /usr/local/lib/python3.9/threading.py, line 917 
in run>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/pytest_rerunfailures.py, line 440 in 
run_server>
           <FrameSummary file /usr/local/lib/python3.9/socket.py, line 293 in 
accept>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:278
 
--------------------------------------------------------------------------------
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:275
 Stack Trace for Scheduler Job Runner on thread: MainThread
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:277
 <FrameSummary file /usr/local/lib/python3.9/site-packages/pluggy/_callers.py, 
line 103 in _multicall>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/_pytest/runner.py, line 174 in 
pytest_runtest_call>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/_pytest/python.py, line 1627 in runtest>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py, line 513 in __call__>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/pluggy/_manager.py, line 120 in 
_hookexec>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/pluggy/_callers.py, line 103 in 
_multicall>
           <FrameSummary file 
/usr/local/lib/python3.9/site-packages/_pytest/python.py, line 159 in 
pytest_pyfunc_call>
           <FrameSummary file /usr/local/lib/python3.9/unittest/mock.py, line 
1768 in _inner>
           <FrameSummary file /opt/airflow/tests/jobs/test_scheduler_job.py, 
line 626 in test_executor_debug_dump>
           <FrameSummary file 
/opt/airflow/airflow/jobs/scheduler_job_runner.py, line 276 in _debug_dump>
   INFO     
airflow.jobs.scheduler_job_runner.SchedulerJobRunner:scheduler_job_runner.py:278
 
--------------------------------------------------------------------------------
   ```
   
   <!-- Please keep an empty line above the dashes. -->
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   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](https://github.com/apache/airflow/tree/main/newsfragments).
   


-- 
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]

Reply via email to