Page MenuHomePhabricator

Enable unexpected successes?
Closed, ResolvedPublic

Description

test_method_args (tests.tools_tests.TestPythonArgSpec)
Test getargspec on args. ...  unexpected success ok
test_method_kwargs (tests.tools_tests.TestPythonArgSpec)
Test getargspec on kwargs. ...  unexpected success ok
test_method_varargs (tests.tools_tests.TestPythonArgSpec)
Test getargspec on varargs. ...  unexpected success ok
test_method_varkwargs (tests.tools_tests.TestPythonArgSpec)
Test getargspec on varkwargs. ...  unexpected success ok
test_method_vars (tests.tools_tests.TestPythonArgSpec)
Test getargspec on vars. ...  unexpected success ok
test_many_continuations_limited (tests.api_tests.TestPropertyGenerator)
Test PropertyGenerator with many limited props. ...  unexpected success ok
test_two_continuations_limited (tests.api_tests.TestPropertyGenerator)
Test PropertyGenerator with many limited props and continuations. ...  49.484s  unexpected success ok
test_check_if_cached_dews (tests.proofreadpage_tests.TestIndexPageMappings)
Test if cache is checked and loaded properly on wikisource:de ...  unexpected success ok
test_check_if_cached_enws (tests.proofreadpage_tests.TestIndexPageMappings)
Test if cache is checked and loaded properly on wikisource:en ...  unexpected success ok
test_check_if_cached_frws (tests.proofreadpage_tests.TestIndexPageMappings)
Test if cache is checked and loaded properly on wikisource:fr ...  unexpected success ok
test_get_labels_dews (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_label_from_* functions on wikisource:de ...  unexpected success ok
test_get_labels_enws (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_label_from_* functions on wikisource:en ...  unexpected success ok
test_get_labels_frws (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_label_from_* functions on wikisource:fr ...  unexpected success ok
test_get_page_and_number_dews (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_page_number functions on wikisource:de ...  unexpected success ok
test_get_page_and_number_enws (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_page_number functions on wikisource:en ...  unexpected success ok
test_get_page_and_number_frws (tests.proofreadpage_tests.TestIndexPageMappings)
Test IndexPage page get_page_number functions on wikisource:fr ...  unexpected success ok
test_num_pages_dews (tests.proofreadpage_tests.TestIndexPageMappings)
Test num_pages property on wikisource:de ...  unexpected success ok
test_num_pages_enws (tests.proofreadpage_tests.TestIndexPageMappings)
Test num_pages property on wikisource:en ...  unexpected success ok
test_num_pages_frws (tests.proofreadpage_tests.TestIndexPageMappings)
Test num_pages property on wikisource:fr ...  unexpected success ok
test_page_gen_dews (tests.proofreadpage_tests.TestIndexPageMappings)
Test Index page generator on wikisource:de ... Retrieving 1 pages from wikisource:de.
Retrieving 1 pages from wikisource:de.
 unexpected success ok
test_page_gen_enws (tests.proofreadpage_tests.TestIndexPageMappings)
Test Index page generator on wikisource:en ... Retrieving 1 pages from wikisource:en.
Retrieving 1 pages from wikisource:en.
 unexpected success ok
test_page_gen_frws (tests.proofreadpage_tests.TestIndexPageMappings)
Test Index page generator on wikisource:fr ... Retrieving 1 pages from wikisource:fr.
Retrieving 1 pages from wikisource:fr.
 unexpected success ok
test_url_image (tests.proofreadpage_tests.TestProofreadPageValidSite)
Test fetching of url image of the scan of ProofreadPage. ...  unexpected success ok
test_ecoreality (tests.site_detect_tests.APIHiddenTestCase)
Test detection of MediaWiki sites for www.EcoReality.org. ... WARNING: Http response status 404
 unexpected success ok
test_pageTextPost (tests.imagecopy_tests.CommonsHelperMethodTest)
Test scripts.imagecopy.pageTextPost() method. ...  unexpected success ok
test_valid_isbn_failing (tests.isbn_tests.TestCosmeticChangesISBN)
Test ISBN. ...  unexpected success ok

Event Timeline

Xqt triaged this task as Medium priority.Nov 19 2018, 5:56 AM

/ some of them could be expected to have unexpected success sometimes or in some machine, but some of them are maybe just fixed already? /

proofreadpage_tests are still waiting for upstream fixes.

There is a different behaviour between Python 2 and 3. Python 3 counts an unexcpected success as failure whereas Python 2 passes.

Xqt claimed this task.

I think most of them are fixed already. They would fail with Python 3 otherwise.