Skip to content

Commit

Permalink
Update pr_tests_spark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Aug 6, 2024
1 parent 62aa148 commit 8dbb05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_tests_spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ jobs:
- name: Check if port 10000 is actually listening inside the spark-master container
run: docker-compose exec -T spark-master bash -c "netstat -tuln | grep 10000"

- name: Try to connect to the Thrift server from the spark-master container itself (with timeout)
run: docker-compose exec -T spark-master bash -c "timeout 5 curl -v telnet://spark-master:10000"
# - name: Try to connect to the Thrift server from the spark-master container itself (with timeout)
# run: docker-compose exec -T spark-master bash -c "timeout 5 curl -v telnet://spark-master:10000"

- name: Check network connectivity
run: |
Expand Down

0 comments on commit 8dbb05b

Please sign in to comment.