Project

General

Profile

Actions

Bug #52417

closed

cephadm/test_dashboard_e2e.sh: orchestrator/01-hosts.e2e-spec.ts failed.

Added by Sridhar Seshasayee over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

/a/yuriw-2021-08-24_19:42:41-rados-wip-yuri8-testing-2021-08-24-0913-distro-basic-smithi/6356560
/a/yuriw-2021-08-24_19:42:41-rados-wip-yuri8-testing-2021-08-24-0913-distro-basic-smithi/6356725

021-08-24T21:06:23.622 INFO:tasks.workunit.client.0.smithi102.stdout:  (Run Finished)
2021-08-24T21:06:23.623 INFO:tasks.workunit.client.0.smithi102.stdout:
2021-08-24T21:06:23.624 INFO:tasks.workunit.client.0.smithi102.stdout:
2021-08-24T21:06:23.624 INFO:tasks.workunit.client.0.smithi102.stdout:       Spec                                              Tests  Passing  Failing  Pending  Skipped
2021-08-24T21:06:23.624 INFO:tasks.workunit.client.0.smithi102.stdout:  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
2021-08-24T21:06:23.625 INFO:tasks.workunit.client.0.smithi102.stdout:  │ ✖  orchestrator/01-hosts.e2e-spec.ts        10:11        7        2        5        -        - │
2021-08-24T21:06:23.625 INFO:tasks.workunit.client.0.smithi102.stdout:  └────────────────────────────────────────────────────────────────────────────────────────────────┘
2021-08-24T21:06:23.625 INFO:tasks.workunit.client.0.smithi102.stdout:    ✖  1 of 1 failed (100%)                     10:11        7        2        5        -        -
2021-08-24T21:06:23.625 INFO:tasks.workunit.client.0.smithi102.stdout:
2021-08-24T21:06:23.665 DEBUG:teuthology.orchestra.run:got remote process result: 5
2021-08-24T21:06:23.666 INFO:tasks.workunit:Stopping ['cephadm/test_dashboard_e2e.sh'] on client.0...
2021-08-24T21:06:23.667 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0
2021-08-24T21:06:24.084 INFO:journalctl@ceph.mon.a.smithi102.stdout:Aug 24 21:06:23 smithi102 ceph-mon[32411]: pgmap v521: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail
2021-08-24T21:06:25.411 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/run_tasks.py", line 91, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_8a835936eb07308fee63a31be79a62c5b291a734/qa/tasks/workunit.py", line 134, in task
    coverage_and_limits=not config.get('no_coverage_and_limits', None))
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_8a835936eb07308fee63a31be79a62c5b291a734/qa/tasks/workunit.py", line 426, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/orchestra/remote.py", line 509, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/orchestra/run.py", line 183, in _raise_for_status
    node=self.hostname, label=self.label
teuthology.exceptions.CommandFailedError: Command failed (workunit test cephadm/test_dashboard_e2e.sh) on smithi102 with status 5: '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=8a835936eb07308fee63a31be79a62c5b291a734 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'

Related issues 1 (0 open1 closed)

Related to Orchestrator - Bug #52407: mgr/cephadm: Removing a host gives a RuntimeErrorResolved

Actions
Actions #1

Updated by Neha Ojha over 2 years ago

/a/yuriw-2021-08-26_18:40:53-rados-wip-yuri7-testing-2021-08-26-0841-distro-basic-smithi/6360328

Actions #2

Updated by Sebastian Wagner over 2 years ago

  • Project changed from Orchestrator to Dashboard
Actions #3

Updated by Nizamudeen A over 2 years ago

This was the actual test error and I believe this will be fixed by now since https://github.com/ceph/ceph/pull/42919 is merged.

2021-08-24T21:06:23.577 INFO:tasks.workunit.client.0.smithi102.stdout:  2 passing (10m)
2021-08-24T21:06:23.577 INFO:tasks.workunit.client.0.smithi102.stdout:  5 failing
2021-08-24T21:06:23.578 INFO:tasks.workunit.client.0.smithi102.stdout:
2021-08-24T21:06:23.578 INFO:tasks.workunit.client.0.smithi102.stdout:  1) Hosts page
2021-08-24T21:06:23.578 INFO:tasks.workunit.client.0.smithi102.stdout:       when Orchestrator is available
2021-08-24T21:06:23.579 INFO:tasks.workunit.client.0.smithi102.stdout:         should delete a host and add it back:
2021-08-24T21:06:23.579 INFO:tasks.workunit.client.0.smithi102.stdout:     AssertionError: Timed out retrying: Expected <cd-modal> not to exist in the DOM, but it was continuously found.
2021-08-24T21:06:23.580 INFO:tasks.workunit.client.0.smithi102.stdout:      at HostsPageHelper.delete (https://172.21.15.102:8443/__cypress/tests?p=cypress/integration/orchestrator/01-hosts.e2e-spec.ts:612:28)
2021-08-24T21:06:23.580 INFO:tasks.workunit.client.0.smithi102.stdout:      at HostsPageHelper.delete (https://172.21.15.102:8443/__cypress/tests?p=cypress/integration/orchestrator/01-hosts.e2e-spec.ts:175:21)
2021-08-24T21:06:23.580 INFO:tasks.workunit.client.0.smithi102.stdout:      at HostsPageHelper.descriptor.value (https://172.21.15.102:8443/__cypress/tests?p=cypress/integration/orchestrator/01-hosts.e2e-spec.ts:409:20)
2021-08-24T21:06:23.581 INFO:tasks.workunit.client.0.smithi102.stdout:      at Context.eval (https://172.21.15.102:8443/__cypress/tests?p=cypress/integration/orchestrator/01-hosts.e2e-spec.ts:329:25)
Actions #4

Updated by Nizamudeen A over 2 years ago

  • Status changed from New to Resolved
Actions #5

Updated by Nizamudeen A over 2 years ago

  • Related to Bug #52407: mgr/cephadm: Removing a host gives a RuntimeError added
Actions

Also available in: Atom PDF