We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f3f02 commit fa059a1Copy full SHA for fa059a1
tools/hammer_loop.sh
@@ -45,7 +45,7 @@ fi
45
46
loop_log="$TEST_ROOT/hammer_loop.log"
47
test_log="$TEST_ROOT/hammer_loop_test.log"
48
-dsc_ds_log="$TEST_ROOT/test_live_repair_dsc.log"
+dsc_ds_log="$TEST_ROOT/hammer_loop_dsc.log"
49
50
loops=20
51
tools/test_repair.sh
@@ -118,7 +118,7 @@ ds1_pid=$!
118
${cds} run -d "${REGION_ROOT}/8830" -p 8830 &> "$ds_log_prefix"8830.txt &
119
ds2_pid=$!
120
121
-# Some programatic way to wait for all the downstairs to start before we
+# TODO: Some programatic way to wait for all the downstairs to start before we
122
# continue here.
123
sleep 20
124
0 commit comments