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
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
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 7 years ago
integration Set HostVars._variable_manager's attrs (#65508) 6 years ago
legacy Use context manager for file handling in misc files. (#65372) 6 years ago
lib/ansible_test Fix ansible-test inventory delegation. 6 years ago
sanity Improve deprecate sanity check; remove deprecated features which should have been removed for 2.9 (#65745) 6 years ago
units Fix fact gathering for sensor-groups (#66439) 6 years ago
utils Clean up Shippable scripts in tools directory. 6 years ago