ceph/qa/tasks
Jason Dillaman 5d56014c61 qa/tasks/qemu: use unique clone directory to avoid race with workunit
If there is a workunit task associated with the same client, the two
tasks will attempt to clone the suite repo to the same directory.
Worse, if it's parallel tasks, the two clones will clobber each
other.

Fixes: http://tracker.ceph.com/issues/36542
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2018-10-22 10:44:40 -04:00
..
cephfs Merge PR #24455 into master 2018-10-17 10:17:29 -07:00
mgr mgr/dashboard: Fix Python3 issue 2018-10-17 14:02:12 +02:00
tests
util qa/tasks/workunit: use suite branch/SHA1 when cloning workunits 2018-10-12 12:41:58 -04:00
__init__.py
admin_socket.py
autotest.py
aver.py
blktrace.py
boto.cfg.template
cbt.py qa: fix typos 2018-09-21 12:41:42 +08:00
ceph_client.py
ceph_deploy.py
ceph_fuse.py qa: add tests for client features 2018-07-12 10:12:12 -07:00
ceph_manager.py qa/tasks/ceph_manager: fix get_stuck_pgs from pg dump change 2018-10-21 10:52:38 -05:00
ceph_objectstore_tool.py
ceph_test_case.py mgr: Add ability to trigger a cluster/audit log message from Python 2018-10-04 13:33:18 +02:00
ceph.py qa: fix typos 2018-09-21 12:41:42 +08:00
cephfs_test_runner.py
cephfs_upgrade_snap.py qa: add test for snap format upgrade 2018-05-03 09:09:03 -07:00
check_counter.py
cifs_mount.py
cram.py qa/tasks/cram: tasks now must live in the repository 2018-09-06 22:32:39 +02:00
create_verify_lfn_objects.py
devstack.py
die_on_err.py
divergent_priors2.py
divergent_priors.py
dnsmasq.py
dump_stuck.py qa: fix typos 2018-09-21 12:41:42 +08:00
ec_lost_unfound.py osd/PrimaryLogPG: s/list_missing/list_unfound/ 2018-09-06 09:52:20 +08:00
exec_on_cleanup.py
filestore_idempotent.py qa: fix typos 2018-09-21 12:41:42 +08:00
fs.py qa: add tests for client features 2018-07-12 10:12:12 -07:00
kclient.py qa: add tests for client features 2018-07-12 10:12:12 -07:00
keystone.py qa/rgw: patch keystone requirements.txt 2018-08-02 16:43:42 -04:00
locktest.py
logrotate.conf
lost_unfound.py osd/PrimaryLogPG: s/list_missing/list_unfound/ 2018-09-06 09:52:20 +08:00
manypools.py rados: drop mkpool, rmpool commands 2018-08-31 09:27:36 -05:00
mds_creation_failure.py
mds_pre_upgrade.py qa: add mds deactivation procedure for upgrades 2018-05-03 16:51:43 -07:00
mds_thrash.py
metadata.yaml
mon_clock_skew_check.py
mon_recovery.py
mon_seesaw.py
mon_thrash.py
multibench.py
netem.py Adds an identifier to the greenlet spawned by task 'link_toggle', which can then looked up by task 'link_recover' to call end() on it. Also fixes task cleanup during unwind. 2018-09-05 16:02:23 +05:30
object_source_down.py
omapbench.py
openssl_keys.py
osd_backfill.py
osd_failsafe_enospc.py
osd_max_pg_per_osd.py qa: wait longer for osd to flush pg stats 2018-06-09 13:51:20 +08:00
osd_recovery.py
peer.py
peering_speed_test.py
populate_rbd_pool.py
qemu.py qa/tasks/qemu: use unique clone directory to avoid race with workunit 2018-10-22 10:44:40 -04:00
rados.py
radosbench.py
radosbenchsweep.py
radosgw_admin_rest.py Merge pull request #23145 from cbodley/wip-qa-rgw-admin-rest 2018-08-01 13:52:40 -04:00
radosgw_admin.py
ragweed.py
rbd_fio.py
rbd_fsx.py qa/suites/rbd: rbd-mirror fsx stress test 2018-04-27 08:34:42 -04:00
rbd_mirror_thrash.py qa/tasks/rbd_mirror_thrash: let daemon gracefully shut down if possible 2018-09-25 16:08:59 -04:00
rbd_mirror.py qa/tasks: rbd_mirror_thrash should wait for daemon exit before restarting 2018-05-31 09:48:47 -04:00
rbd.py
rebuild_mondb.py
reg11184.py
rep_lost_unfound_delete.py osd/PrimaryLogPG: s/list_missing/list_unfound/ 2018-09-06 09:52:20 +08:00
repair_test.py qa: Add new message to whitelist for scrub/repair tests 2018-08-23 11:09:22 -07:00
resolve_stuck_peering.py
restart.py
rgw_logsocket.py
rgw_multi
rgw_multisite_tests.py
rgw_multisite.py
rgw.py qa/tasks: run cosbench using the CBT task 2018-04-26 16:36:57 -07:00
s3a_hadoop.py qa/tasks: update mirror link for maven, the original mirror no longer exists 2018-09-05 17:08:24 -07:00
s3readwrite.py
s3roundtrip.py
s3tests.py qa: fix for s3tests.functional.test_s3.test_bucket_get_location failed 2018-06-23 17:09:54 +08:00
samba.py
scrub_test.py test: Update tests for error message changes 2018-08-23 11:09:22 -07:00
scrub.py qa: fix typos 2018-09-21 12:41:42 +08:00
swift.py
systemd.py qa: fix typos 2018-09-21 12:41:42 +08:00
tempest.py
teuthology_integration.py
tgt.py
thrash_pool_snaps.py
thrashosds-health.yaml qa/tasks/thrashosds-health.yaml: whitelist slow requests 2018-07-25 10:20:12 -07:00
thrashosds.py mgr/DaemonServer: add option to bypass careful throttling for thrasher 2018-10-20 15:21:58 -05:00
tox.py
userdata_setup.yaml
userdata_teardown.yaml
vstart_runner.py mgr: Add ability to trigger a cluster/audit log message from Python 2018-10-04 13:33:18 +02:00
watch_notify_same_primary.py
watch_notify_stress.py
workunit.py qa: increase timeout for cleanup 2018-10-09 13:31:26 -07:00