Project

General

Profile

Actions

Bug #10997

closed

teuthology tests are using master "cephfs" tool on firefly branch?

Added by Greg Farnum about 9 years ago. Updated almost 9 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
Testing
Target version:
-
% Done:

0%

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

Description

2015-02-28T13:24:15.456 INFO:tasks.workunit.client.0.magna017.stderr:+ cephfs layout_test show_layout
2015-02-28T13:24:15.498 INFO:tasks.workunit.client.0.magna017.stderr:WARNING: This tool is deprecated.  Use the layout.* xattrs to query and modify layouts.
2015-02-28T13:24:15.499 INFO:tasks.workunit.client.0.magna017.stderr:layout not specified
2015-02-28T13:24:15.499 INFO:tasks.workunit.client.0.magna017.stderr:+ cephfs layout_test set_layout -u 1048576 -c 1 -s 1048576
2015-02-28T13:24:15.500 INFO:tasks.workunit.client.0.magna017.stderr:WARNING: This tool is deprecated.  Use the layout.* xattrs to query and modify layouts.
2015-02-28T13:24:15.501 INFO:tasks.workunit.client.0.magna017.stderr:Pool not specified (use --pool <name or id>)
2015-02-28T13:24:15.502 INFO:tasks.workunit:Stopping kclient on client.0...
2015-02-28T13:24:15.503 INFO:teuthology.orchestra.run.magna017:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list /home/ubuntu/cephtest/workunit.client.0'
2015-02-28T13:24:15.522 ERROR:teuthology.parallel:Exception in parallel execution
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__
    for result in self:
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/ceph-qa-suite_firefly/tasks/workunit.py", line 360, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 137, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed (workunit test kclient/file_layout.sh) on magna017 with status 1: '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=9ef77430f3d46789b0ba1a2afa42729627734500 TESTDIR="/home/ubuntu/cephtest" 

The interesting bit is that the output it's producing is from the latest patch to cephfs.cc in master, but it's not present in the firefly branch. So the wrong version is getting installed somehow, it looks like? We could probably fix it by updating the test, but I'd rather know why it's broken first.

Actions #1

Updated by Greg Farnum almost 9 years ago

  • Status changed from New to Can't reproduce

I don't think this has popped up again and I think there were some package priority issues around that time.

Actions

Also available in: Atom PDF