Skip to content

[codex] Stabilize Harbor-backed test runs#235

Merged
quinnj merged 7 commits into
mainfrom
codex/harbor-test-harness
Apr 23, 2026
Merged

[codex] Stabilize Harbor-backed test runs#235
quinnj merged 7 commits into
mainfrom
codex/harbor-test-harness

Conversation

@quinnj
Copy link
Copy Markdown
Member

@quinnj quinnj commented Apr 23, 2026

Summary

  • switch the MySQL.jl test suite to manage its own temporary MySQL container via Harbor.jl
  • simplify local and CI setup so tests only assume Docker is available
  • restore a stable Connector/C SSL verification default and fix option/result cleanup paths surfaced by current Connector/C and MySQL behavior
  • close load-time prepared statements so bulk loads do not poison later queries on the same connection
  • raise the minimum supported Julia version to 1.10, the current Julia LTS line as of April 23, 2026

Validation

  • julia --project=. -e 'using Pkg; Pkg.test(; coverage=false)'

Switch the test suite to a Harbor-managed MySQL container so local and CI testing only assumes Docker availability.

Also restore a stable Connector/C SSL default, fix option reads, close load-time prepared statements, and advance multi-result cleanup via nextresult() so the suite stays green on current MariaDB Connector/C releases.

Fixes #234
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

❌ Patch coverage is 83.33333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.82%. Comparing base (bfdcb57) to head (8b03250).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/api/capi.jl 66.66% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
+ Coverage   63.40%   69.82%   +6.41%     
==========================================
  Files          10       10              
  Lines        1115     1183      +68     
==========================================
+ Hits          707      826     +119     
+ Misses        408      357      -51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

quinnj added 6 commits April 23, 2026 11:05
Julia 1.6 CI cannot resolve Harbor, and Julia 1.10 is the current LTS line as of April 23, 2026.

Bump the package compat floor and replace the 1.6 CI lane with 1.10 so the matrix matches the versions we intend to support with the Harbor-backed test harness.
Require Harbor 1.0.3 for tests and switch the MySQL container
readiness check back to the intended log-pattern wait now
that the stderr capture fix is released.
@quinnj quinnj marked this pull request as ready for review April 23, 2026 18:41
@quinnj quinnj merged commit 4261c3d into main Apr 23, 2026
6 checks passed
@quinnj quinnj deleted the codex/harbor-test-harness branch April 23, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant