Project

General

Profile

Actions

Bug #47301

closed

mgr/dashboard: e2e nightly master failures

Added by Laura Paduano over 3 years ago. Updated about 3 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
Testing & QA
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

waiting for mgr dashboard module to start
/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph -c /home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/ceph.conf -k /home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/keyring -h 
Traceback (most recent call last):
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph", line 1273, in <module>
    retval = main()
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph", line 1053, in main
    return do_extended_help(parser, childargs, target, ' '.join(childargs))
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph", line 404, in do_extended_help
    return help_for_target(target, partial)
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph", line 401, in help_for_target
    return help_for_sigs(outbuf.decode('utf-8'), partial)
  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph", line 380, in help_for_sigs
    partial=partial))
BrokenPipeError: [Errno 32] Broken pipe
/home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/bin/ceph -c /home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/ceph.conf -k /home/jenkins-build/build/workspace/ceph-api-nightly-master-e2e/build/keyring dashboard ac-user-create --force-password admin admin administrator 
{"username": "admin", "password": "$2b$12$fS88fhmtRlykuhT8288B8eIqzkSAduH6J9uddnflrq5j4G09KekmS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1599118961, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": false}

And then at some point we get a lot of timeouts and it seems as if the UI completely crashed because all following tests would fail with the same error:

 1) Configuration page
       edit configuration test
         should click and edit a configuration and results should appear in the table:
     AssertionError: Timed out retrying: Expected to find element: `datatable-scroller, .empty-row`, but never found it.
      at ConfigurationPageHelper.PageHelper.waitDataTableToLoad (https://bionic-huge--8cc11720-2af6-48cd-b456-af350e9d2fae:41022/__cypress/tests?p=cypress/integration/cluster/configuration.e2e-spec.ts:276:12)
      at ConfigurationPageHelper.PageHelper.seachTable (https://bionic-huge--8cc11720-2af6-48cd-b456-af350e9d2fae:41022/__cypress/tests?p=cypress/integration/cluster/configuration.e2e-spec.ts:366:14)
      at ConfigurationPageHelper.edit (https://bionic-huge--8cc11720-2af6-48cd-b456-af350e9d2fae:41022/__cypress/tests?p=cypress/integration/cluster/configuration.e2e-spec.ts:157:14)
      at Context.eval (https://bionic-huge--8cc11720-2af6-48cd-b456-af350e9d2fae:41022/__cypress/tests?p=cypress/integration/cluster/configuration.e2e-spec.ts:37:27)

  2) Configuration page
       edit configuration test
         "before each" hook for "should show only modified configurations":
     CypressError: `cy.visit()` failed trying to load:

https://bionic-huge--8cc11720-2af6-48cd-b456-af350e9d2fae:41022/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  > Error: ETIMEDOUT

In some other cases only some tests (RGW) failed (see attached screenshots):

 1) RGW buckets page
       create, edit & delete bucket tests
         should delete bucket:
     AssertionError: Timed out retrying: Expected not to find content: 'e2ebucket' within the selector: '.datatable-body-cell-label' but continuously found it.
      at BucketsPageHelper.PageHelper.delete (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:221:38)
      at Context.eval (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:254:27)

  2) RGW buckets page
       Invalid Input in Create and Edit tests
         should test invalid input in edit owner field:
     AssertionError: Timed out retrying: Expected to find element: `cd-table`, but never found it.
      at BucketsPageHelper.PageHelper.waitDataTableToLoad (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:105:28)
      at BucketsPageHelper.PageHelper.getFirstTableCell (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:156:14)
      at BucketsPageHelper.create (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:325:14)
      at BucketsPageHelper.descriptor.value [as create] (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:25:20)
      at Context.eval (https://braggi13:41140/__cypress/tests?p=cypress/integration/rgw/buckets.e2e-spec.ts:263:21)

- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-e2e/291
- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-e2e/292
- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-e2e/293
- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-e2e/294
- https://jenkins.ceph.com/view/mgr-dashboard/job/ceph-api-nightly-master-e2e/295


Files

Actions

Also available in: Atom PDF