You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/30 08:26:21 UTC

[GitHub] [airflow] potiuk opened a new issue #11962: [QUARANTINE] test_serve_logs test is failing randomly on MySQL

potiuk opened a new issue #11962:
URL: https://github.com/apache/airflow/issues/11962


   The test_serve_logs fails randomly with database reset
   
   Example here:  https://github.com/apache/airflow/pull/11948/checks?check_run_id=1329323444#step:6:1047
   
   ```
   
   [2020-10-29 22:44:48,491] {base.py:706} ERROR - Exception during reset or similar
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 697, in _finalize_fairy
       fairy._reset(pool)
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 893, in _reset
       pool._dialect.do_rollback(self)
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/dialects/mysql/base.py", line 2475, in do_rollback
       dbapi_connection.rollback()
   _mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server during query')
   --------------------------- Captured stdout teardown ---------------------------
   Starting flask
    * Serving Flask app "airflow.utils.serve_logs" (lazy loading)
    * Environment: production
      WARNING: This is a development server. Do not use it in a production deployment.
      Use a production WSGI server instead.
    * Debug mode: off
   [2020-10-29 22:44:49,109] {_internal.py:113} INFO -  * Running on http://0.0.0.0:8793/ (Press CTRL+C to quit)
   =============================== warnings summary ===============================
   /usr/local/lib/python3.6/site-packages/_pytest/junitxml.py:446
     /usr/local/lib/python3.6/site-packages/_pytest/junitxml.py:446: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. See:
       https://docs.pytest.org/en/stable/deprecations.html#junit-family-default-value-change-to-xunit2
     for more information.
   
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #11962: [QUARANTINE] test_serve_logs test is failing randomly on MySQL

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #11962:
URL: https://github.com/apache/airflow/issues/11962#issuecomment-902931666


   @potiuk the quarantine was removed in https://github.com/apache/airflow/pull/16754
   can we close the issue?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #11962: [QUARANTINE] test_serve_logs test is failing randomly on MySQL

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #11962:
URL: https://github.com/apache/airflow/issues/11962#issuecomment-719407000


   [error.txt](https://github.com/apache/airflow/files/5463820/error.txt)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #11962: [QUARANTINE] test_serve_logs test is failing randomly on MySQL

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #11962:
URL: https://github.com/apache/airflow/issues/11962


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #11962: [QUARANTINE] test_serve_logs test is failing randomly on MySQL

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #11962:
URL: https://github.com/apache/airflow/issues/11962#issuecomment-902974931


   Yep


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org