Project

General

Profile

Actions

Bug #16184

closed

"FAIL: test/ceph_objectstore_tool.py" during `make check"

Added by Yuri Weinstein almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
David Zafman
Category:
-
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

See attached log


Files

ceph_objectstore_tool.py.log (29.2 KB) ceph_objectstore_tool.py.log Yuri Weinstein, 06/07/2016 10:28 PM

Related issues 1 (0 open1 closed)

Related to Ceph - Bug #16273: test/ceph_objectstore_tool.py getting Exception OSErrorResolvedDavid Zafman06/13/2016

Actions
Actions #1

Updated by Yuri Weinstein almost 8 years ago

  • Assignee set to David Zafman
  • Release set to master

@David, can you take a look pls? Un-assign if needed

Actions #2

Updated by David Zafman almost 8 years ago

What branch was being tested? The test passes in my recent master branch based on 9806fcda17134bf8a57cb065368d6a1e31e76c99.

Actions #4

Updated by David Zafman almost 8 years ago

For some reason I can't reproduce this running the test manually even using the wip-yuri-testing2_2016_06_08 branch.

Actions #5

Updated by David Zafman almost 8 years ago

  • Related to Bug #16273: test/ceph_objectstore_tool.py getting Exception OSError added
Actions #6

Updated by David Zafman almost 8 years ago

Here are the 2 errors that were found:

Test pg logging
ERROR:Bad log for pg 2.0s0 from osd3
Log should NOT have a modify entry
ERROR:Bad log for pg 2.1s1 from osd3
Log should NOT have a modify entry

Also saw warning message that got it's own bug report 16273.

Actions #7

Updated by Josh Durgin over 7 years ago

Here's another one from https://jenkins.ceph.com/job/ceph-pull-requests/9835/consoleFull#842358957c212b007-e891-4176-9ee7-2f60eca393b7:

Traceback (most recent call last):
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/ceph_objectstore_tool.py", line 1909, in <module>
    status = main(sys.argv[1:])
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/ceph_objectstore_tool.py", line 639, in main
    REPID = get_pool_id(REP_POOL, nullfd)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/ceph_objectstore_tool.py", line 70, in get_pool_id
    return check_output(cmd, stderr=nullfd).split()[3]
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['/home/jenkins-build/build/workspace/ceph-pull-requests/build/bin/ceph', 'osd', 'pool', 'stats', 'rep_pool']' returned non-zero exit status 1
Actions #8

Updated by Yuri Weinstein over 7 years ago

See again during `make check`:

99% tests passed, 1 tests failed out of 145

Total Test time (real) = 2922.42 sec

The following tests FAILED:
      3 - ceph_objectstore_tool.py (Failed)
Errors while running CTest
make[3]: *** [CMakeFiles/check] Error 8
make[2]: *** [CMakeFiles/check.dir/all] Error 2
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make: *** [check] Error 2

yuriw@smithi050:~/ceph/build$ /home/yuriw/ceph/src/test/ceph_objectstore_tool.py
  File "/home/yuriw/ceph/src/test/ceph_objectstore_tool.py", line 597
    print "Test removeall" 
                         ^
SyntaxError: invalid syntax

Actions #9

Updated by David Zafman over 7 years ago

That bug was fixed in f58063578ca282d30320ea7febc50d78769e453b

In Comment #8 Yuri Weinstein wrote:

See again during `make check`:

[...]

[...]

Actions #10

Updated by Samuel Just over 7 years ago

  • Status changed from New to Resolved

Sounds like it was fixed.

Actions

Also available in: Atom PDF