[ 
https://issues.apache.org/jira/browse/AIRFLOW-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675170#comment-16675170
 ] 

ASF GitHub Bot commented on AIRFLOW-3239:
-----------------------------------------

XD-DENG opened a new pull request #4131: [AIRFLOW-3239] Further fix of CI tests
URL: https://github.com/apache/incubator-airflow/pull/4131
 
 
   ### Jira
     - https://issues.apache.org/jira/browse/AIRFLOW-3239
   
   ### Description
   
   This is to further fix the test discovery issue due to incorrect naming of 
test files. Some issues inside the tests are also fixed here.
   
   1. Renaming files:
   - `tests/configuration.py` → `tests/test_configuration.py`
   - `tests/impersonation.py` → `tests/test_impersonation.py`
   - `tests/utils.py` → `tests/test_utils.py`
   - `tests/operators/operators.py` → `tests/operators/test_operators.py`
   - `tests/operators/bash_operator.py` → 
`tests/operators/test_bash_operator.py`
   - `tests/jobs.py` → `tests/test_jobs.py`
   
   2. Updated tests/__init__.py accordingly
   
   3. Fixed database-specific tests in `tests/operators/test_operators.py`
   
   4. Fixed issue in `tests/operators/test_bash_operator.py`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Test discovery partial fails due to incorrect name of the test files
> --------------------------------------------------------------------
>
>                 Key: AIRFLOW-3239
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3239
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: tests
>            Reporter: Xiaodong DENG
>            Assignee: Xiaodong DENG
>            Priority: Major
>
> In PR [https://github.com/apache/incubator-airflow/pull/4049,] I have fixed 
> the incorrect name of some test files (resulting in partial failure in test 
> discovery).
> There are some other scripts with this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to