Commit 9952d8f
fix: install zstd in CI and improve error messaging for day archive compression
Changes:
- .github/workflows/solo-e2e-test.yml: Add step to install zstd via apt-get
- wrb-cli-wrap-and-compare.sh: Improve error message with install instructions
- Revert day archive counting to only look for .tar.zstd files
Fixes:
- CI environment now has zstd available for compressing day archives
- Day archives can be created successfully in both MinIO and CN extraction paths
- Better error messaging if zstd is missing
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 3a73fb7 commit 9952d8f
2 files changed
Lines changed: 12 additions & 6 deletions
File tree
- .github/workflows
- tools-and-tests/scripts/solo-e2e-test/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
243 | 248 | | |
244 | 249 | | |
245 | 250 | | |
| |||
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
| 414 | + | |
418 | 415 | | |
| 416 | + | |
419 | 417 | | |
420 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
0 commit comments