You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen
David Wilson d280bba02b issue #369: fix KeyError during new context start.
Update _via_by_context earlier; fixes:

    Traceback (most recent call last):
      File "/Users/dmw/src/mitogen/mitogen/service.py", line 519, in _on_service_call
	return invoker.invoke(method_name, kwargs, msg)
      File "/Users/dmw/src/mitogen/mitogen/service.py", line 253, in invoke
	response = self._invoke(method_name, kwargs, msg)
      File "/Users/dmw/src/mitogen/mitogen/service.py", line 239, in _invoke
	ret = method(**kwargs)
      File "/Users/dmw/src/mitogen/ansible_mitogen/services.py", line 454, in get
	reraise(*result)
      File "/Users/dmw/src/mitogen/ansible_mitogen/services.py", line 412, in _wait_or_start
	response = self._connect(key, spec, via=via)
      File "/Users/dmw/src/mitogen/ansible_mitogen/services.py", line 363, in _connect
	self._update_lru(context, spec, via)
      File "/Users/dmw/src/mitogen/ansible_mitogen/services.py", line 266, in _update_lru
	self._update_lru_unlocked(new_context, spec, via)
      File "/Users/dmw/src/mitogen/ansible_mitogen/services.py", line 253, in _update_lru_unlocked
	if self._refs_by_context[context] == 0:
    KeyError: Context(1008, u'ssh.localhost.sudo.mitogen__user3')
7 years ago
..
plugins issue #409: fix reference error in kubectl.py. 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 8 years ago
connection.py issue #409: add missing path config variables to severa plugins 7 years ago
loaders.py issue #321: take remote_tmp and system_tmpdirs into account. 7 years ago
logging.py issue #317: ansible: fix log filtering in several cases 8 years ago
mixins.py ansible: fix temp cleanup regression and add test; closes #397. 7 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 8 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 8 years ago
planner.py ansible: temporary files take 5. 7 years ago
process.py ansible: copy GIL change from linear2 branch. 7 years ago
runner.py issue #397: fix another case where stray tmpdirs can be left behind. 7 years ago
services.py issue #369: fix KeyError during new context start. 7 years ago
strategy.py Kubernetes connection support for mitogen. 7 years ago
target.py ansible: fix another target.py format string. 7 years ago