ansible/test
Martin Krizek ec371eb227 Set HostVars._variable_manager's attrs (#65508)
When HostVars are part of the data that goes through (de)serialization
when being passed from a worker process to the main process, its
variable manager reference loses some of its attributes due to the
implementation of __getstate__ and __setstate__ (perf utilization).
Since HostVars already has those attributes, use __setstate__ to assign
them.

Fixes #65365
2020-01-22 05:57:09 -05:00
..
ansible_test
integration Set HostVars._variable_manager's attrs (#65508) 2020-01-22 05:57:09 -05:00
legacy
lib/ansible_test Fix ansible-test inventory delegation. 2020-01-21 22:37:14 -08:00
sanity Improve deprecate sanity check; remove deprecated features which should have been removed for 2.9 (#65745) 2020-01-21 16:58:26 -05:00
units Fix fact gathering for sensor-groups (#66439) 2020-01-22 10:49:12 +05:30
utils