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/12/02 17:34:02 UTC

[GitHub] [airflow] kaxil commented on pull request #12743: Create HostnameCallableRule to ease upgrade to Airflow 2.0

kaxil commented on pull request #12743:
URL: https://github.com/apache/airflow/pull/12743#issuecomment-737382458


   @dimberman :
   ```
   E       AssertionError: 'Erro[92 chars]ge to `dummyhostname.function`' != 'Erro[92 chars]ge to `dummyhostname.function`.This will be deprecated in 2.0.'
   E       - Error: hostname_callable `dummyhostname:function` contains a colon instead of a dot. please change to `dummyhostname.function`
   E       + Error: hostname_callable `dummyhostname:function` contains a colon instead of a dot. please change to `dummyhostname.function`.This will be deprecated in 2.0.
   E       ?                                                                                                                               ++++++++++++++++++++++++++++++++
   
   tests/upgrade/rules/test_hostname_callable_rule.py:29: AssertionError
   ```


----------------------------------------------------------------
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