All work
- Check ability to add log/error description to test result pageCLOUD-905Slava Sarzhan
- Support persistence of logs of e2e tests from different run attemptsCLOUD-904
- Rework the navigation for OperatorsCLOUD-903Anastasia Alexandrova
- Remove patch versions from OpenShift in docsCLOUD-902Anastasia Alexandrova
- Update Test dependenciesCLOUD-901Julio Pasinatto
- Automate release notes egenration for GitHub releasesCLOUD-900Slava Sarzhan
- Remove RedHat Marketplace from our docsCLOUD-899Resolved issue: CLOUD-899dmitriy.kostiuk
- Clean up test buckets every dayCLOUD-898Resolved issue: CLOUD-898Slava Sarzhan
- Make test execution timeout configurable in build parametersCLOUD-896Slava Sarzhan
- Make region configurable in build parametersCLOUD-895Resolved issue: CLOUD-895Eleonora Zinchenko
- Make backup testing buckets privateCLOUD-894Slava Sarzhan
- DEBUG_TESTS should be controllable with a build parameterCLOUD-893Slava Sarzhan
- Support Operator workflow when secrets are injected into the container via a mutating webhook.CLOUD-892Slava Sarzhan
- Check status of schedule job before rerunCLOUD-891Julio Pasinatto
- PS 0.10.0CLOUD-890Resolved issue: CLOUD-890Slava Sarzhan
- Fix the detection of newest GKE version in pipelinesCLOUD-889Resolved issue: CLOUD-889Eleonora Zinchenko
- Fix failing EKS pipelines because of a change how latest version is detectedCLOUD-888Pavel Tankov
- Jenkins jobs should use unique hashes for operator imagesCLOUD-886Slava Sarzhan
- Add oidc provides for awsCLOUD-884Resolved issue: CLOUD-884natalia.marukovich
- Add Recommended labels for operator and the objects managedCLOUD-883Slava Sarzhan
- Add github actions test to validate images in release_versionsCLOUD-882Eleonora Zinchenko
- Use release_versions images in Makefile release ruleCLOUD-881Julio Pasinatto
- Add missing tests in Version ServiceCLOUD-880Resolved issue: CLOUD-880Julio Pasinatto
- MASSIMILIANO'SORG-2021-03-19CLOUD-879Resolved issue: CLOUD-879Slava Sarzhan
- Add images/versions to jenkins build summary pageCLOUD-877Resolved issue: CLOUD-877Eleonora Zinchenko
- use kubectl (instead of kubectl_bin) in wait_for_delete() function for all operator testsCLOUD-876Resolved issue: CLOUD-876Pavel Tankov
- Combine xxx-latest and an xxx-version pipelines to use common Groovy codeCLOUD-875Pavel Tankov
- Custom Resource state should never be NIL or empty string for the operatorsCLOUD-874Slava Sarzhan
- arm64 Docker image of version serviceCLOUD-873Andrii Dema
- Add warning note about applying cw-bundle.yamlCLOUD-872Slava Sarzhan
- Don't run e2e tests for every PRCLOUD-869Resolved issue: CLOUD-869Pavel Tankov
- Remove monitoring 2.0 tests from run-distro.csvCLOUD-868Resolved issue: CLOUD-868Eleonora Zinchenko
- Add Github Action to check PR description/checklistCLOUD-867ege.gunes
- [Log Improvement] Ability to change the Log levels dynamically without operator pod pid 1 restartCLOUD-866Slava Sarzhan
- [Log Improvement] Errors are being displayed as trace even when the LOG_LEVEL is INFO.CLOUD-865Slava Sarzhan
- [Log Improvement] Optimize log printing in operator logsCLOUD-864Slava Sarzhan
- Document supported CNI and CSIsCLOUD-863ege.gunes
- Automate Snyk tool in releaseCLOUD-862Slava Sarzhan
- investigate to we use terraform instead of eksctlCLOUD-860Slava Sarzhan
- Add Kubernetes volumes troubleshooting for all OperatorsCLOUD-859dmitriy.kostiuk
- Add Helm Chart item in PR templateCLOUD-857Resolved issue: CLOUD-857Julio Pasinatto
- Set currentBuild.description automatically to USED_PLATFORM_VER-CLUSTER_WIDE-DB_VERSIONCLOUD-855Resolved issue: CLOUD-855Pavel Tankov
- Add Kubernetes events troubleshooting for all OperatorsCLOUD-854dmitriy.kostiuk
- Fix CLUSTER_WIDE mode for all Jenkins pipelinesCLOUD-853Resolved issue: CLOUD-853Pavel Tankov
- For all EKS Jenkins Pipelines: Annotate default storage class for EKS clusterCLOUD-852Resolved issue: CLOUD-852Pavel Tankov
- Upgrade jq from v1.6 to v1.7.1 AND yq from v4.35.1 to v4.44.1 for all operator's Jenkins pipelinesCLOUD-851Resolved issue: CLOUD-851Pavel Tankov
- Upgrade kuttl framework to 0.17.0 versionCLOUD-850Resolved issue: CLOUD-850Tomislav Plavcic
- Fix reviewdog manifests check on release branchCLOUD-849Resolved issue: CLOUD-849Tomislav Plavcic
- Investigate airgap setup for openshiftCLOUD-847natalia.marukovich
- Fix the psmdb-operator-minikube Jenkins pipelineCLOUD-846Resolved issue: CLOUD-846Pavel Tankov
50 of 363
Check ability to add log/error description to test result page
General
Escalation
General
Escalation
Description
Environment
None
Details
Details
Assignee
Slava Sarzhan
Slava SarzhanReporter
Eleonora Zinchenko
Eleonora ZinchenkoNeeds QA
Yes
Priority
Created 4 hours ago
Updated 4 hours ago
Hi,
We are using
junit
plugin to make reports of tests in Jenkins:But the test results are not too descriptive.- we have only name and that’s it. We need to find a way to improve the tests output potentially to have a link to exact execution(s) logs for quicker test failure check and if possible - to output on what step the test failed.