Closed
Bug 670993
Opened 14 years ago
Closed 14 years ago
Deploy account-portal rpm-1.1.1-3
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: telliott, Assigned: Atoll)
Details
(Whiteboard: [qa+])
Contains the hotfix for delete-my-data double-slashes.
s/version=1.1.1/version='1.1.1'/ in setup.py and retag, plz
Assignee: nobody → rsoderberg
| Reporter | ||
Updated•14 years ago
|
Summary: Deploy account-portal rpm-1.1.1-2 → Deploy account-portal rpm-1.1.1-3
deployed account-portal rpm-1.1.1-3 to staging
verified fix works:
10.250.64.94 - 5bycppdxepdb7vdursbpykpjpj3oypbq [12/Jul/2011:11:18:46 -0700] "DELETE /1.1/5bycppdxepdb7vdursbpykpjpj3oypbq/storage HTTP/1.1" 200 4 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.183
10.250.64.94 - 5bycppdxepdb7vdursbpykpjpj3oypbq [12/Jul/2011:11:19:48 -0700] "GET /1.1/5bycppdxepdb7vdursbpykpjpj3oypbq/info/quota HTTP/1.1" 200 11 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.023
Status: NEW → ASSIGNED
Component: Server: Account Portal → Operations: Deployment Requests
QA Contact: account-portal → operations-deploy-requests
This deploy request is a hotfix for bug 670975 which was discovered earlier today.
Whiteboard: [qa?]
Comment 4•14 years ago
|
||
Verified the specific issue by tracking access logs in AP and Sync:
Examples from ap1.reg.mtv1.stage.svc.mozilla.com:
10.250.64.94 - - [12/Jul/2011:13:17:01 -0700] "GET /sync/request_quota HTTP/1.1" 200 1915 "https://stage-account.services.mozilla.com/" "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" XFF="10.250.3.45" TIME=0.206
...etc...
10.250.64.94 - - [12/Jul/2011:13:17:58 -0700] "GET /sync/purge HTTP/1.1" 200 1774 "https://stage-account.services.mozilla.com/sync/request_quota" "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" XFF="10.250.3.45" TIME=0.003
...etc...
10.250.64.94 - - [12/Jul/2011:13:18:21 -0700] "POST /sync/purge HTTP/1.1" 200 1398 "https://stage-account.services.mozilla.com/sync/purge" "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" XFF="10.250.3.45" TIME=0.096
...etc...
...etc...
10.250.64.94 - - [12/Jul/2011:13:39:56 -0700] "POST /sync/purge HTTP/1.1" 200 1398 "https://stage-account.services.mozilla.com/sync/purge" "Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0" XFF="10.250.3.45" TIME=0.114
...etc...
Verified same calls from the Sync side
Examples from sync2.web.mtv1.stage.svc.mozilla.com (search on my encrypted UserID):
Quota:
...etc...
10.250.64.94 - wxm53nzhauutthubzbetf37jrnahhsfd [12/Jul/2011:12:33:20 -0700] "GET /1.1/wxm53nzhauutthubzbetf37jrnahhsfd/info/quota HTTP/1.1" 200 19 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.020
10.250.64.94 - wxm53nzhauutthubzbetf37jrnahhsfd [12/Jul/2011:13:01:16 -0700] "GET /1.1/wxm53nzhauutthubzbetf37jrnahhsfd/info/quota HTTP/1.1" 200 18 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.012
10.250.64.94 - wxm53nzhauutthubzbetf37jrnahhsfd [12/Jul/2011:13:17:01 -0700] "GET /1.1/wxm53nzhauutthubzbetf37jrnahhsfd/info/quota HTTP/1.1" 200 18 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.017
...etc...
Clearing Sync data:
...etc...
10.250.64.94 - wxm53nzhauutthubzbetf37jrnahhsfd [12/Jul/2011:13:39:56 -0700] "DELETE /1.1/wxm53nzhauutthubzbetf37jrnahhsfd/storage HTTP/1.1" 200 4 "-" "Python-urllib/2.6" XFF="10.250.64.1" TIME=0.080
...etc...
deployed successfully
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [qa?] → [qa+]
You need to log in
before you can comment on or make changes to this bug.
Description
•