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/integration/targets/jinja2_native_types
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
5 years ago
..
filter_plugins
aliases Update Shippable integration test groups. (#43118) 6 years ago
inventory.jinja2_native_types Set HostVars._variable_manager's attrs (#65508) 5 years ago
runme.sh Set HostVars._variable_manager's attrs (#65508) 5 years ago
runtests.yml Use correct python for -c invocations in tests. (#54577) 5 years ago
test_bool.yml
test_casting.yml
test_concatentation.yml
test_dunder.yml
test_hostvars.yml Set HostVars._variable_manager's attrs (#65508) 5 years ago
test_none.yml
test_template.yml Do not strip new lines in native jinja (#46751) 6 years ago
test_template_newlines.j2 Do not strip new lines in native jinja (#46751) 6 years ago
test_types.yml
test_vault.yml Fix using vault encrypted data with jinja2_native (#49025) 6 years ago
test_vault_pass Fix using vault encrypted data with jinja2_native (#49025) 6 years ago