• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mybatis / jpetstore-6 / 2115
84%
master: 72%

Build:
Build:
LAST BUILD BRANCH: renovate/spring-core
DEFAULT BRANCH: master
Ran 05 Apr 2026 05:29PM UTC
Jobs 1
Files 23
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Apr 2026 05:22PM UTC coverage: 83.585% (+11.6%) from 72.006%
2115

Pull #1076

github

web-flow
Fix CI timing: replace fixed 60s sleep with 120s server-readiness polling loop

The 60-second fixed sleep was not enough for GlassFish 7 and Payara 6 on CI
runners (~90-120s needed to extract ZIP, create domain, start server, deploy WAR).
TomEE's Spring dispatcher also needs time to initialize after the HTTP port binds.

Replace the fixed sleep with a curl-based polling loop (5s interval, 120s max) that:
- Proceeds immediately when the server responds to HTTP (fast for Tomcat/Jetty)
- Gives large containers (GlassFish/Payara) adequate time to start
- Prints elapsed time at each attempt for diagnostic visibility
- Dumps cargo.log if the server fails to respond within 120s
- Uses shell: bash for consistent cross-platform behavior (Git Bash on Windows)

Agent-Logs-Url: https://github.com/mybatis/jpetstore-6/sessions/213a6bef-b16b-4a76-94f5-66dc6ae227cc

Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Pull Request #1076: Fix CDI bean discovery, JSTL TLD conflict, and CI startup timing on Jakarta EE full-profile containers

47 of 98 branches covered (47.96%)

108 of 196 new or added lines in 4 files covered. (55.1%)

499 of 597 relevant lines covered (83.58%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
35
59.3
src/main/java/org/mybatis/jpetstore/web/controllers/OrderController.java
33
26.67
src/main/java/org/mybatis/jpetstore/web/controllers/CartController.java
11
56.0
src/main/java/org/mybatis/jpetstore/web/controllers/CatalogController.java
9
77.5
src/main/java/org/mybatis/jpetstore/web/controllers/AccountController.java
Jobs
ID Job ID Ran Files Coverage
1 2115.1 05 Apr 2026 05:29PM UTC 23
83.58
GitHub Action Run
Source Files on build 2115
  • Tree
  • List 23
  • Changed 19
  • Source Changed 19
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #2115
  • Pull Request #1076
  • PR Base - master (#2062)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc