kaxil edited a comment on pull request #9247: URL: https://github.com/apache/airflow/pull/9247#issuecomment-643249490
> Number of failing tests indicate that it was quite a bit before and I think the reason is different I am looking now. Nope, the tests started failing after that commit. CI before that commit: https://github.com/apache/airflow/runs/735284504 ``` SKIPPED [1] /opt/airflow/tests/conftest.py:345: The test requires kerberos integration started and INTEGRATION_KERBEROS environment variable to be set to true (it is 'None'). It can be set by specifying '--integration kerberos' at breeze startup: <TestCaseFunction test_unauthorized> XPASS tests/jobs/test_local_task_job.py::TestLocalTaskJob::test_mark_success_no_kill This test might be flaky in postgres/mysql === 5685 passed, 385 skipped, 1 xpassed, 566 warnings in 1179.87s (0:19:39) ==== No metrics to flush. Continuing. No distributions to flush. Continuing. No events to flush. Continuing. All tests successful ``` Tests few commits after that one (https://github.com/apache/airflow/runs/739467955) so somewhere between that commit and this commit something broke: ``` SKIPPED [1] /opt/airflow/tests/conftest.py:313: The test is skipped because it has quarantined marker. And --include-quarantined flag is passed to pytest. <TestCaseFunction test_trigger_dag_button_normal_exist> SKIPPED [1] /opt/airflow/tests/conftest.py:313: The test is skipped because it has quarantined marker. And --include-quarantined flag is passed to pytest. <TestCaseFunction test_trigger_dag_conf> SKIPPED [1] /opt/airflow/tests/conftest.py:313: The test is skipped because it has quarantined marker. And --include-quarantined flag is passed to pytest. <TestCaseFunction test_trigger_dag_conf_malformed> SKIPPED [1] /opt/airflow/tests/conftest.py:313: The test is skipped because it has quarantined marker. And --include-quarantined flag is passed to pytest. <TestCaseFunction test_trigger_dag_form> SKIPPED [1] /opt/airflow/tests/conftest.py:313: The test is skipped because it has quarantined marker. And --include-quarantined flag is passed to pytest. <TestCaseFunction test_trigger_endpoint_uses_existing_dagbag> SKIPPED [1] /opt/airflow/tests/conftest.py:326: The test requires kerberos integration started and INTEGRATION_KERBEROS environment variable to be set to true (it is 'None'). It can be set by specifying '--integration kerberos' at breeze startup: <TestCaseFunction test_trigger_dag> SKIPPED [1] /opt/airflow/tests/conftest.py:326: The test requires kerberos integration started and INTEGRATION_KERBEROS environment variable to be set to true (it is 'None'). It can be set by specifying '--integration kerberos' at breeze startup: <TestCaseFunction test_unauthorized> XFAIL tests/providers/postgres/hooks/test_postgres.py::TestPostgresHook::test_insert_rows_replace_missing_replace_index_arg XFAIL tests/providers/postgres/hooks/test_postgres.py::TestPostgresHook::test_insert_rows_replace_missing_target_field_arg XPASS tests/jobs/test_local_task_job.py::TestLocalTaskJob::test_mark_success_no_kill This test might be flaky in postgres/mysql FAILED tests/www/test_views.py::TestAirflowBaseViews::test_index - AssertionE... = 1 failed, 5684 passed, 358 skipped, 2 xfailed, 1 xpassed, 15 warnings in 1103.17s (0:18:23) = No metrics to flush. Continuing. No distributions to flush. Continuing. No events to flush. Continuing. ############################################################################## DUMPING LOG FILES FROM AIRFLOW AND SENDING THEM TO file.io ########################################################################################### ~/airflow /opt/airflow /opt/airflow /opt/airflow /opt/airflow ########################################################################################### Logs saved to /tmp/2020-06-04_airflow_125080273_tests-postgres.log.tar.gz ############################################################################## % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27806 100 86 100 27720 508 160k --:--:-- --:--:-- --:--:-- 159k 100 27806 100 86 100 27720 494 155k --:--:-- --:--:-- --:--:-- 155k {"success":true,"key":"87aC78Fc","link":"https://file.io/87aC78Fc","expiry":"14 days"}########################################################################################### EXITING /opt/airflow/scripts/ci/in_container/run_ci_tests.sh WITH STATUS CODE 1 ########################################################################################### ########################################################################################### EXITING /opt/airflow/scripts/ci/in_container/entrypoint_ci.sh WITH STATUS CODE 1 ########################################################################################### Finished the script ci_run_airflow_testing.sh Elapsed time spent in the script: 1127 seconds Exit code 0 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
