Skip to content

Commit b0a2e4c

Browse files
author
Shlomi Noach
committed
graceful sleep for replica lag
1 parent 79399f4 commit b0a2e4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

localtests/test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ test_single() {
4949
if [ -f $tests_path/$test_name/test_columns ] ; then
5050
columns=$(cat $tests_path/$test_name/test_columns)
5151
fi
52-
52+
# graceful sleep for replica to catch up
53+
sleep 1
54+
#
5355
cmd="go run go/cmd/gh-ost/main.go \
5456
--user=gh-ost \
5557
--password=gh-ost \

0 commit comments

Comments
 (0)