-
Notifications
You must be signed in to change notification settings - Fork 53
Add s390x marker to infrastructure tests #3542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add s390x marker to infrastructure tests #3542
Conversation
This change adds the @pytest.mark.s390x marker to infrastructure test functions and methods across multiple test files. This marker enables execution on the s390x architecture without modifying test logic, parameters, or flow. Signed-off-by: Aditi Sharma <Aditi.Sharma@ibm.com>
📝 WalkthroughWalkthroughThis PR adds Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Reasoning: Purely repetitive, homogeneous decorator additions across 10 test files with zero logic changes. Pattern consistency eliminates need for individualized reasoning per file—only verification that decorators are correctly placed and existing markers are preserved. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
This change adds the @pytest.mark.s390x marker to infrastructure test functions and methods across multiple test files. This marker enables execution on the s390x architecture without modifying test logic, parameters, or flow.
Short description:
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.