ci: Support running tests in parallel (history revised)#2850
ci: Support running tests in parallel (history revised)#2850polarathene wants to merge 5 commits intodocker-mailserver:masterfrom
Conversation
fix: `Makefile` (history squashed into original commit that this one fixed) If `./test/bats/bin/bats --timing test/serial.*.bats` failed, Bash would then try the `|| ...` fallback which is not actually desired. Resolved by using an `if .. then .. else` statement.
|
Actual file modifications (since the review page isn't providing proper diffs for some files) can be found here in the relevant commit.
Review page is still fine for:
I have not had time to review the actual changes myself. I'll tackle that tomorrow. |
|
Would it be fine if I add some commits on top of this PR? I have some ideas that I wanted to apply to the old PR:) |
Yeah should be fine 👍 Feel free to take over this PR and commit away :) |
|
@polarathene as I cannot add commits to this PR directly, I opened #2857 which incorporates your changes as well. You can now properly review the changes again and probably close this PR. |
|
Closing this in favor of #2857 :) |
Description
Interactive rebased history of @georglauterbach PR #2822 (with the intent to better preserve the
git blamehistory by staging out the changes a bit more carefully)clamav.batstest that was merged since). Modifications to those renamed tests follow in the next commit.Makefilechanges likewise squashed into single commit and I think I rebased it correctly given new changes in that file since ci: make tests run in parallel #2822 .Happy to force-push this over the original PR branch, I've just opted for raising a new PR due to discussions / review feedback there (I am not sure if it'd be more difficult to track after the force-push with heavy history rewriting). I've not applied any changes discussed in #2822 feedback.
Type of change
Checklist:
docs/)