Lipu Fei
Lipu Fei
Use cancel message to replace undo message. All undo message code remain the same.
A backtrace in tracker log: ``` Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return...
A backtrace in tracker log: ``` Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return...
Two unit tests are broken: ``` ====================================================================== ERROR: test_report_unreachable (pymdht.core.test_boostrap.TestBootstrap) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lfei/workspace/tud/p2p/pymdht/core/test_boostrap.py", line 53, in test_report_unreachable b.report_unreachable(addrs[0]) IndexError: list index out of range --------------------...
Make it possible to use the alpha/experimental AWS ECS Executor with the Helm chart. (link: https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/executors/ecs-executor.html) The changes are: 1. Add the following executors into the allowed `executor` values: -...