@@ -242,7 +242,7 @@ targets:
242
242
- --
243
243
- " sudo systemd-run --unit tpcc_run --same-dir --uid $(id -u) --gid $(id -g) bash ./tpcc_run.sh"
244
244
wait : 3600
245
- - target_name : " Phase-2: Endogenous Stress"
245
+ - target_name : " Phase-2: Internal Operational Stress"
246
246
dependent_targets :
247
247
- " Phase-1: Baseline TPC-C Performance"
248
248
steps :
@@ -271,10 +271,6 @@ targets:
271
271
- -e
272
272
- " CREATE INDEX add_index_o_w_id ON cct_tpcc.public.order (o_w_id)"
273
273
wait : 700
274
- - target_name : " Phase-3: Rolling Upgrade"
275
- dependent_targets :
276
- - " Phase-2: Endogenous Stress"
277
- steps :
278
274
- command : deploy # rolling upgrade
279
275
args :
280
276
- $CLUSTER
@@ -284,19 +280,19 @@ targets:
284
280
pause : 5m
285
281
grace-period : 500
286
282
wait : 300
287
- - target_name : " Phase-4: Flaky Disks "
283
+ - target_name : " Phase-3: Disk Stalls "
288
284
dependent_targets :
289
- - " Phase-3: Rolling Upgrade "
285
+ - " Phase-2: Internal Operational Stress "
290
286
steps :
291
287
- command : run
292
288
args :
293
289
- $WORKLOAD_CLUSTER:1
294
290
- --
295
291
- " ./run_ops_disk-stall.sh"
296
292
wait : 1200
297
- - target_name : " Phase-5 : Network Partition "
293
+ - target_name : " Phase-4 : Network Failure "
298
294
dependent_targets :
299
- - " Phase-4: Flaky Disks "
295
+ - " Phase-3: Disk Stalls "
300
296
steps :
301
297
- command : run
302
298
args :
@@ -310,9 +306,9 @@ targets:
310
306
- --
311
307
- " ./run_ops_network-partition-full.sh"
312
308
wait : 1500
313
- - target_name : " Phase-6 : Node Restarts"
309
+ - target_name : " Phase-5 : Node Restarts"
314
310
dependent_targets :
315
- - " Phase-5 : Network Partition "
311
+ - " Phase-4 : Network Failure "
316
312
steps :
317
313
- command : stop # ungraceful shutdown of node 4
318
314
args :
@@ -344,9 +340,9 @@ targets:
344
340
flags :
345
341
restart : true
346
342
wait : 1500
347
- - target_name : " Phase-7 : Zone Outages"
343
+ - target_name : " Phase-6 : Zone Outages"
348
344
dependent_targets :
349
- - " Phase-6 : Node Restarts"
345
+ - " Phase-5 : Node Restarts"
350
346
steps :
351
347
- command : stop # ungraceful shutdown of nodes 3, 4 to simulate zone outage
352
348
args :
@@ -358,9 +354,9 @@ targets:
358
354
flags :
359
355
restart : true
360
356
wait : 3300
361
- - target_name : " Phase-8 : Region Outages"
357
+ - target_name : " Phase-7 : Region Outages"
362
358
dependent_targets :
363
- - " Phase-7 : Zone Outages"
359
+ - " Phase-6 : Zone Outages"
364
360
steps :
365
361
- command : stop # ungraceful shutdown of nodes 11-15 to simulate region outage
366
362
args :
0 commit comments