Project

General

Profile

Bug #51296

s3-website test failing in teuthology

Added by Kalpesh Pandya almost 3 years ago. Updated almost 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

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

Description

I saw a failure in s3-website test which is as follows:

======================================================================
2021-06-20T19:43:20.137 INFO:teuthology.orchestra.run.smithi109.stderr:ERROR: s3tests.functional.test_s3_website.test_routing_generator({'xml': {'RoutingRules': '<RoutingRule><Condition><KeyPrefixEquals>images/</KeyPrefixEquals><HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals></Condition><Redirect><HostName>ec2-11-22-333-44.compute-1.amazonaws.com</HostName><ReplaceKeyPrefixWith>report-404/</ReplaceKeyPrefixWith></Redirect></RoutingRule>'}, 'url': '/x', 'location': None, 'code': 404},)
2021-06-20T19:43:20.138 INFO:teuthology.orchestra.run.smithi109.stderr:----------------------------------------------------------------------
2021-06-20T19:43:20.138 INFO:teuthology.orchestra.run.smithi109.stderr:Traceback (most recent call last):
2021-06-20T19:43:20.139 INFO:teuthology.orchestra.run.smithi109.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python3.8/site-packages/nose/case.py", line 198, in runTest
2021-06-20T19:43:20.139 INFO:teuthology.orchestra.run.smithi109.stderr: self.test(self.arg)
2021-06-20T19:43:20.139 INFO:teuthology.orchestra.run.smithi109.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/common.py", line 210, in test_wrapped
2021-06-20T19:43:20.139 INFO:teuthology.orchestra.run.smithi109.stderr: func(*args, **k2)
2021-06-20T19:43:20.140 INFO:teuthology.orchestra.run.smithi109.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/test_s3_website.py", line 1194, in routing_check
2021-06-20T19:43:20.140 INFO:teuthology.orchestra.run.smithi109.stderr: res = website_request(bucket.name, args['url'])
2021-06-20T19:43:20.140 INFO:teuthology.orchestra.run.smithi109.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/test_s3_website.py", line 243, in _website_request
2021-06-20T19:43:20.141 INFO:teuthology.orchestra.run.smithi109.stderr: res = _make_raw_request(connect_hostname, config.main.port, method, path, request_headers=request_headers, secure=False, timeout=timeout)
2021-06-20T19:43:20.141 INFO:teuthology.orchestra.run.smithi109.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/functional/
_init__.py", line 482, in _make_raw_request
2021-06-20T19:43:20.142 INFO:teuthology.orchestra.run.smithi109.stderr: res = c.getresponse()
2021-06-20T19:43:20.142 INFO:teuthology.orchestra.run.smithi109.stderr: File "/usr/lib/python3.8/http/client.py", line 1347, in getresponse
2021-06-20T19:43:20.144 INFO:teuthology.orchestra.run.smithi109.stderr: response.begin()
2021-06-20T19:43:20.144 INFO:teuthology.orchestra.run.smithi109.stderr: File "/usr/lib/python3.8/http/client.py", line 307, in begin
2021-06-20T19:43:20.144 INFO:teuthology.orchestra.run.smithi109.stderr: version, status, reason = self._read_status()
2021-06-20T19:43:20.145 INFO:teuthology.orchestra.run.smithi109.stderr: File "/usr/lib/python3.8/http/client.py", line 276, in _read_status
2021-06-20T19:43:20.145 INFO:teuthology.orchestra.run.smithi109.stderr: raise RemoteDisconnected("Remote end closed connection without"
2021-06-20T19:43:20.145 INFO:teuthology.orchestra.run.smithi109.stderr:http.client.RemoteDisconnected: Remote end closed connection without response
2021-06-20T19:43:20.145 INFO:teuthology.orchestra.run.smithi109.stderr:-------------------- >> begin captured stdout << ---------------------
2021-06-20T19:43:20.145 INFO:teuthology.orchestra.run.smithi109.stderr:{'code': 404,
2021-06-20T19:43:20.146 INFO:teuthology.orchestra.run.smithi109.stderr: 'location': None,
2021-06-20T19:43:20.146 INFO:teuthology.orchestra.run.smithi109.stderr: 'url': '/x',
2021-06-20T19:43:20.146 INFO:teuthology.orchestra.run.smithi109.stderr: 'xml': {'RoutingRules': '<RoutingRule><Condition><KeyPrefixEquals>images/</KeyPrefixEquals><HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals></Condition><Redirect><HostName>ec2-11-22-333-44.compute-1.amazonaws.com</HostName><ReplaceKeyPrefixWith>report-404/</ReplaceKeyPrefixWith></Redirect></RoutingRule>'}}
2021-06-20T19:43:20.146 INFO:teuthology.orchestra.run.smithi109.stderr:{'ErrorDocument_Key': 'error-fitb4d07ky8depoe6mogc.html',
2021-06-20T19:43:20.147 INFO:teuthology.orchestra.run.smithi109.stderr: 'IndexDocument_Suffix': 'index-ccqf2l81ogb029j8tzols.html',
2021-06-20T19:43:20.147 INFO:teuthology.orchestra.run.smithi109.stderr: 'RedirectAllRequestsTo_HostName': 'gcka0s98l3y0y.gcka0s98l3y0y.com',
2021-06-20T19:43:20.147 INFO:teuthology.orchestra.run.smithi109.stderr: 'RoutingRules': '<RoutingRule><Condition><KeyPrefixEquals>images/</KeyPrefixEquals><HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals></Condition><Redirect><HostName>ec2-11-22-333-44.compute-1.amazonaws.com</HostName><ReplaceKeyPrefixWith>report-404/</ReplaceKeyPrefixWith></Redirect></RoutingRule>',
2021-06-20T19:43:20.147 INFO:teuthology.orchestra.run.smithi109.stderr: 'WebsiteConfiguration': '',
2021-06-20T19:43:20.148 INFO:teuthology.orchestra.run.smithi109.stderr: 'bucket': <Bucket: test-client.0-85u7ukfexfxa33u-73>,
2021-06-20T19:43:20.148 INFO:teuthology.orchestra.run.smithi109.stderr: 'obj': [<Bucket: test-client.0-85u7ukfexfxa33u-73>,
2021-06-20T19:43:20.148 INFO:teuthology.orchestra.run.smithi109.stderr: <Key: test-client.0-85u7ukfexfxa33u-73,debug-ws.xml>,
2021-06-20T19:43:20.148 INFO:teuthology.orchestra.run.smithi109.stderr: <Key: test-client.0-85u7ukfexfxa33u-73,index-ccqf2l81ogb029j8tzols.html>,
2021-06-20T19:43:20.148 INFO:teuthology.orchestra.run.smithi109.stderr: <Key: test-client.0-85u7ukfexfxa33u-73,error-fitb4d07ky8depoe6mogc.html>],
2021-06-20T19:43:20.149 INFO:teuthology.orchestra.run.smithi109.stderr: 'testname': 'routing_check'}
2021-06-20T19:43:20.149 INFO:teuthology.orchestra.run.smithi109.stderr:url http://test-client.0-85u7ukfexfxa33u-73.s3-website.smithi179.front.sepia.ceph.com/x
2021-06-20T19:43:20.149 INFO:teuthology.orchestra.run.smithi109.stderr:Request: GET /x?
2021-06-20T19:43:20.149 INFO:teuthology.orchestra.run.smithi109.stderr:Host:test-client.0-85u7ukfexfxa33u-73.s3-website.smithi179.front.sepia.ceph.com
2021-06-20T19:43:20.149 INFO:teuthology.orchestra.run.smithi109.stderr:Accept:
/*
2021-06-20T19:43:20.150 INFO:teuthology.orchestra.run.smithi109.stderr:
2021-06-20T19:43:20.150 INFO:teuthology.orchestra.run.smithi109.stderr:Deleting <Key: test-client.0-85u7ukfexfxa33u-73,error-fitb4d07ky8depoe6mogc.html>
2021-06-20T19:43:20.150 INFO:teuthology.orchestra.run.smithi109.stderr:Deleting <Key: test-client.0-85u7ukfexfxa33u-73,index-ccqf2l81ogb029j8tzols.html>
2021-06-20T19:43:20.150 INFO:teuthology.orchestra.run.smithi109.stderr:Deleting <Key: test-client.0-85u7ukfexfxa33u-73,debug-ws.xml>
2021-06-20T19:43:20.151 INFO:teuthology.orchestra.run.smithi109.stderr:Deleting <Bucket: test-client.0-85u7ukfexfxa33u-73>
2021-06-20T19:43:20.151 INFO:teuthology.orchestra.run.smithi109.stderr:
2021-06-20T19:43:20.151 INFO:teuthology.orchestra.run.smithi109.stderr:--------------------- >> end captured stdout << ----------------------

Following is the link to the log: http://qa-proxy.ceph.com/teuthology/kapandya-2021-06-20_19:19:25-rgw:website-wip-rgw-dpp-distro-basic-smithi/6182021/teuthology.log

P.S: Sorry I don't know whom to contact so just adding Casey as a watcher.


Related issues

Duplicates rgw - Bug #51306: s3-website test failing in teuthology Duplicate

History

#1 Updated by Casey Bodley almost 3 years ago

  • Duplicates Bug #51306: s3-website test failing in teuthology added

#2 Updated by Casey Bodley almost 3 years ago

  • Status changed from New to Duplicate

Also available in: Atom PDF