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
2018-08-15 15:10:52 -04:00
..
cache
integration Bug fixes for gcp_compute_route (#42820) 2018-08-15 14:28:49 -04:00
legacy Add SSHFP and TLSA records to cloudflare_dns module (#44011) 2018-08-15 17:30:33 +02:00
results
runner ACME: using new acme-test-container (#44095) 2018-08-14 07:35:15 -07:00
sanity Deprecated Old NetApp Cdot Modules (#43781) 2018-08-14 09:39:52 -07:00
units Solve race condition in password lookup (#42529) 2018-08-15 15:10:52 -04:00
utils Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00