Closed
Bug 873666
Opened 12 years ago
Closed 12 years ago
please update AUS to AUS2_PRODUCTION tag (throttle Firefox 21.0 updates to 5%)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: dumitru)
References
Details
Attachments
(1 file, 1 obsolete file)
1.45 KB,
text/plain
|
Details |
You should end up with rev 1.256 of config-dist.php.
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops → dgherman
Assignee | ||
Comment 1•12 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Thanks!
Reporter | ||
Comment 3•12 years ago
|
||
for i in {1..1000}; do curl -s https://aus3.mozilla.org/update/1/Firefox/10.0.2/20120215223356/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/update.xml?xy=$i | grep -q hashValue; if [ $? -eq 0 ] ; then echo "yes"; fi; done
That got 43 yes's, and I realized I should have either piped this into wc -l or incremented a counter. But we're probably at 5% instead of 15%, so verified.
Status: RESOLVED → VERIFIED
Thanks Aki, with your help we now have a bash script which can test this. It takes several minutes to test (~10 minutes per URL or ~40 minutes in total) but we should be able to determine throttling in QA now. I'm adding it here for posterity.
Comment 5•10 years ago
|
||
A note that we are still using the useful script in Comment 4 but replacing line 24 (as $i isn't defined) with:
curl -s "$URL?x=$RANDOM" | grep -q hashValue
adding a random parameter to vary the url to override caching and make sure we are getting an accurate measure.
Comment 6•10 years ago
|
||
This adds the $RANDOM that Liz mentioned.
Attachment #751274 -
Attachment is obsolete: true
Updated•10 years ago
|
Attachment #8532130 -
Attachment mime type: application/x-sh → text/plain
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•