Xqt created this task.
Xqt added projects: Pywikibot, Pywikibot-tests.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
    =================================== FAILURES 
===================================
    _________________ TestScriptSimulate.test_commons_information 
__________________
    Unexpected success
    ----------------------------- Captured stdout call 
-----------------------------
     killed   auto-run script unresponsive after 10 seconds  exit code: -9  
10.035s 
    __________________ TestScriptGenerator.test_coordinate_import 
__________________
    
    self = <tests.script_tests.TestScriptGenerator 
testMethod=test_coordinate_import>
    
        def test_script(self):
            global_args_msg = \
                'For global options use -help:global or run pwb'
            global_args = ['-pwb_close_matches:1']
        
            cmd = [*global_args, script_name, *args]
            data_in = script_input.get(script_name)
            if isinstance(self._timeout, bool):
                do_timeout = self._timeout
            else:
                do_timeout = script_name in self._timeout
            timeout = 10 if do_timeout else None
        
            stdout, error = None, None
            if self._results:
                if isinstance(self._results, dict):
                    error = self._results.get(script_name)
                else:
                    error = self._results
                if isinstance(error, tuple):
                    stdout, error = error

TASK DETAIL
  https://phabricator.wikimedia.org/T379455

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, Xqt, mevo, PotsdamLamb, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Khutuck, Zkhalido, Aram, Viztor, Wenyi, Tbscho, 
MayS, Mdupont, JJMC89, Dvorapa, Altostratus, binbot, Avicennasis, mys_721tx, 
jayvdb, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to