Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 21.73 KB | None | 0 0
  1. Started by user Stephen Donner
  2. [EnvInject] - Loading node environment variables.
  3. Building on master in workspace /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  4. Wiping out workspace first.
  5. Cloning the remote Git repository
  6. Cloning repository https://github.com/stupchiy/sumo-tests.git
  7.  > git init /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace # timeout=10
  8. Fetching upstream changes from https://github.com/stupchiy/sumo-tests.git
  9.  > git --version # timeout=10
  10.  > git fetch --tags --progress https://github.com/stupchiy/sumo-tests.git +refs/heads/*:refs/remotes/origin/*
  11.  > git config remote.origin.url https://github.com/stupchiy/sumo-tests.git # timeout=10
  12.  > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  13.  > git config remote.origin.url https://github.com/stupchiy/sumo-tests.git # timeout=10
  14. Fetching upstream changes from https://github.com/stupchiy/sumo-tests.git
  15.  > git fetch --tags --progress https://github.com/stupchiy/sumo-tests.git +refs/heads/*:refs/remotes/origin/*
  16.  > git rev-parse origin/fix_for_276^{commit} # timeout=10
  17. Checking out Revision e5bbcfed83b326a899f4e6b86ac3bd5cc47a73d7 (origin/fix_for_276)
  18.  > git config core.sparsecheckout # timeout=10
  19.  > git checkout -f e5bbcfed83b326a899f4e6b86ac3bd5cc47a73d7
  20. First time build. Skipping changelog.
  21. [EnvInject] - Executing scripts and injecting environment variables after the SCM step.
  22. [EnvInject] - Injecting as environment variables the properties content
  23. PATH=${WORKSPACE}/.env/bin:/usr/bin:/bin:/usr/sbin:/sbin
  24.  
  25. [EnvInject] - Variables injected successfully.
  26. [workspace] $ /bin/sh -xe /var/folders/4l/gs6245j554z8tbdgvcb4chy800007v/T/hudson8910548410364024621.sh
  27. + virtualenv .env
  28. New python executable in .env/bin/python
  29. Installing Setuptools..............................................................................................................................................................................................................................done.
  30. Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
  31. [workspace] $ /bin/sh -xe /var/folders/4l/gs6245j554z8tbdgvcb4chy800007v/T/hudson7871996662580800625.sh
  32. + pip install -r https://raw.github.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt
  33. Downloading/unpacking pytest-rerunfailures==0.03 (from -r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 4))
  34.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest-rerunfailures%2Fpytest-rerunfailures-0.03.tar.gz
  35.   Running setup.py egg_info for package pytest-rerunfailures
  36.    
  37. Downloading/unpacking pytest-timeout==0.3 (from -r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 5))
  38.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest-timeout%2Fpytest-timeout-0.3.tar.gz
  39.   Running setup.py egg_info for package pytest-timeout
  40.    
  41. Downloading/unpacking pytest-xdist==1.8 (from -r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 6))
  42.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest-xdist%2Fpytest-xdist-1.8.zip
  43.   Running setup.py egg_info for package pytest-xdist
  44.    
  45.     no previously-included directories found matching '.hg'
  46. Downloading/unpacking pytest>=2.2.3 (from pytest-rerunfailures==0.03->-r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 4))
  47.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest%2Fpytest-2.6.4.tar.gz
  48.   Running setup.py egg_info for package pytest
  49.    
  50. Downloading/unpacking execnet>=1.0.8 (from pytest-xdist==1.8->-r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 6))
  51.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fe%2Fexecnet%2Fexecnet-1.2.0.tar.gz
  52.   Running setup.py egg_info for package execnet
  53.    
  54.     warning: no files found matching 'conftest.py'
  55. Downloading/unpacking py>=1.4.25 (from pytest>=2.2.3->pytest-rerunfailures==0.03->-r https://raw.githubusercontent.com/Mozilla/webqa-infrastructure-requirements/master/requirements.txt (line 4))
  56.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpy%2Fpy-1.4.26.tar.gz
  57.   Running setup.py egg_info for package py
  58.    
  59. Installing collected packages: pytest-rerunfailures, pytest-timeout, pytest-xdist, pytest, execnet, py
  60.   Running setup.py install for pytest-rerunfailures
  61.    
  62.   Running setup.py install for pytest-timeout
  63.    
  64.   Running setup.py install for pytest-xdist
  65.    
  66.     no previously-included directories found matching '.hg'
  67.   Running setup.py install for pytest
  68.    
  69.     Installing py.test script to /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin
  70.     Installing py.test-2.7 script to /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin
  71.   Running setup.py install for execnet
  72.    
  73.     warning: no files found matching 'conftest.py'
  74.   Running setup.py install for py
  75.    
  76. Successfully installed pytest-rerunfailures pytest-timeout pytest-xdist pytest execnet py
  77. Cleaning up...
  78. + pip install -Ur requirements.txt
  79. Downloading/unpacking PyYAML==3.10 (from -r requirements.txt (line 4))
  80.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPyYAML%2FPyYAML-3.10.tar.gz
  81.   Running setup.py egg_info for package PyYAML
  82.    
  83. Downloading/unpacking UnittestZero (from -r requirements.txt (line 5))
  84.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FU%2FUnittestZero%2FUnittestZero-0.2.0.tar.gz
  85.   Running setup.py egg_info for package UnittestZero
  86.    
  87. Downloading/unpacking certifi==0.0.8 (from -r requirements.txt (line 6))
  88.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcertifi%2Fcertifi-0.0.8.tar.gz
  89.   Running setup.py egg_info for package certifi
  90.    
  91. Downloading/unpacking chardet==2.1.1 (from -r requirements.txt (line 7))
  92.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fchardet%2Fchardet-2.1.1.tar.gz
  93.   Running setup.py egg_info for package chardet
  94.    
  95. Downloading/unpacking py==1.4.9 (from -r requirements.txt (line 8))
  96.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpy%2Fpy-1.4.9.zip
  97.   Running setup.py egg_info for package py
  98.    
  99. Downloading/unpacking pytest==2.2.4 (from -r requirements.txt (line 9))
  100.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest%2Fpytest-2.2.4.zip
  101.   Running setup.py egg_info for package pytest
  102.    
  103. Downloading/unpacking pytest-mozwebqa==1.1.1 (from -r requirements.txt (line 10))
  104.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpytest-mozwebqa%2Fpytest-mozwebqa-1.1.1.tar.gz
  105.   Running setup.py egg_info for package pytest-mozwebqa
  106.    
  107. Requirement already up-to-date: pytest-xdist==1.8 in ./.env/lib/python2.7/site-packages (from -r requirements.txt (line 11))
  108. Downloading/unpacking requests==1.2.3 (from -r requirements.txt (line 12))
  109.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fr%2Frequests%2Frequests-1.2.3.tar.gz
  110.   Running setup.py egg_info for package requests
  111.    
  112. Downloading/unpacking selenium (from -r requirements.txt (line 13))
  113.   Using download cache from /Users/Shared/Jenkins/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fselenium%2Fselenium-2.44.0.tar.gz
  114.   Running setup.py egg_info for package selenium
  115.    
  116. Requirement already up-to-date: execnet>=1.0.8 in ./.env/lib/python2.7/site-packages (from pytest-xdist==1.8->-r requirements.txt (line 11))
  117. Installing collected packages: PyYAML, UnittestZero, certifi, chardet, py, pytest, pytest-mozwebqa, requests, selenium
  118.   Running setup.py install for PyYAML
  119.     checking if libyaml is compilable
  120.     cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.9-intel-2.7/check_libyaml.c -o build/temp.macosx-10.9-intel-2.7/check_libyaml.o
  121.     build/temp.macosx-10.9-intel-2.7/check_libyaml.c:2:10: fatal error: 'yaml.h' file not found
  122.     #include <yaml.h>
  123.              ^
  124.     1 error generated.
  125.    
  126.     libyaml is not found or a compiler error: forcing --without-libyaml
  127.     (if libyaml is installed correctly, you may need to
  128.      specify the option --include-dirs or uncomment and
  129.      modify the parameter include_dirs in setup.cfg)
  130.    
  131.   Running setup.py install for UnittestZero
  132.    
  133.   Running setup.py install for certifi
  134.    
  135.   Running setup.py install for chardet
  136.     changing mode of build/scripts-2.7/chardetect.py from 644 to 755
  137.    
  138.     changing mode of /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin/chardetect.py to 755
  139.   Found existing installation: py 1.4.26
  140.     Uninstalling py:
  141.       Successfully uninstalled py
  142.   Running setup.py install for py
  143.    
  144.   Found existing installation: pytest 2.6.4
  145.     Uninstalling pytest:
  146.       Successfully uninstalled pytest
  147.   Running setup.py install for pytest
  148.    
  149.     Installing py.test script to /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin
  150.     Installing py.test-2.7 script to /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin
  151.   Running setup.py install for pytest-mozwebqa
  152.    
  153.   Running setup.py install for requests
  154.    
  155.   Running setup.py install for selenium
  156.    
  157. Successfully installed PyYAML UnittestZero certifi chardet py pytest pytest-mozwebqa requests selenium
  158. Cleaning up...
  159. [workspace] $ /bin/sh -xe /var/folders/4l/gs6245j554z8tbdgvcb4chy800007v/T/hudson8733650439789807500.sh
  160. + py.test tests/desktop/ -rsxR --reruns=5 -n 15 -v --destructive --api=webdriver --browsername=firefox --browserver=31 '--platform=Windows 7' --webqatimeout=180 --baseurl=https://support.allizom.org --junitxml=results.xml --credentials=/Users/webqa/webqa-credentials/sumo.yaml --saucelabs=/Users/webqa/webqa-credentials/sauce_labs.yaml '--capabilities={"selenium-version":"2.41.0"}' --build=jenkins-sumo.stage.fix_questions-1
  161. ============================= test session starts ==============================
  162. platform darwin -- Python 2.7.5 -- pytest-2.2.4 -- /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/.env/bin/python
  163. gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I / gw8 I / gw9 I / gw10 I / gw11 I / gw12 I / gw13 I / gw14 I
  164.  
  165. [gw0] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  166.  
  167. [gw1] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  168.  
  169. [gw2] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  170.  
  171. [gw3] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  172.  
  173. [gw4] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  174.  
  175. [gw5] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  176.  
  177. [gw6] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  178.  
  179. [gw7] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  180.  
  181. [gw8] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  182.  
  183. [gw9] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  184.  
  185. [gw10] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  186.  
  187. [gw11] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  188.  
  189. [gw12] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  190.  
  191. [gw13] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  192.  
  193. [gw14] darwin Python 2.7.5 cwd: /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace
  194.  
  195. [gw0] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  196.  
  197. [gw8] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  198.  
  199. [gw4] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  200.  
  201. [gw3] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  202.  
  203. [gw2] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  204.  
  205. [gw7] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  206.  
  207. [gw9] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  208.  
  209. [gw5] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  210.  
  211. [gw12] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  212.  
  213. [gw11] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  214.  
  215. [gw14] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  216.  
  217. [gw13] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  218.  
  219. [gw1] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  220.  
  221. [gw6] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  222.  
  223. [gw10] Python 2.7.5 (default, Mar  9 2014, 22:15:05)  -- [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
  224. gw0 [43] / gw1 [43] / gw2 [43] / gw3 [43] / gw4 [43] / gw5 [43] / gw6 [43] / gw7 [43] / gw8 [43] / gw9 [43] / gw10 [43] / gw11 [43] / gw12 [43] / gw13 [43] / gw14 [43]
  225.  
  226. scheduling tests via LoadScheduling
  227. [gw12] PASSED tests/desktop/test_login_logout.py:15: TestLoginLogout.test_login
  228. [gw12] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/WINNT/en-US/firefox-help/-/en-US/products/firefox?as=u&utm_source=inproduct]
  229. [gw12] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/WINNT/en-US/prefs-fonts-and-colors/]
  230. [gw5] PASSED tests/desktop/test_login_logout.py:41: TestLoginLogout.test_logout_from_new_kb_article_page
  231. [gw5] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Linux/en-US/firefox-help/-/en-US/products/firefox?as=u&utm_source=inproduct]
  232. [gw13] PASSED tests/desktop/test_new_user_registration.py:13: TestNewUserRegistration.test_that_thank_you_page_is_displayed_after_successful_registration
  233. [gw13] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/WINNT/en-US/prefs-main/]
  234. [gw14] PASSED tests/desktop/test_login_logout.py:24: TestLoginLogout.test_logout_from_pages[home_page]
  235. [gw1] PASSED tests/desktop/test_login_logout.py:24: TestLoginLogout.test_logout_from_pages[questions_page]
  236. [gw8] PASSED tests/desktop/test_login_logout.py:24: TestLoginLogout.test_logout_from_pages[refine_search_page]
  237. [gw11] PASSED tests/desktop/test_login_logout.py:24: TestLoginLogout.test_logout_from_pages[search_page]
  238. [gw14] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/WINNT/en-US/firefox-f1/-/en-US/products/firefox?as=u&utm_source=inproduct]
  239. [gw1] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Darwin/en-US/firefox-help/-/en-US/products/firefox?as=u&utm_source=inproduct]
  240. [gw8] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Darwin/en-US/firefox-osxkey/-/en-US/products/firefox?as=u&utm_source=inproduct]
  241. [gw11] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Darwin/en-US/firefox-f1/-/en-US/products/firefox?as=u&utm_source=inproduct]
  242. [gw14] SKIPPED tests/desktop/test_rewrites.py:59: TestRedirects.test_old_mobile_redirects[/1/mobile/4.0/android/en-US/firefox-help-/en-US/kb/popular-topics-firefox-android?as=u&utm_source=inproduct]
  243. [gw1] SKIPPED tests/desktop/test_rewrites.py:59: TestRedirects.test_old_mobile_redirects[/1/mobile/4.0/nokia/en-US/firefox-help-/en-US/kb/popular-topics-firefox-android?as=u&utm_source=inproduct]
  244. [gw8] SKIPPED tests/desktop/test_rewrites.py:70: TestRedirects.test_iphone_kb_redirects_status_ok[/1/firefox-home/4.0/iPhone/en-US/log-in]
  245. [gw11] SKIPPED tests/desktop/test_rewrites.py:70: TestRedirects.test_iphone_kb_redirects_status_ok[/1/firefox-home/4.0/iPhone/en-US]
  246. [gw9] PASSED tests/desktop/test_login_logout.py:24: TestLoginLogout.test_logout_from_pages[new_question_page]
  247. [gw6] PASSED tests/desktop/test_kb_article.py:104: TestKnowledgeBaseArticle.test_that_article_can_be_previewed_before_submitting
  248. [gw9] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/WINNT/en-US/firefox-osxkey/-/en-US/products/firefox?as=u&utm_source=inproduct]
  249. [gw0] PASSED tests/desktop/test_kb_article.py:14: TestKnowledgeBaseArticle.test_that_article_can_be_created
  250. [gw9] SKIPPED tests/desktop/test_rewrites.py:59: TestRedirects.test_old_mobile_redirects[/1/mobile/4.0/iphone/en-US/firefox-help-/en-US/kb/popular-topics-firefox-android?as=u&utm_source=inproduct]
  251. [gw4] PASSED tests/desktop/test_login_logout.py:51: TestLoginLogout.test_logout_from_edit_kb_article_page
  252. [gw4] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Linux/en-US/firefox-f1/-/en-US/products/firefox?as=u&utm_source=inproduct]
  253. [gw3] PASSED tests/desktop/test_login_logout.py:68: TestLoginLogout.test_logout_from_translate_kb_article_page
  254. [gw10] PASSED tests/desktop/test_kb_article.py:123: TestKnowledgeBaseArticle.test_that_article_can_be_translated
  255. [gw7] PASSED tests/desktop/test_kb_article.py:78: TestKnowledgeBaseArticle.test_that_article_can_be_deleted
  256. [gw3] SKIPPED tests/desktop/test_rewrites.py:29: TestRedirects.test_browser_redirect_to_sumo[/1/firefox/4.0/Linux/en-US/firefox-osxkey/-/en-US/products/firefox?as=u&utm_source=inproduct]
  257. [gw5] PASSED tests/desktop/test_search.py:15: TestSearch.test_no_query_adv_forum_search
  258. [gw2] PASSED tests/desktop/test_kb_article.py:41: TestKnowledgeBaseArticle.test_that_article_can_be_edited
  259. [gw6] PASSED tests/desktop/test_questions.py:77: TestQuestions.test_that_questions_problem_count_increments
  260. [gw4] PASSED tests/desktop/test_search.py:30: TestSearch.test_user_flow_to_forum_post
  261. [gw6] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/Darwin/en-US/prefs-clear-private-data/]
  262. [gw7] PASSED tests/desktop/test_questions.py:57: TestQuestions.test_that_questions_sorts_correctly_by_filter_equal_to_unanswered
  263. [gw7] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/WINNT/en-US/prefs-clear-private-data/]
  264. [gw10] PASSED tests/desktop/test_questions.py:93: TestQuestions.test_contributor_flow_to_support_forum_post
  265. [gw2] PASSED tests/desktop/test_questions.py:36: TestQuestions.test_that_questions_sorts_correctly_by_filter_equal_to_solved
  266. [gw10] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/Linux/en-US/prefs-clear-private-data/]
  267. [gw2] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/Linux/en-US/prefs-main/]
  268. [gw0] PASSED tests/desktop/test_questions.py:15: TestQuestions.test_that_posting_question_works
  269. [gw0] SKIPPED tests/desktop/test_rewrites.py:47: TestRedirects.test_kb_redirects_status_ok[/1/firefox/4.0/Darwin/en-US/prefs-main/]
  270.  
  271. ----------------------- generated xml file: results.xml ------------------------
  272. =========================== short test summary info ============================
  273. SKIP [21] /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/tests/desktop/test_rewrites.py:21: Skipped per dev instructions on continuous deployment.  To be run only on Prod
  274. ==================== 22 passed, 21 skipped in 62.74 seconds ====================
  275. Archiving artifacts
  276. [htmlpublisher] Archiving HTML reports...
  277. [htmlpublisher] Archiving at BUILD level /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/workspace/results to /Users/Shared/Jenkins/Home/jobs/sumo.stage.fix_questions/builds/2014-10-25_09-00-41/htmlreports/HTML_Report
  278. Recording test results
  279. IRC notifier plugin: Sending notification to: #mozwebqa
  280. IRC notifier plugin: Sending notification to: #sumodev
  281. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement