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/file_lock
Dag Wieers e152b277cf Use locking for concurrent file access (#52567)
* Use locking for concurrent file access

This implements locking to be used for modules that are used for
concurrent file access, like lineinfile or known_hosts.

* Reinstate lock_timeout

This commit includes:
- New file locking infrastructure for modules
- Enable timeout tests
- Madifications to support concurrency with lineinfile

* Rebase, update changelog and tests

We need to specify ansible_python_interpreter to avoid running interpreter discovery and selecting the incorrect interpreter.

Remove the import of lock in known_hosts since it is not used.
6 years ago
..
aliases Use locking for concurrent file access (#52567) 6 years ago
inventory Use locking for concurrent file access (#52567) 6 years ago
runme.sh Use locking for concurrent file access (#52567) 6 years ago
test_filelock.yml Use locking for concurrent file access (#52567) 6 years ago
test_filelock_timeout.yml Use locking for concurrent file access (#52567) 6 years ago