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.
ansible/test/units/plugins
Matt Martz d1846425db
Provide a way to explicitly invoke the debugger (#34006)
* Provide a way to explicitly invoke the debugger with in the debug strategy

* Merge the debugger strategy into StrategyBase

* Fix some logic, pin to a single result

* Make redo also continue

* Make sure that if the debug closure doesn't need to process the result, that we still return it

* Fix failing tests for the strategy

* Clean up messages from debugger and exit code to match bin/ansible

* Move the FieldAttribute higher, to apply at different levels

* make debugger a string, expand logic

* Better host state rollbacks

* More explicit debugger prompt

* ENABLE_TASK_DEBUGGER should be boolean, and better docs

* No bare except, add pprint, alias h, vars to task_vars

* _validate_debugger can ignore non-string, that can be caught later

* Address issue if there were no previous tasks/state, and use the correct key

* Update docs for changes to the debugger

* Guard against a stat going negative through use of decrement

* Add a few notes about using the debugger on the free strategy

* Add changelog entry for task debugger

* Add a few versionadded indicators and a note about vars -> task_vars
7 years ago
..
action Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
cache Disable abstract-class-instantiated for smoketests 7 years ago
callback Use pop in cb clean results (#33779) 7 years ago
connection Fix unit test failure for netconf connection plugin (#33547) 7 years ago
filter Rekey on member (#33836) 7 years ago
inventory YAML inventory unit test: add tests 7 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Ansible Config part2 (#27448) 7 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy Provide a way to explicitly invoke the debugger (#34006) 7 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Don't cache duplicate plugin names (#34420) 7 years ago