Skip to content

Commit 49a45e4

Browse files
committed
Testing update
1 parent a3564fc commit 49a45e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sdk-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
echo "Checking port $port..."
3838
for i in {1..30}; do
3939
if curl -f -s http://localhost:$port/ > /dev/null 2>&1; then
40-
echo " Port $port is ready"
40+
echo "OK Port $port is ready"
4141
break
4242
fi
4343
if [ $i -eq 30 ]; then
44-
echo " Port $port failed to start after 60 seconds"
44+
echo "FAIL Port $port failed to start after 60 seconds"
4545
exit 1
4646
fi
4747
echo " Waiting for port $port... ($i/30)"

tests/run-sdk-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -e
1111

1212
# Default to all three backend configurations
13-
PORTS="${SDK_TEST_PORTS:-48331 48332 48333}"
13+
PORTS="${SDK_TEST_PORTS:-7331 7332 7333}"
1414

1515
# Backend names for display
1616
declare -A BACKEND_NAMES

0 commit comments

Comments
 (0)