ansible/test
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
2018-01-09 13:50:07 -06:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
integration Respect egress rule definitions when creating security groups in default VPC (#34626) 2018-01-09 13:44:13 -05:00
legacy Fix tests as filters #4 (#33930) 2017-12-21 13:42:53 -06:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Show python and pip version in container build. 2018-01-09 10:17:00 -08:00
sanity Separate common and raw (#34563) 2018-01-09 07:22:46 -05:00
units Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
utils Use dnf upgrade in Fedora Dockerfiles. 2018-01-08 13:08:29 -08:00