ci: add LFS fixtures, denylist, and bulk test CI job#78
Merged
developer0hye merged 3 commits intomainfrom Mar 1, 2026
Merged
Conversation
…cript Store 2,695 LibreOffice/Apache POI test fixtures in Git LFS for deterministic CI bulk tests. Track the download script that fetches fresh fixtures from upstream repos. Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Skip 9 known-bad fixtures (clusterfuzz, XML bombs, OOM triggers) during bulk conversion testing. Denylisted files are partitioned out before conversion and reported as "skipped" in the summary. Includes a non-ignored unit test for denylist filtering logic. Related: #77 Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Add Swatinem/rust-cache@v2 to all 5 existing CI jobs for faster builds. Add a new bulk-test job that checks out LFS fixtures and runs bulk conversion tests in release mode. The bulk-test job uses continue-on-error so it never blocks PRs. Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/download-third-party-fixtures.shfor refreshing fixtures from upstreambulk_conversion.rs— XML bombs, clusterfuzz files, and OOM triggers are skipped during bulk testingSwatinem/rust-cache@v2to all 5 existing CI jobs for faster buildsbulk-testCI job that runs bulk conversion tests against all LFS fixtures in release mode (continue-on-error: true, never blocks PRs)Key changes
.gitattributestests/fixtures/*/libreoffice/**andtests/fixtures/*/poi/**scripts/download-third-party-fixtures.shtests/fixtures/crates/office2pdf/tests/bulk_conversion.rsis_denylisted()helper,skippedfield in summary,test_denylist_filteringunit test.github/workflows/ci.ymlbulk-testjob withlfs: truecheckoutTest plan
cargo test -p office2pdf --test bulk_conversion test_denylist_filtering— denylist unit test passescargo test --workspace— all existing tests passRelated: #77
🤖 Generated with Claude Code