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

nbari / dbpulse / 19402860278 / 1
68%
main: 68%

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

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>

2418 of 3335 relevant lines covered (72.5%)

26.7 hits per line

Source Files on job 19402860278.1
  • Tree
  • List 18
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19402860278
  • ccfca03e on github
  • Prev Job for on develop (#19400072284.1)
  • Next Job for on develop (#19402873781.1)
  • 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