Project

General

Profile

Actions

Bug #4975

closed

nightlies: swift test failed after upgrading from bobtail to next

Added by Tamilarasi muthamizhan almost 11 years ago. Updated almost 11 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

logs: ubuntu@teuthology:/a/teuthology-2013-05-09_01:30:04-upgrade-master-testing-basic/9571

ubuntu@teuthology:/a/teuthology-2013-05-09_01:30:04-upgrade-master-testing-basic/9571$ cat orig.config.yaml
kernel:
kdb: true
sha1: b5b09be30cf99f9c699e825629f02e3bce555d44
machine_type: plana
nuke-on-error: true
overrides:
ceph:
conf:
mon:
debug mon: 20
debug ms: 20
debug paxos: 20
log-whitelist:
- slow request
sha1: 5177fcb6bf384d5c9caed9b28f28f656823b3d64
s3tests:
branch: master
workunit:
sha1: 5177fcb6bf384d5c9caed9b28f28f656823b3d64
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- client.1
- - client.0
tasks:
- chef: null
- clock.check: null
- install:
branch: bobtail
- ceph:
conf:
client:
client mount timeout: 600
rgw init timeout: 600
- rgw:
- client.0
- s3tests:
client.0:
force-branch: bobtail
rgw_server: client.0
- install.upgrade:
all:
branch: next
- ceph.restart:
- mon.a
- mon.b
- mon.c
- osd.0
- osd.1
- osd.2
- osd.3
- mds.a
- rgw.client.0
- swift:
client.0:
rgw_server: client.0

2013-05-09T03:42:12.730 INFO:teuthology.orchestra.run.err:======================================================================
2013-05-09T03:42:12.730 INFO:teuthology.orchestra.run.err:FAIL: testSlashInName (test.functional.tests.TestContainer)
2013-05-09T03:42:12.730 INFO:teuthology.orchestra.run.err:----------------------------------------------------------------------
2013-05-09T03:42:12.730 INFO:teuthology.orchestra.run.err:Traceback (most recent call last):
2013-05-09T03:42:12.731 INFO:teuthology.orchestra.run.err: File "/home/ubuntu/cephtest/9571/swift/test/functional/tests.py", line 497, in testSlashInName
2013-05-09T03:42:12.731 INFO:teuthology.orchestra.run.err: self.assert_status(404)
2013-05-09T03:42:12.731 INFO:teuthology.orchestra.run.err: File "/home/ubuntu/cephtest/9571/swift/test/functional/tests.py", line 117, in assert_status
2013-05-09T03:42:12.731 INFO:teuthology.orchestra.run.err: (self.env.conn.response.status, status_or_statuses))
2013-05-09T03:42:12.731 INFO:teuthology.orchestra.run.err:AssertionError: Status returned: 400 Expected: 404
2013-05-09T03:42:12.732 INFO:teuthology.orchestra.run.err:
2013-05-09T03:42:12.732 INFO:teuthology.orchestra.run.err:----------------------------------------------------------------------
2013-05-09T03:42:12.732 INFO:teuthology.orchestra.run.err:Ran 139 tests in 133.657s
2013-05-09T03:42:12.732 INFO:teuthology.orchestra.run.err:
2013-05-09T03:42:12.732 INFO:teuthology.orchestra.run.err:FAILED (failures=1)
2013-05-09T03:42:12.747 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
File "/var/lib/teuthworker/teuthology-master/teuthology/contextutil.py", line 25, in nested
vars.append(enter())
File "/usr/lib/python2.7/contextlib.py", line 17, in enter
return self.gen.next()
File "/var/lib/teuthworker/teuthology-master/teuthology/task/swift.py", line 150, in run_tests
args=args,
File "/var/lib/teuthworker/teuthology-master/teuthology/orchestra/cluster.py", line 52, in run
return [remote.run(**kwargs) for remote in remotes]
File "/var/lib/teuthworker/teuthology-master/teuthology/orchestra/remote.py", line 42, in run
r = self._runner(client=self.ssh, **kwargs)
File "/var/lib/teuthworker/teuthology-master/teuthology/orchestra/run.py", line 266, in run
r.exitstatus = _check_status(r.exitstatus)
File "/var/lib/teuthworker/teuthology-master/teuthology/orchestra/run.py", line 262, in _check_status
raise CommandFailedError(command=r.command, exitstatus=status, node=host)
CommandFailedError: Command failed on 10.214.131.9 with status 1: "SWIFT_TEST_CONFIG_FILE=/home/ubuntu/cephtest/9571/archive/testswift.client.0.conf /home/ubuntu/cephtest/9571/swift/virtualenv/bin/nosetests -w /home/ubuntu/cephtest/9571/swift/test/functional -v -a '!fails_on_rgw'"

Actions #1

Updated by Tamilarasi muthamizhan almost 11 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Anonymous almost 11 years ago

  • Priority changed from High to Urgent

I want to start moving us towards zero-tolerance for nightly failures.

If this is a bug in the test suite, we should see if we can get a fix pushed upstream.
If we can't get this fixed, can we white-list the failure?

Actions #3

Updated by Sage Weil almost 11 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF