Skip to content

Commit

Permalink
fix(ci): quick fix for main cron ci (risingwavelabs#8931)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW authored Apr 2, 2023
1 parent e217689 commit 9f56e80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/e2e-iceberg-sink-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ else
fi

echo "--- Kill cluster"
pkill -f connector-node
cargo make ci-kill
pkill -f connector-node
2 changes: 1 addition & 1 deletion ci/scripts/e2e-sink-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ else
fi

echo "--- Kill cluster"
pkill -f connector-node
cargo make ci-kill
pkill -f connector-node
6 changes: 3 additions & 3 deletions ci/scripts/e2e-source-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ do
done
sleep 2

echo "---- mysql & postgres cdc validate test"
echo "--- mysql & postgres cdc validate test"
sqllogictest -p 4566 -d dev './e2e_test/source/cdc/cdc.validate.mysql.slt'
sqllogictest -p 4566 -d dev './e2e_test/source/cdc/cdc.validate.postgres.slt'

echo "---- mysql & postgres load and check"
echo "--- mysql & postgres load and check"
sqllogictest -p 4566 -d dev './e2e_test/source/cdc/cdc.load.slt'
# wait for cdc loading
sleep 10
Expand All @@ -118,8 +118,8 @@ echo "check mviews after cluster recovery"
sqllogictest -p 4566 -d dev './e2e_test/source/cdc/cdc.check_new_rows.slt'

echo "--- Kill cluster"
pkill -f connector-node
cargo make ci-kill
pkill -f connector-node

echo "--- e2e, ci-1cn-1fe, nexmark endless"
cargo make ci-start ci-1cn-1fe
Expand Down

0 comments on commit 9f56e80

Please sign in to comment.