Job run lifecycle rework 37/12637/3
authorMark Beierl <mark.beierl@emc.com>
Mon, 25 Apr 2016 13:55:03 +0000 (09:55 -0400)
committerMark Beierl <mark.beierl@emc.com>
Mon, 25 Apr 2016 14:51:31 +0000 (10:51 -0400)
commit311eee3bec00d5acc32b6eba76a7ff0d1990f4b2
tree9fe4ee0f33687ebaed1c82ff3bea0d569039cc78
parent07a375f25ee831100ecf21e7bb9c1bdcd3b960f5
Job run lifecycle rework

Change the way slave jobs are managed so that they are in step
with each other, and we can track the overall thread that is
running them.  This lays groundwork for STORPERF-20 and
STORPERF-44

JIRA: STORPERF-33 STORPERF-43

Change-Id: Iaff48a2823ba85d6512e9782fd9091a72639835c
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
ci/verify.sh
cli.py
rest_server.py
storperf/carbon/emitter.py
storperf/db/job_db.py
storperf/fio/fio_invoker.py
storperf/storperf_master.py
storperf/test_executor.py
storperf/tests/db_tests/job_db_test.py
storperf/tests/workload_tests/workload_subclass_test.py [new file with mode: 0644]
storperf/workloads/_base_workload.py