Skip to content

CICD: Drop a duplicated test producing huge caches#10513

Merged
sylvestre merged 1 commit intouutils:mainfrom
oech3:patch-17
Mar 7, 2026
Merged

CICD: Drop a duplicated test producing huge caches#10513
sylvestre merged 1 commit intouutils:mainfrom
oech3:patch-17

Conversation

@oech3
Copy link
Copy Markdown
Contributor

@oech3 oech3 commented Jan 27, 2026

test_separately is a duplicated of

- name: Test
if: matrix.job.skip-tests != true
shell: bash
run: |
## Test
${{ steps.vars.outputs.CARGO_CMD }} ${{ steps.vars.outputs.CARGO_CMD_OPTIONS }} test --target=${{ matrix.job.target }} \
${{ steps.vars.outputs.CARGO_TEST_OPTIONS}} ${{ matrix.job.cargo-options }} ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} ${{ steps.vars.outputs.CARGO_DEFAULT_FEATURES_OPTION }} \
${{ steps.dep_vars.outputs.CARGO_UTILITY_LIST_OPTIONS }} -p coreutils
env:
RUST_BACKTRACE: "1"

existing just for better appearance. But it is inefficient (both for time and caching).

Closes #11002 too. (Process related issue is unrelated with blocking regression)

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@oech3 oech3 changed the title Deduplicate tests CICD: Drop a duplicated test producing huge caches Feb 18, 2026
@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skipping an intermittent issue tests/pr/bounded-memory (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/cut/bounded-memory is no longer failing!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 18, 2026

Merging this PR will improve performance by 4.66%

⚡ 1 improved benchmark
✅ 287 untouched benchmarks
⏩ 38 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation cp_large_file[16] 395.2 µs 377.6 µs +4.66%

Comparing oech3:patch-17 (44023a7) with main (289d701)

Open in CodSpeed

Footnotes

  1. 38 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@sylvestre sylvestre merged commit 06ac362 into uutils:main Mar 7, 2026
154 checks passed
@oech3 oech3 deleted the patch-17 branch March 7, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: failing Separate Builds (individual and coreutils) (windows-latest, feat_os_windows)

2 participants