nova/nova/tests/unit/privsep
Pavel Glushchak 26521718bd Fixed concurrent access to direct io test file
When instances are deployed concurrently on multiple
compute nodes, nova-compute may fail on checking
direct io capabilities when instance_path is shared
across nodes. This fails on shared storage, that
doesn't support concurrent write access to the
same file, i.e. Virtuozzo Storage. To fix that we add
random string at the end of test file name.

Closes-Bug: #1727369
Change-Id: I085ade355fba0e9727a38d2dcbc9cffa735a62d1
Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
2018-12-07 00:10:51 +00:00
..
__init__.py
test_fs.py Move configurable mkfs to privsep. 2018-04-04 06:29:32 +10:00
test_idmapshift.py Move the idmapshift binary into privsep. 2017-10-24 18:50:23 +11:00
test_path.py Move last_bytes into the path module 2017-11-06 10:30:21 +02:00
test_utils.py Fixed concurrent access to direct io test file 2018-12-07 00:10:51 +00:00