Project

General

Profile

Actions

Bug #56384

closed

ceph/test.sh: check_response erasure-code didn't find erasure-code in output

Added by Kamoltat (Junior) Sirivadhna almost 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Immediate
Category:
Correctness/Safety
Target version:
% Done:

0%

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

Description

2022-06-23T14:59:16.702 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:106: check_response:  '[' 22 -a 22 '!=' 22 ']'
2022-06-23T14:59:16.703 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:111: check_response:  grep --quiet -- erasure-code /tmp/cephtool.DvK/test_invalid.Tfc
2022-06-23T14:59:16.703 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:1030: test_mon_mds:  ceph fs new cephfs mds-ec-pool fs_data
2022-06-23T14:59:17.035 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:1031: test_mon_mds:  check_response erasure-code 22 22
2022-06-23T14:59:17.036 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:103: check_response:  expected_string=erasure-code
2022-06-23T14:59:17.036 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:104: check_response:  retcode=22
2022-06-23T14:59:17.036 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:105: check_response:  expected_retcode=22
2022-06-23T14:59:17.037 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:106: check_response:  '[' 22 -a 22 '!=' 22 ']'
2022-06-23T14:59:17.037 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:111: check_response:  grep --quiet -- erasure-code /tmp/cephtool.DvK/test_invalid.Tfc
2022-06-23T14:59:17.037 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:112: check_response:  echo 'Didn'\''t find erasure-code in output'
2022-06-23T14:59:17.037 INFO:tasks.workunit.client.0.smithi189.stderr:Didn't find erasure-code in output
2022-06-23T14:59:17.038 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:113: check_response:  cat /tmp/cephtool.DvK/test_invalid.Tfc
2022-06-23T14:59:17.038 INFO:tasks.workunit.client.0.smithi189.stderr:Error EINVAL: RADOS pool 'fs_data' is already used by filesystem 'cephfs' as a 'data' pool for application 'cephfs'
2022-06-23T14:59:17.038 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:114: check_response:  exit 1
2022-06-23T14:59:17.038 INFO:tasks.workunit.client.0.smithi189.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:1: check_response:  rm -fr /tmp/cephtool.DvK
2022-06-23T14:59:17.040 DEBUG:teuthology.orchestra.run:got remote process result: 1
2022-06-23T14:59:17.041 INFO:tasks.workunit:Stopping ['cephtool'] on client.0...
2022-06-23T14:59:17.042 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0
2022-06-23T14:59:17.326 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/run_tasks.py", line 103, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/run_tasks.py", line 82, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_fad4b1c200ee6a758bd948f031903dd98c630b4c/qa/tasks/workunit.py", line 148, in task
    cleanup=cleanup)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_fad4b1c200ee6a758bd948f031903dd98c630b4c/qa/tasks/workunit.py", line 298, in _spawn_on_all_clients
    timeout=timeout)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_fad4b1c200ee6a758bd948f031903dd98c630b4c/qa/tasks/workunit.py", line 427, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/orchestra/remote.py", line 510, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/orchestra/run.py", line 455, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_31a356e0c737f1781079045bb8dc366982be8713/teuthology/orchestra/run.py", line 161, in wait
    self._raise_for_status()

Actions #1

Updated by Kamoltat (Junior) Sirivadhna almost 2 years ago

/a/yuriw-2022-06-23_14:17:25-rados-wip-yuri6-testing-2022-06-22-1419-distro-default-smithi/6894622

Actions #2

Updated by Kamoltat (Junior) Sirivadhna almost 2 years ago

/a/yuriw-2022-06-23_14:17:25-rados-wip-yuri6-testing-2022-06-22-1419-distro-default-smithi/6894626
/a/yuriw-2022-06-23_14:17:25-rados-wip-yuri6-testing-2022-06-22-1419-distro-default-smithi/6894629

Actions #3

Updated by Kamoltat (Junior) Sirivadhna almost 2 years ago

/a/yuriw-2022-06-23_14:17:25-rados-wip-yuri6-testing-2022-06-22-1419-distro-default-smithi/6894631

Actions #4

Updated by Laura Flores almost 2 years ago

  • Project changed from RADOS to CephFS
  • Priority changed from Normal to Immediate
  • Regression changed from No to Yes

Regression introduced with https://github.com/ceph/ceph/pull/44900.

Actions #5

Updated by Venky Shankar almost 2 years ago

  • Category set to Correctness/Safety
  • Assignee set to Nikhilkumar Shelke
  • Target version set to v18.0.0
Actions #6

Updated by Nikhilkumar Shelke almost 2 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 46869
Actions #7

Updated by Venky Shankar almost 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF