Improve upstream-test-suite robustness and diagnostics#52
Open
prikryla wants to merge 1 commit into
Open
Conversation
Add socat and softhsm to recommended packages so meson tests that depend on tang (via socat) and PKCS#11 (via softhsm) run instead of being silently skipped. Increase TMT duration from 10m to 30m to prevent slow architectures (s390x, aarch64) from being killed mid-run. Use --timeout-multiplier 3 for meson test to accommodate resource-constrained VMs. Preserve meson-logs/testlog.txt via rlFileSubmit so future failures can be diagnosed without re-running. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideMakes upstream-test-suite runs more robust and diagnosable by relaxing meson test timeouts and preserving logs, and by adjusting the TMT metadata (packages and duration) so tests that depend on tang/PKCS#11 run reliably on slower architectures and constrained environments. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Consider guarding the
rlFileSubmitcall with a file existence check (or aligning its expected return codes) so that a missingmeson-logs/testlog.txtfrom a partially failed run does not cause a secondary failure when the log copy step returns 1.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider guarding the `rlFileSubmit` call with a file existence check (or aligning its expected return codes) so that a missing `meson-logs/testlog.txt` from a partially failed run does not cause a secondary failure when the log copy step returns 1.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Koncpa
approved these changes
Jul 8, 2026
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.
Add socat and softhsm to recommended packages so meson tests that depend on tang (via socat) and PKCS#11 (via softhsm) run instead of being silently skipped. Increase TMT duration from 10m to 30m to prevent slow architectures (s390x, aarch64) from being killed mid-run. Use --timeout-multiplier 3 for meson test to accommodate resource-constrained VMs. Preserve meson-logs/testlog.txt via rlFileSubmit so future failures can be diagnosed without re-running.
Summary by Sourcery
Improve robustness and diagnostics of the upstream test suite run.
Enhancements: