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

Altinity / clickhouse-backup / 27249787402 / 4
65%
master: 65%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2026 04:16AM UTC
Files 58
Run time 3s
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

10 Jun 2026 02:49AM UTC coverage: 58.566%. First build
27249787402.4

push

github

Slach
fix TestCustomRestic for restic >= 0.17 exit-code and stats output changes

restic 0.19.0 (test installs releases/latest) crossed the 0.17.0 boundary
where exit codes were formalized, breaking two custom-storage scripts that
had not changed in years:

- upload.sh: restic now returns exit code 3 ("backed up some source files,
  but not all") whenever a command-line path does not exist. Most disks have
  no backup directory, so the skipped paths flip the exit code even though the
  snapshot is saved. set -euo pipefail aborted before restic forget, so
  clickhouse-backup saw a failure. Accept exit code 3, fail on anything else.

- list.sh: restic stats --json now writes a progress line to stdout before the
  JSON (even with --quiet), poisoning the jq parse and failing list_custom.
  Keep only the JSON object line via grep.

Verified live in the running container and with the full TestCustomRestic run.

12649 of 21598 relevant lines covered (58.57%)

3103.39 hits per line

Source Files on job integration-23.8 - 27249787402.4
  • Tree
  • List 58
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27249787402
  • 27828c5f on github
  • Next Job for on master (#27500234713.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