Project

General

Profile

Actions

Bug #19750

closed

osd-scrub-repair.sh:2214: corrupt_scrub_erasure: test no = yes

Added by Kefu Chai about 7 years ago. Updated almost 7 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
David Zafman
Category:
EC Pools
Target version:
-
% Done:

0%

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

Description

/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osd-scrub-repair.sh:2214: corrupt_scrub_erasure:  test no = yes
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osd-scrub-repair.sh:2214: corrupt_scrub_erasure:  return 1
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osd-scrub-repair.sh:45: run:  return 1

https://jenkins.ceph.com/job/ceph-pull-requests/22697/
Actions #1

Updated by Kefu Chai about 7 years ago

David, in case you want to take a look before the log is nuked by jenkins (i downloaded a copy, but bzip2 fails to compress it to less than 1 MB, i can send it over to you if you want). this is the first time i spot this kind of failure.

Actions #2

Updated by Greg Farnum almost 7 years ago

  • Project changed from Ceph to RADOS
  • Category set to EC Pools
  • Component(RADOS) EC plugins, OSD added
Actions #3

Updated by David Zafman almost 7 years ago

  • Status changed from New to Can't reproduce

This isn't happening anymore from what I've seen. If it does let's get the full log. From the lines I'm being shown the diff -y output preceding these log lines would indicate what wasn't matching up.

This line would return 1 if getjson is "no" AND the diff didn't match which is the case here.

diff ${DIFFCOLOPTS} $dir/checkcsjson $dir/csjson || test $getjson = "yes" || return 1
Actions

Also available in: Atom PDF