We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc512f4 commit 51bcd24Copy full SHA for 51bcd24
tools/test_repair.sh
@@ -213,14 +213,17 @@ while [[ $count -lt $loops ]]; do
213
ds2_pid=$!
214
fi
215
216
+ # Wait for it to start up
217
+ sleep 10
218
+
219
cp "$verify_file" ${verify_file}.last
220
echo "Verifying data now"
221
echo ${ct} verify ${target_args} --verify-out "$verify_file" --verify-in "$verify_file" --range -q -g "$generation" > "$test_log"
222
if ! ${ct} verify ${target_args} --verify-out "$verify_file" --verify-in "$verify_file" --range -q -g "$generation" >> "$test_log" 2>&1
223
then
224
echo "Exit on verify fail, loop: $count, choice: $choice"
225
echo "Check $test_log for details"
- cleanup
226
+ cleanup
227
exit 1
228
229
set +o errexit
0 commit comments