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/callback_default
Martin Krizek d5a36b8734
Change ansible_job_id format (#79951) (#80282)
* Change ansible_job_id format

...to be something that does not resemble float or other type which
value could be changed by literal_eval that jinja2_native uses.

Specifically the format of '%d.%d' is converted from str to float and
then back to float which may result in truncating the number resulting
in the job not being found because the job id does not exist.

(cherry picked from commit 09e0fb3516)
2 years ago
..
aliases Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
callback_default.out.check_markers_dry.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_dry.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_wet.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_wet.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_dry.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_dry.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_wet.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_wet.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.default.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.default.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.display_path_on_failure.stderr default callback - add "show_task_path_on_failure" option (#73260) 4 years ago
callback_default.out.display_path_on_failure.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.failed_to_stderr.stderr Apply display_failed_stderr on loop item results (#74865) 4 years ago
callback_default.out.failed_to_stderr.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.fqcn_free.stdout Compare FQCN also in lockstep logic. Fixes #76782 (#76787) 3 years ago
callback_default.out.free.stdout Make non-lockstep callback tests more deterministic (#73511) 4 years ago
callback_default.out.hide_ok.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_ok.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.hide_skipped.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_skipped.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.hide_skipped_ok.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_skipped_ok.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.host_pinned.stdout Make non-lockstep callback tests more deterministic (#73511) 4 years ago
callback_default.out.result_format_yaml.stderr Default callback result format (#76166) 3 years ago
callback_default.out.result_format_yaml.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.result_format_yaml_lossy_verbose.stderr Default callback result format (#76166) 3 years ago
callback_default.out.result_format_yaml_lossy_verbose.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.result_format_yaml_verbose.stderr Default callback result format (#76166) 3 years ago
callback_default.out.result_format_yaml_verbose.stdout Properly send a skipped message for empty templated loop (#77945) 3 years ago
callback_default.out.yaml_result_format_yaml_verbose.stderr Default callback result format (#76166) 3 years ago
callback_default.out.yaml_result_format_yaml_verbose.stdout Default callback result format (#76166) 3 years ago
include_me.yml Fix label lookup in the default callback for includes (#68822) 5 years ago
inventory callback_default test - Reduce sleep time to correct CI failures 4 years ago
no_implicit_meta_banners.yml Make noop tasks implicit (#71344) 4 years ago
runme.sh Change ansible_job_id format (#79951) (#80282) 2 years ago
test.yml Properly send a skipped message for empty templated loop (#77945) 3 years ago
test_2.yml default: callback plugin allow unreachable task to stderr (#50533) 6 years ago
test_async.yml Implement async callbacks (#74953) 3 years ago
test_dryrun.yml [default callback] Show include_tasks task banner (#71821) 4 years ago
test_non_lockstep.yml Make non-lockstep callback tests more deterministic (#73511) 4 years ago
test_yaml.yml Default callback result format (#76166) 3 years ago