ttanay edited a comment on issue #4650: [AIRFLOW-3643] Add shebang to docs/start_doc_server.sh URL: https://github.com/apache/airflow/pull/4650#issuecomment-460602208 ### Tests failing: Job #17475.7 --> TOX_ENV=py35-backend_sqlite-env_docker PYTHON_VERSION=3 ``` ====================================================================== 95) FAIL: test_retry_still_in_executor (tests.test_jobs.SchedulerJobTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/test_jobs.py line 3162 in test_retry_still_in_executor self.assertEqual(ti.state, State.RUNNING) AssertionError: 'success' != 'running' ``` ``` ERROR: InvocationError for command '/app/scripts/ci/5-run-tests.sh' (exited with code 1) ___________________________________ summary ____________________________________ ERROR: py35-backend_sqlite-env_docker: commands failed The command "if [ -z "$KUBERNETES_VERSION" ]; then docker-compose --log-level ERROR -f scripts/ci/docker-compose.yml run airflow-testing /app/scripts/ci/run-ci.sh; fi" exited with 1. ``` Job #17475.10 --> TOX_ENV=py35-backend_postgres-env_kubernetes KUBERNETES_VERSION=v1.10.0 PYTHON_VERSION=3 ``` The command "if [ ! -z "$KUBERNETES_VERSION" ]; then ./scripts/ci/kubernetes/minikube/stop_minikube.sh && ./scripts/ci/kubernetes/setup_kubernetes.sh && ./scripts/ci/kubernetes/kube/deploy.sh -d persistent_mode && MINIKUBE_IP=$(minikube ip) docker-compose --log-level ERROR -f scripts/ci/docker-compose.yml -f scripts/ci/docker-compose-kubernetes.yml run airflow-testing /app/scripts/ci/run-ci.sh; fi" exited with 100. ``` These aren't related or caused by changes in this PR. But, why do they fail?
---------------------------------------------------------------- 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] With regards, Apache Git Services
