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

nbari / dbpulse / 19402860278
68%
main: 68%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: main
Ran 16 Nov 2025 08:30AM UTC
Jobs 1
Files 18
Run time 2017min
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

16 Nov 2025 08:27AM UTC coverage: 72.504% (-0.4%) from 72.897%
19402860278

push

github

nbari
fix: MariaDB compatibility for query timeout configuration

MariaDB doesn't support the MySQL variable `max_execution_time`.
Instead, it uses `max_statement_time` (and uses seconds instead of milliseconds).

This fix:
- Attempts to set `max_execution_time` first (for MySQL 5.7+)
- Falls back to `max_statement_time` if the first attempt fails (for MariaDB)
- Ensures query timeout protection works on both MySQL and MariaDB

Fixes CI test failures where 9/11 MariaDB tests were failing with:
"Unknown system variable 'max_execution_time'"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

5 of 6 new or added lines in 1 file covered. (83.33%)

136 existing lines in 3 files now uncovered.

2418 of 3335 relevant lines covered (72.5%)

26.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
74.85
-2.5% src/queries/mysql.rs

Uncovered Existing Lines

Lines Coverage ∆ File
7
97.33
-2.67% src/metrics.rs
59
74.85
-2.5% src/queries/mysql.rs
70
66.27
-0.74% src/queries/postgres.rs
Jobs
ID Job ID Ran Files Coverage
1 19402860278.1 16 Nov 2025 08:30AM UTC 18
72.5
GitHub Action Run
Source Files on build 19402860278
  • Tree
  • List 18
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19402860278
  • ccfca03e on github
  • Prev Build on develop (#19400072284)
  • Next Build on develop (#19402873781)
  • Delete
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