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
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
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration Bug fixes for gcp_compute_route (#42820) 6 years ago
legacy Add SSHFP and TLSA records to cloudflare_dns module (#44011) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner ACME: using new acme-test-container (#44095) 6 years ago
sanity Deprecated Old NetApp Cdot Modules (#43781) 6 years ago
units Solve race condition in password lookup (#42529) 6 years ago
utils Update Shippable integration test groups. (#43118) 6 years ago