See <http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/1926/changes>

Changes:

[Mikko Korpela <mikko.korp...@gmail.com>] test_process_library: Pid test 
improvement

------------------------------------------
Started by user Mikko Korpela
Building on master in workspace 
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/>
[workspace] $ hg showconfig paths.default
[workspace] $ hg pull --rev default
[workspace] $ hg update --clean --rev default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg --config extensions.purge= clean --all
[workspace] $ hg log --rev . --template {node}
[workspace] $ hg log --rev . --template {rev}
[workspace] $ hg log --rev cc343c7fd4ebfeb51a2e75e4cc84a90b7c03642e
[workspace] $ hg log --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:0 --follow --prune cc343c7fd4ebfeb51a2e75e4cc84a90b7c03642e
[workspace] $ /bin/bash -xe /tmp/hudson168842687791353900.sh
+ rm -rf /tmp/jybot
+ mkdir /tmp/jybot
+ TEMP=/tmp/jybot
+ 
PATH=/opt/jython:/usr/lib/jvm/j2sdk1.6-oracle/bin:/usr/lib/jvm/j2sdk1.6-oracle/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/var/lib/gems/1.8/bin
+ JYTHON_HOME=/opt/jython
+ JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
+ CLASSPATH=/usr/lib/jvm/java-1.6.0-openjdk/lib/tools.jar
+ xvfb-run -a python atest/run_atests.py jython -e manual -C on 
atest/robot/standard_libraries/process/
Running command
/usr/bin/python 
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/src/robot/run.py> 
--doc RobotSPFrameworkSPacceptanceSPtests --reporttitle 
RobotSPFrameworkSPTestSPReport --logtitle RobotSPFrameworkSPTestSPLog 
--metadata Interpreter:jython --metadata Platform:linux2 --variable 
INTERPRETER:jython --variable PYTHON: --variable JYTHON:jython --variable 
IRONPYTHON: --variable STANDALONE_JYTHON:NO --pythonpath 
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/atest/resources> 
--include jybot --outputdir 
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/atest/results/jython>
 --output output.xml --report report.html --log log.html --splitlog --escape 
space:SP --escape star:STAR --escape paren1:PAR1 --escape paren2:PAR2 
--critical regression --SuiteStatLevel 3 --TagStatCombine jybotNOTpybot 
--TagStatCombine pybotNOTjybot --TagStatExclude pybot --TagStatExclude jybot 
--TagStatExclude x-* -e manual -C on atest/robot/standard_libraries/process/

==============================================================================
Process :: Robot Framework acceptance tests                                   
==============================================================================
Process.Is Process Alive                                                      
==============================================================================
No Process Should Fail                                                |  
[32mPASS [0m |
------------------------------------------------------------------------------
Test Process Should Be Alive                                          |  
[32mPASS [0m |
------------------------------------------------------------------------------
Test Process Should Be Dead                                           |  
[32mPASS [0m |
------------------------------------------------------------------------------
Process.Is Process Alive                                              |  
[32mPASS [0m |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Process.Test Process Library                                                  
==============================================================================
Library Namespace should be global                                    |  
[32mPASS [0m |
------------------------------------------------------------------------------
Running a process                                                     |  
[32mPASS [0m |
------------------------------------------------------------------------------
Error in exit code and stderr output                                  |  
[32mPASS [0m |
------------------------------------------------------------------------------
Start And Wait Process                                                |  
[32mPASS [0m |
------------------------------------------------------------------------------
Switching active process                                              |  
[32mPASS [0m |
------------------------------------------------------------------------------
Run process does not change active process                            |  
[32mPASS [0m |
------------------------------------------------------------------------------
Killing process                                                       |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None Pid - can not kill process!
------------------------------------------------------------------------------
Terminating process                                                   |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None Pid - can not kill process!
------------------------------------------------------------------------------
Pid                                                                   |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None == None
------------------------------------------------------------------------------
Starting many processes and killing all                               |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None Pid - can not kill process!
------------------------------------------------------------------------------
Kill Process Which Does Not Exist                                     |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None Pid - can not kill process!
------------------------------------------------------------------------------
Wait For Process Which Does Not Exist                                 |  
[31mFAIL [0m |
Test was expected to PASS but it FAILED. Error message:
None Pid - can not kill process!
------------------------------------------------------------------------------
Change Current Working Directory                                      |  
[32mPASS [0m |
------------------------------------------------------------------------------
Setting Stdout                                                        |  
[32mPASS [0m |
------------------------------------------------------------------------------
Setting Stderr                                                        |  
[32mPASS [0m |
------------------------------------------------------------------------------
Escaping equals sign                                                  |  
[32mPASS [0m |
------------------------------------------------------------------------------
Running a process in a shell                                          |  
[32mPASS [0m |
------------------------------------------------------------------------------
Input things to process                                               |  
[32mPASS [0m |
------------------------------------------------------------------------------
Process alias                                                         |  
[32mPASS [0m |
------------------------------------------------------------------------------
Lot of output                                                         |  
[32mPASS [0m |
------------------------------------------------------------------------------
Redirecting Stderr to Stdout                                          |  
[32mPASS [0m |
------------------------------------------------------------------------------
Redirecting Stderr to Stdout with filename                            |  
[32mPASS [0m |
------------------------------------------------------------------------------
Current working directory should be used with stdout and stderr       |  
[32mPASS [0m |
------------------------------------------------------------------------------
Current working directory should not be used with stdout and stder... |  
[32mPASS [0m |
------------------------------------------------------------------------------
Process.Test Process Library                                          |  
[31mFAIL [0m |
24 critical tests, 18 passed, 6 failed
24 tests total, 18 passed, 6 failed
==============================================================================
Process :: Robot Framework acceptance tests                           |  
[31mFAIL [0m |
27 critical tests, 21 passed, 6 failed
27 tests total, 21 passed, 6 failed
==============================================================================
Output:  
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/atest/results/jython/output.xml>
Log:     
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/atest/results/jython/log.html>
Report:  
<http://robot.radiaatto.ri.fi/job/RobotFramework-Jython/ws/atest/results/jython/report.html>
Build step 'Execute shell' marked build as failure
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to