TRT-2633: Add e2e tests for triage symptom summaries and sync edge cases#3513
TRT-2633: Add e2e tests for triage symptom summaries and sync edge cases#3513smg247 wants to merge 1 commit intoopenshift:mainfrom
Conversation
Tests GetTriageSymptomSummaries directly: nil returns, percentage calculation, sort order, multi-regression counts, and regression ID collection. Tests SyncTriageSymptoms edge cases: duplicate symptom deduplication within a job run, and syncing to multiple triages. Adds API expansion test for no-symptoms case. Updates all test Jira URLs to use redhat.atlassian.net. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@smg247: This pull request references TRT-2633 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smg247 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR updates e2e tests across the componentreadiness test suite to use Atlassian Jira URLs instead of Red Hat Issues URLs, and expands test coverage for symptom deduplication, symptom syncing across multiple triages, and triage symptom summary computation. ChangesTriage and Regression Tracking Test Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 16 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (16 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.1)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|
Scheduling required tests: |
|
@smg247: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Following up on #3497 to add additional testing
Tests GetTriageSymptomSummaries directly: nil returns, percentage calculation, sort order, multi-regression counts, and regression ID collection. Tests SyncTriageSymptoms edge cases: duplicate symptom deduplication within a job run, and syncing to multiple triages. Adds API expansion test for no-symptoms case. Updates all test Jira URLs to use redhat.atlassian.net.
Summary by CodeRabbit