GitHub Actions workflow for running GNU tar tests#45
Draft
kaladron wants to merge 3 commits intouutils:mainfrom
Draft
GitHub Actions workflow for running GNU tar tests#45kaladron wants to merge 3 commits intouutils:mainfrom
kaladron wants to merge 3 commits intouutils:mainfrom
Conversation
Contributor
Author
|
Hi @sylvestre! I need guidance on this PR. =) It's correctly showing that all tests are failing (I spot checked the logs, it's calling with "tar cf", which we don't handle) How do we make the nice graph that you have for Coreutils? =) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
==========================
==========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Also, how do you have it set on uutils/coreutils to not show everything as failing on each PR? I cribbed the setup from coreutils, but I think I'm missing something in the setup. |
Contributor
|
the process is basically:
|
Contributor
|
hope this helps! |
Contributor
Author
|
Thanks! I think 1 and 2 or done with this PR. I'll look at the rest over
the next week.
…On Sat, Nov 22, 2025, 19:35 Sylvestre Ledru ***@***.***> wrote:
*sylvestre* left a comment (uutils/tar#45)
<#45 (comment)>
hope this helps!
—
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4FOY3MNFFJEZ4UG75AVD36C3IZAVCNFSM6AAAAACM44GIFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRWHE4TEMZTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This checks out GNU tar and runs its test suite against our built tar binary. The hooks in autotest aren't working correctly, so we manually overwrite the built binary with our generated binary for testing.
1022db3 to
700c732
Compare
- Add extraction of GNU test results into JSON artifacts - Add aggregation job to summarize results and compare against reference - Enable continue-on-error for GNU tests to allow workflow completion on failures - Align log compression and upload behavior with coreutils CI
- Remove redundant comparison script - Fix missing artifact upload for PR comments - Optimize GNU log extraction and build bootstrapping - Standardize workflow paths and environment variables
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.
This checks out GNU tar and runs its test suite
against our built tar binary.
The hooks in autotest aren't working correctly,
so we manually overwrite the built binary with
our generated binary for testing.