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 2018/08/15 11:56:16 UTC

[GitHub] bolkedebruin commented on issue #3743: [AIRFLOW-2799] Filtering UI objects by datetime is broken

bolkedebruin commented on issue #3743: [AIRFLOW-2799] Filtering UI objects by datetime is broken
URL: https://github.com/apache/incubator-airflow/pull/3743#issuecomment-413176105
 
 
   Hi @kevcampb. Thanks for your contribution. Unfortunately, this is not a fix. It assumes that the system (and client) is running in UTC which it might not be. I don't think undefined behavior in case of non UTC is better than a crash. Obviously, a crash is not what we want, but it should be fixed properly. Also as it crashed now, please make sure to add a test to ensure that doesn't happen any more in the future.
   
   I also miss a proper root cause analysis and therefore an approach to the right fix. Finally, it will need to pass the flake8 tests which are differential tests. The existing situation we would like to improve upon. Please also provide a proper commit message according to the guidelines.

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


With regards,
Apache Git Services