Project

General

Profile

Bug #54369

mon/test_mon_osdmap_prune.sh: jq .osdmap_first_committed [[ 11 -eq 20 ]]

Added by Kamoltat (Junior) Sirivadhna about 2 years ago. Updated 3 months ago.

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

0%

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

Description

/a/yuriw-2022-02-17_23:23:56-rados-wip-yuri7-testing-2022-02-17-0852-pacific-distro-default-smithi/6692990

2022-02-20T13:28:46.208 INFO:tasks.workunit.client.0.smithi111.stderr:    "paxos": {
2022-02-20T13:28:46.208 INFO:tasks.workunit.client.0.smithi111.stderr:        "first_committed": 3013,
2022-02-20T13:28:46.209 INFO:tasks.workunit.client.0.smithi111.stderr:        "last_committed": 3643,
2022-02-20T13:28:46.209 INFO:tasks.workunit.client.0.smithi111.stderr:        "last_pn": 14705,
2022-02-20T13:28:46.209 INFO:tasks.workunit.client.0.smithi111.stderr:        "accepted_pn": 14906
2022-02-20T13:28:46.209 INFO:tasks.workunit.client.0.smithi111.stderr:    }
2022-02-20T13:28:46.210 INFO:tasks.workunit.client.0.smithi111.stderr:}'
2022-02-20T13:28:46.210 INFO:tasks.workunit.client.0.smithi111.stderr:++ jq .osdmap_first_committed
2022-02-20T13:28:46.211 DEBUG:teuthology.orchestra.run:got remote process result: 1
2022-02-20T13:28:46.212 INFO:tasks.workunit.client.0.smithi111.stderr:+ fc=11
2022-02-20T13:28:46.212 INFO:tasks.workunit.client.0.smithi111.stderr:+ [[ 11 -eq 20 ]]
2022-02-20T13:28:46.212 INFO:tasks.workunit.client.0.smithi111.stderr:+ return 1
2022-02-20T13:28:46.212 INFO:tasks.workunit.client.0.smithi111.stderr:+ exit 1
2022-02-20T13:28:46.213 INFO:tasks.workunit:Stopping ['mon/test_mon_osdmap_prune.sh'] on client.0...
2022-02-20T13:28:46.213 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0
2022-02-20T13:28:46.511 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_9f91d3caa3f16637a5668f2b678fb3a44b6977ba/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_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_9f91d3caa3f16637a5668f2b678fb3a44b6977ba/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_eea2521245e542c7c1a063d296779f572aa0255a/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_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/orchestra/run.py", line 183, in _raise_for_status
    node=self.hostname, label=self.label


Related issues

Related to RADOS - Bug #47838: mon/test_mon_osdmap_prune.sh: first_pinned != trim_to In Progress

History

#1 Updated by Neha Ojha about 2 years ago

  • Related to Bug #47838: mon/test_mon_osdmap_prune.sh: first_pinned != trim_to added

#2 Updated by Laura Flores about 1 year ago

  • Backport set to reef,quincy

/a/yuriw-2023-03-10_15:00:22-rados-wip-yuri5-testing-2023-03-09-0941-quincy-distro-default-smithi/7201010

#3 Updated by Laura Flores about 1 year ago

  • Tags set to test-failure

#4 Updated by Laura Flores 3 months ago

/a/yuriw-2024-01-05_00:57:18-rados-wip-yuri10-testing-2024-01-04-1245-distro-default-smithi/7507770

Also available in: Atom PDF