Closed Bug 873666 Opened 11 years ago Closed 11 years ago

please update AUS to AUS2_PRODUCTION tag (throttle Firefox 21.0 updates to 5%)

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
macOS
task
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mozilla, Assigned: dumitru)

References

Details

Attachments

(1 file, 1 obsolete file)

You should end up with rev 1.256 of config-dist.php.
Assignee: server-ops → dgherman
Done.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Thanks!
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
Attached file Throttle Testing Script (obsolete) —
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.
Blocks: 874529
Blocks: 875447
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.
This adds the $RANDOM that Liz mentioned.
Attachment #751274 - Attachment is obsolete: true
Attachment #8532130 - Attachment mime type: application/x-sh → text/plain
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: