Project

General

Profile

Actions

Bug #5874

closed

rgw: cuttlefish cls_rgw tests fails against next

Added by Sage Weil over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Target version:
-
% Done:

0%

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

Description

2013-08-03T15:11:11.863 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [==========] Running 8 tests from 1 test case.
2013-08-03T15:11:11.863 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [----------] Global test environment set-up.
2013-08-03T15:11:11.863 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [----------] 8 tests from cls_rgw
2013-08-03T15:11:11.863 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.init
2013-08-03T15:11:13.066 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.init (1203 ms)
2013-08-03T15:11:13.066 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.index_basic
2013-08-03T15:11:13.070 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: test/cls_rgw/test_cls_rgw.cc:99: Failure
2013-08-03T15:11:13.070 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: Value of: ioctx.operate(bucket_oid, op)
2013-08-03T15:11:13.070 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]:   Actual: -5
2013-08-03T15:11:13.070 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: Expected: 0
2013-08-03T15:11:13.070 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [  FAILED  ] cls_rgw.index_basic (4 ms)
2013-08-03T15:11:13.071 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.index_multiple_obj_writers
2013-08-03T15:11:13.223 INFO:teuthology.task.ceph.osd.3.err:[10.214.131.30]: daemon-helper: command crashed with signal 11
2013-08-03T15:11:36.930 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.index_multiple_obj_writers (23861 ms)
2013-08-03T15:11:36.930 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.index_remove_object
2013-08-03T15:11:37.181 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.index_remove_object (251 ms)
2013-08-03T15:11:37.181 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.index_suggest
2013-08-03T15:11:37.185 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: test/cls_rgw/test_cls_rgw.cc:262: Failure
2013-08-03T15:11:37.185 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: Value of: ioctx.operate(bucket_oid, op)
2013-08-03T15:11:37.185 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]:   Actual: -5
2013-08-03T15:11:37.185 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: Expected: 0
2013-08-03T15:11:37.186 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [  FAILED  ] cls_rgw.index_suggest (4 ms)
2013-08-03T15:11:37.186 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.gc_set
2013-08-03T15:11:37.774 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.gc_set (589 ms)
2013-08-03T15:11:37.774 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.gc_defer
2013-08-03T15:11:46.873 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.gc_defer (9099 ms)
2013-08-03T15:11:46.873 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [ RUN      ] cls_rgw.finalize
2013-08-03T15:11:48.137 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [       OK ] cls_rgw.finalize (1264 ms)
2013-08-03T15:11:48.137 INFO:teuthology.task.workunit.client.0.out:[10.214.131.28]: [----------] 8 tests from cls_rgw (36275 ms total)

test is
ubuntu@teuthology:/a/teuthology-2013-08-02_01:30:04-upgrade-next-testing-basic-plana/93844$ cat orig.config.yaml 
kernel:
  kdb: true
  sha1: 05542c395ce50bb1750cc6fead85727903fc3e72
machine_type: plana
nuke-on-error: true
os_type: ubuntu
overrides:
  admin_socket:
    branch: next
  ceph:
    conf:
      mon:
        debug mon: 20
        debug ms: 1
        debug paxos: 20
    log-whitelist:
    - slow request
    sha1: ef036bd4bc0e79bff8a5805800fbdeb0cc2db6ae
  ceph-deploy:
    branch:
      dev: next
    conf:
      client:
        log file: /var/log/ceph/ceph-$name.$pid.log
      mon:
        debug mon: 1
        debug ms: 20
        debug paxos: 20
  install:
    ceph:
      sha1: ef036bd4bc0e79bff8a5805800fbdeb0cc2db6ae
  s3tests:
    branch: next
  workunit:
    sha1: ef036bd4bc0e79bff8a5805800fbdeb0cc2db6ae
roles:
- - mon.a
  - mds.a
  - osd.0
  - osd.1
- - mon.b
  - mon.c
  - osd.2
  - osd.3
- - client.0
tasks:
- chef: null
- clock.check: null
- install:
    branch: cuttlefish
- ceph: null
- workunit:
    branch: cuttlefish
    clients:
      client.0:
      - rados/load-gen-mix.sh
- install.upgrade:
    osd.0:
      branch: next
    osd.2:
      branch: next
- ceph.restart:
  - osd.0
  - osd.2
- workunit:
    branch: cuttlefish
    clients:
      client.0:
      - rados/test.sh
      - cls
teuthology_branch: next

note that the cls test is run from client.0, which was not upgraded, but 2/4 osds are upgraded and restarted.
Actions

Also available in: Atom PDF