Skip to content

Commit 43b5113

Browse files
Add wait for Rondis server to start properly
1 parent 1e4c893 commit 43b5113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_test_push.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
docker exec -w $DOCKER_WORK_DIR -e LD_LIBRARY_PATH=/tmp/rondb/lib \
9494
-t $CONTAINER_NAME pink/rondis/rondis 6379 mgmd_1:1186 2 > $LOCAL_RONDIS_LOG &
9595
96+
# Takes a few seconds before all connections are setup and started properly
97+
- name: Wait for Rondis server to start properly
98+
run: sleep 5
99+
96100
# Running this multiple times to check for memory leaks and that overwrites/updates/deletes work
97101
- name: Run tests multiple times
98102
run: |

0 commit comments

Comments
 (0)