Skip to content

Commit

Permalink
debug e2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrdhruv committed Jul 13, 2023
1 parent 85bcd21 commit 82f7552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
images: 'varadhi.docker.registry/varadhi,apachepulsar/pulsar,zookeeper'

- name: Restart the server process to force the code coverage dump
run: docker exec docker-web-1 pkill java
- run: ls -lh server/build/jacoco
- run: docker stop docker-web-1
- run: ls -lh server/build/jacoco && sleep 20 && ls -lh server/build/jacoco
- name: Generate Code Coverage report
run: ./gradlew jacocoTestReport -i
Expand Down
1 change: 1 addition & 0 deletions setup/docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
volumes:
- ../../server/build/jacoco:/jacoco
restart: "no"
stop_grace_period: 1m
healthcheck:
test: curl -s http://localhost:8080/v1/health-check | grep iam_ok
interval: 10s
Expand Down

0 comments on commit 82f7552

Please sign in to comment.