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/units/plugins
Zhikang Zhang 0971a342d8
Solve race condition in password lookup (#42529)
NOTE:
1. use os.open() with os.O_CREAT|os.O_EXCL to check existence
and create a lock file if not exists, it's an atomic operation
2. the fastest process will create the lock file and others will
wait until the lock file is removed
3. after the writer finished writing to the password file, all the reading
operations use built-in open so processes can read the file parallel
6 years ago
..
action Fix remote_tmp when become with non admin user (#42396) 6 years ago
cache Disable abstract-class-instantiated for smoketests 7 years ago
callback fix minor issues with debug and item labels (#41331) 6 years ago
cliconf new nos_command module (#43056) 6 years ago
connection Surround top-level function and class definitions with two blank lines. 6 years ago
filter Adds an ipmath filter (#41985) 6 years ago
inventory Fix inventory plugin cache + add tests (#38229) 6 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Solve race condition in password lookup (#42529) 6 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy Fix inserting noop tasks by using active state (#36056) 6 years ago
terminal Adding slx_command module and supporting module_utils. (#38235) 7 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Don't cache duplicate plugin names (#34420) 7 years ago