Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Oct 23, 2024
1 parent d28256d commit f194abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ while [ $counter -le 10 ]; do
break
fi

if [ "$counter" -eq 30 ]; then
if [ "$counter" -eq 10 ]; then
echo "Failed to create test metalake, the gravitino server is not running"
jps
cat $gravitino_server_dir/logs/gravitino-server.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ LOG_FILE=$(realpath $LOG_DIR)/docker-compose.log
echo "The docker compose log is: $LOG_FILE"

docker compose up -d
nohup docker compose logs -f -t > $LOG_FILE &
nohup docker compose logs -f -t > $LOG_FILE 2>&1 &

max_attempts=120
attempts=1
Expand Down

0 comments on commit f194abb

Please sign in to comment.