See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/130/changes>
Changes: [Pekka Klärck] Automated merge with https://code.google.com/p/robotframework/ [Pekka Klärck] robot.run and robot.run_rebot: Fixed output when executing multiple times. Always return an rc and never raise an exception. Update issue 1045 Status: Done The actual change is done but code is somewhat ugly. Cleaning up is left for issue 480. [Pekka Klärck] fixed creating log/report when output has no times and thus no basemillis [Pekka Klärck] fixed test when global variables have been set (global state FTL) [Pekka Klärck] Monitor: Testability. This also helps adding support for overriding stdout and stderr. ------------------------------------------ Started by an SCM change [workspace] $ hg incoming --quiet --bundle hg.bundle --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev default [workspace] $ hg unbundle hg.bundle adding changesets adding manifests adding file changes added 5 changesets with 6 changes to 6 files (run 'hg update' to get a working copy) [workspace] $ hg update --clean --rev default 6 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ /bin/bash -xe /tmp/hudson751798014132923961.sh + python utest/run_utests.py ..E..F......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ====================================================================== ERROR: test_run_once (test_run_and_rebot.TestRebot) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/api/test_run_and_rebot.py",> line 88, in test_run_once self._assert_outputs([(LOG, 1, ('Report:', 0))]) File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/api/test_run_and_rebot.py",> line 37, in _assert_outputs self._assert_output(sys.__stdout__, stdout) File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/api/test_run_and_rebot.py",> line 45, in _assert_output self._assert_output_contains(output, expected) File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/api/test_run_and_rebot.py",> line 55, in _assert_output_contains content, count = expected ValueError: too many values to unpack ====================================================================== FAIL: test_run_once (test_run_and_rebot.TestRun) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/api/test_run_and_rebot.py",> line 68, in test_run_once assert exists(LOG) AssertionError ---------------------------------------------------------------------- Ran 1119 tests in 2.595s FAILED (failures=1, errors=1) Build step 'Execute shell' marked build as failure
