OmerJog commented on issue #6230: [AIRFLOW-5413] Allow K8S worker pod to be 
configured from JSON/YAML file
URL: https://github.com/apache/airflow/pull/6230#issuecomment-559110682
 
 
   @davlum  tests failed with:
   
   ```
   ======================================================================
   46) FAIL: test_construct_pod_empty_exec_config 
(tests.kubernetes.test_pod_generator.TestPodGenerator)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       /usr/local/lib/python3.6/unittest/mock.py line 1183 in patched
         return func(*args, **keywargs)
       tests/kubernetes/test_pod_generator.py line 453 in 
test_construct_pod_empty_exec_config
         }, sanitized_result)
      AssertionError: {'api[97 chars]d', 'execution_date': 'date', 'task_id': 
'task[415 chars] []}} != {'api[97 chars]d', 'task_id': 'task_id', 
'execution_date': 'd[479 chars] []}}
      Diff is 1163 characters long. Set self.maxDiff to None to see it.
   ======================================================================
   47) FAIL: test_construct_pod_populated_exec_config 
(tests.kubernetes.test_pod_generator.TestPodGenerator)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       /usr/local/lib/python3.6/unittest/mock.py line 1183 in patched
         return func(*args, **keywargs)
       tests/kubernetes/test_pod_generator.py line 525 in 
test_construct_pod_populated_exec_config
         }, sanitized_result)
      AssertionError: {'api[97 chars]d', 'execution_date': 'date', 'task_id': 
'task[415 chars] []}} != {'api[97 chars]d', 'task_id': 'task_id', 
'execution_date': 'd[479 chars] []}}
      Diff is 1163 characters long. Set self.maxDiff to None to see it.
   ```

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


With regards,
Apache Git Services

Reply via email to