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

Altinity / clickhouse-backup / 24611983951
67%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2026 07:22PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
  cancel
24611983951

push

github

Slach
fix TestFIPS readiness probe: TCP connect instead of HTTP curl against HTTPS server

The HTTP probe curled http://localhost:7172 against an HTTPS server
(secure: true in config-s3-fips.yml with required client cert auth), so
Go's TLS server replied 400 "Client sent an HTTP request to an HTTPS
server" and the 2xx prefix check could never succeed. Also,
CreateIntegrationTables runs before ListenAndServeTLS in api.Restart(),
so table existence alone does not prove the listener is bound.

Swap curl for a pure TCP probe (bash </dev/tcp/localhost/7172). A
successful TCP connect proves the TLS listener is up; combined with
EXISTS TABLE system.backup_actions, both prerequisites for the
subsequent INSERT INTO system.backup_actions are guaranteed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Source Files on build 24611983951
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #24611983951
  • 3f6da9d5 on github
  • Prev Build on master (#24580384467)
  • Next Build on master (#24623914450)
  • 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