Confirmed users
4,293
edits
|  (→Bugs) | |||
| Line 112: | Line 112: | ||
| == Verify nulls == | == Verify nulls == | ||
| Create a list of URLs to test | |||
|  cd /builds/2.0.0.18-major-update/snippets/one-offs | |||
|  cp create_aus_urls.sh create_aus_urls-win32.sh | |||
|  nano aus_urls-win32.sh | |||
| and change the version, BuildID, leave only win32 in the platform list. Also set it to read in from partner-update-channels, and write to platform specific file. Repeat for linux, mac.  | |||
| We create a null.xml for comparison | |||
|  wget -O null.xml https://aus2.mozilla.org/update/1/Firefox/2.0.0.18/2008102918/WINNT_x86-msvc/af/release-cck-acer-google/update.xml | |||
| Generate platform-specific locale lists | |||
|  ls temp/firefox/2.0.0.18-3.0.4/aus2/Firefox/2.0.0.18/WINNT_x86-msvc/2008102918/ > locales-win32.txt | |||
|  one-offs/create_aus_urls-win32.sh | |||
|  ls temp/firefox/2.0.0.18-3.0.4/aus2/Firefox/2.0.0.18/Darwin_Universal-gcc3/2008102919/ > locales-mac.txt | |||
|  ls temp/firefox/2.0.0.18-3.0.4/aus2/Firefox/2.0.0.18/Linux_x86-gcc3/2008102919/ > locales-linux.txt | |||
| Run tests for win32 | |||
|  one-offs/test_null_updates.sh urls-win32.txt 2>&1 | tee test-nulls-win32.txt | |||
|  grep -v '^PASS' test-nulls-win32.txt | |||
|  FAIL https://aus2.mozilla.org/update/1/Firefox/2.0.0.18/2008102918/WINNT_x86-msvc/de/release-cck-tonline/update.xml | |||
| Which is expected, because we already enabled MU for T-Online and it's only the de locale. Same again for each other platform. | |||
| Uploaded files used/created to {{bug|461914}}. | |||
| = Enable beta snippets = | = Enable beta snippets = | ||