Bug #53781
cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal` when testing on orchestrator/03-inventory.e2e-spec.ts
0%
Description
Description: rados/dashboard/{0-single-container-host debug/mgr mon_election/connectivity random-objectstore$/{bluestore-comp-zstd} tasks/e2e}
Failure Reason:
Command failed (workunit test cephadm/test_dashboard_e2e.sh) on smithi117 with status 1: 'mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=9b3f092edebdd015c2e560cbf5247ee96efde24c TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cephadm/test_dashboard_e2e.sh'
/a/yuriw-2022-01-04_21:52:15-rados-wip-yuri7-testing-2022-01-04-1159-distro-default-smithi/6595412
2022-01-05T01:49:40.992 INFO:tasks.workunit.client.0.smithi117.stdout: 1 passing (2m)
2022-01-05T01:49:40.993 INFO:tasks.workunit.client.0.smithi117.stdout: 1 failing
2022-01-05T01:49:40.993 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:40.993 INFO:tasks.workunit.client.0.smithi117.stdout: 1) Physical Disks page
2022-01-05T01:49:40.993 INFO:tasks.workunit.client.0.smithi117.stdout: should identify device:
2022-01-05T01:49:40.993 INFO:tasks.workunit.client.0.smithi117.stdout: AssertionError: Timed out retrying after 120000ms: Expected to find element: `cd-modal`, but never found it.
2022-01-05T01:49:40.994 INFO:tasks.workunit.client.0.smithi117.stdout: at InventoryPageHelper.identify (https://172.21.15.117:8443/__cypress/tests?p=cypress/integration/orchestrator/03-inventory.e2e-spec.ts:118:28)
2022-01-05T01:49:40.994 INFO:tasks.workunit.client.0.smithi117.stdout: at Context.eval (https://172.21.15.117:8443/__cypress/tests?p=cypress/integration/orchestrator/03-inventory.e2e-spec.ts:155:19)
2022-01-05T01:49:40.994 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:40.994 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:40.995 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:40.999 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:41.000 INFO:tasks.workunit.client.0.smithi117.stdout: (Results)
2022-01-05T01:49:41.001 INFO:tasks.workunit.client.0.smithi117.stdout:
2022-01-05T01:49:41.003 INFO:tasks.workunit.client.0.smithi117.stdout: ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
2022-01-05T01:49:41.003 INFO:tasks.workunit.client.0.smithi117.stdout: │ Tests: 2 │
2022-01-05T01:49:41.003 INFO:tasks.workunit.client.0.smithi117.stdout: │ Passing: 1 │
2022-01-05T01:49:41.004 INFO:tasks.workunit.client.0.smithi117.stdout: │ Failing: 1 │
2022-01-05T01:49:41.004 INFO:tasks.workunit.client.0.smithi117.stdout: │ Pending: 0 │
2022-01-05T01:49:41.004 INFO:tasks.workunit.client.0.smithi117.stdout: │ Skipped: 0 │
2022-01-05T01:49:41.005 INFO:tasks.workunit.client.0.smithi117.stdout: │ Screenshots: 1 │
2022-01-05T01:49:41.005 INFO:tasks.workunit.client.0.smithi117.stdout: │ Video: false │
2022-01-05T01:49:41.005 INFO:tasks.workunit.client.0.smithi117.stdout: │ Duration: 2 minutes, 4 seconds │
2022-01-05T01:49:41.006 INFO:tasks.workunit.client.0.smithi117.stdout: │ Spec Ran: orchestrator/03-inventory.e2e-spec.ts │
2022-01-05T01:49:41.006 INFO:tasks.workunit.client.0.smithi117.stdout: └────────────────────────────────────────────────────────────────────────────────────────────────┘
Related issues
History
#1 Updated by Laura Flores over 1 year ago
- Subject changed from cephadm/test_dashboard_e2e.sh: unable to find element `cd-modal` when testing on orchestrator/03-inventory.e2e-spec.ts to cephadm/test_dashboard_e2e.sh: Unable to find element `cd-modal` when testing on orchestrator/03-inventory.e2e-spec.ts
#2 Updated by Laura Flores over 1 year ago
/a/lflores-2022-01-05_19:04:35-rados-wip-lflores-mgr-rocksdb-distro-default-smithi/6596562
#3 Updated by Nizamudeen A over 1 year ago
In the latest master, I recently removed orchestrator/02-hosts-inventory.e2e-spec.ts file and fixed this same issue. This was merged yesterday https://github.com/ceph/ceph/pull/44388. Also, we merged it after a successful teuth run: https://pulpito.ceph.com/alfonsomthd-2022-01-04_11:23:53-rados:dashboard-wip-nizamial09-testing-2021-12-31-1305-distro-default-smithi/
But in the logs you paster I still see orchestrator/02-hosts-inventory.e2e-spec.ts present. So I guess it was still running an outdated master. Thoughts?
#4 Updated by Laura Flores over 1 year ago
I reported this issue since orchestrator/03-inventory.e2e-spec.ts failed this time, which seems new to me. However, I see what you mean-- there's a possibility that it could be related to the inclusion of orchestrator/02-hosts-inventory.e2e-spec.ts.
Let's see if the problem persists now that your fix has been merged. If it keeps happening, even without orchestrator/02-hosts-inventory.e2e-spec.ts, it might be worth looking into.
#5 Updated by Laura Flores over 1 year ago
- Related to Bug #53499: test_dashboard_e2e.sh Failure: orchestrator/02-hosts-inventory.e2e failed. added
#6 Updated by Ernesto Puerta over 1 year ago
- Assignee set to Nizamudeen A
Laura, did you hit this issue again? If not, can we mark it as closed? Thanks!
#7 Updated by Laura Flores over 1 year ago
No, I haven't seen it since. It must have manifested from the related bug.
#8 Updated by Laura Flores over 1 year ago
- Status changed from New to Closed
#9 Updated by Ronen Friedman over 1 year ago
@ljflores, @ljflores6, Ernesto:
yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-2022-05-18-1636-distro-default-smithi 6840581
seems to show the same problem
#10 Updated by Laura Flores over 1 year ago
Ronen Friedman wrote:
@ljflores, @ljflores6, Ernesto:
yuriw-2022-05-19_01:43:57-rados-wip-yuri7-testing-2022-05-18-1636-distro-default-smithi 6840581
seems to show the same problem
It looks slightly different. In this Tracker, the element `cd-modal` was not found, but this new issue deals with element `cd-modal .custom-control-label`. Let's open a new Tracker.
Created one here: #55741