Bug 2112862
| Summary: | Namespace CRUD integration test is failing | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jakub Hadvig <jhadvig> |
| Component: | Dev Console | Assignee: | Christoph Jerolimov <cjerolim> |
| Status: | CLOSED ERRATA | QA Contact: | spathak <spathak> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.12 | CC: | cjerolim, lprabhu, nmukherj |
| Target Milestone: | --- | ||
| Target Release: | 4.12.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-17 19:54:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2115124 | ||
Doesn't find this issue anymore in the last 2 days after the PR is merged. https://search.ci.openshift.org/?search=Too+many+elements+found.+Found+%273%27%2C+expected+%271%27.&maxAge=168h&context=1&type=bug%2Bjunit&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7399 |
Description of problem: Namespace CRUD integration test is failing. Test name: Nav and breadcrumbs restores last selected "All Projects" when navigating from details to list view Failure: ``` 1) Namespace Nav and breadcrumbs restores last selected "All Projects" when navigating from details to list view: AssertionError: Timed out retrying after 30000ms: Too many elements found. Found '3', expected '1'. + expected - actual -3 +1 ``` Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Check for example https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_console/11905/pull-ci-openshift-console-master-e2e-gcp-console/1553985006299254784 2. 3. Actual results: Test failing since multiple Services, which contain string "kubernetes" are listed by the filtering in the Services list page, not just one. Expected results: Test should be passing Additional info: This issue is blocking our merge queue