12Jul15r18557 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.24Jul002312.31047 -g

To start TextTest for these tests, run:

texttest -a tools -d /home/delphi/sumo/tests


default: 231 tests: 229 succeeded 1 known bugs 1 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8 : import OSM server ( Last six runs Jul2015 )

---------- Differences in errors ----------
1390,1401c1390,1405
< Warning: Teleporting vehicle 'veh81'; waited too long (yield), lane='47016365#1_2', time=935.00.
< Warning: Vehicle 'veh81' ends teleporting on edge '301241483#0', time 935.00.
< Warning: Teleporting vehicle 'veh43'; waited too long (jam), lane='4612964#0_4', time=1085.00.
< Warning: Vehicle 'veh43' ends teleporting on edge '24992428', time 1087.00.
< Warning: Teleporting vehicle 'veh32'; waited too long (yield), lane='82654059#0_3', time=1179.00.
< Warning: Vehicle 'veh32' ends teleporting on edge '82654059#2', time 1179.00.
< Warning: Teleporting vehicle 'veh155'; waited too long (yield), lane='301733776_2', time=1183.00.
< Warning: Vehicle 'veh155' ends teleporting on edge '301733777#2', time 1183.00.
< Warning: Teleporting vehicle 'veh26'; waited too long (yield), lane='82654059#0_3', time=1484.00.
< Warning: Vehicle 'veh26' ends teleporting on edge '82654059#2', time 1484.00.
< Warning: Teleporting vehicle 'veh72'; waited too long (yield), lane='82654059#0_3', time=2021.00.
< Warning: Vehicle 'veh72' ends teleporting on edge '82654059#2', time 2021.00.
---
> Warning: Teleporting vehicle 'veh17'; waited too long (yield), lane='47016365#1_2', time=935.00.
> Warning: Vehicle 'veh17' ends teleporting on edge '301241483#0', time 935.00.
> Warning: Teleporting vehicle 'veh113'; waited too long (yield), lane='188046016#0_1', time=1048.00.
> Warning: Vehicle 'veh113' ends teleporting on edge '188046016#2', time 1048.00.
> Warning: Teleporting vehicle 'veh184'; waited too long (yield), lane='4612964#0_4', time=1059.00.
> Warning: Vehicle 'veh184' ends teleporting on edge '4612964#2', time 1059.00.
> Warning: Teleporting vehicle 'veh209'; waited too long (yield), lane='4612964#0_3', time=1176.00.
> Warning: Vehicle 'veh209' ends teleporting on edge '4612964#2', time 1176.00.
> Warning: Teleporting vehicle 'veh32'; waited too long (yield), lane='82654059#0_3', time=1180.00.
> Warning: Vehicle 'veh32' ends teleporting on edge '82654059#2', time 1180.00.
> Warning: Teleporting vehicle 'veh43'; waited too long (yield), lane='4612964#0_4', time=1363.00.
> Warning: Vehicle 'veh43' ends teleporting on edge '24992428', time 1365.00.
> Warning: Teleporting vehicle 'veh26'; waited too long (yield), lane='82654059#0_3', time=1485.00.
> Warning: Vehicle 'veh26' ends teleporting on edge '82654059#2', time 1485.00.
> Warning: Teleporting vehicle 'veh72'; waited too long (yield), lane='82654059#0_3', time=1820.00.
> Warning: Vehicle 'veh72' ends teleporting on edge '82654059#2', time 1820.00.
<truncated after showing first 30 lines>
---------- Differences in output ----------
161c161
< Simulation ended at time: 3750.00
---
> Simulation ended at time: 3569.00
168c168
< Teleports: 9 (Jam: 1, Yield: 8)
---
> Teleports: 11 (Yield: 11)
170c170
< DijkstraRouterTT answered 334 queries and explored 660.01 edges on average.
---
> DijkstraRouterTT answered 334 queries and explored 657.88 edges on average.

Detailed information for the tests that had known bugs:

TEST had known bugs (bug 1190 (new)) on ts-simulation8 : xml csv2xml cross3ltl_full_schema ( Last six runs Jul2015 )

******************************************************
Ticket #1190 (new defect: )
csv2xml cannot handle elements without attributes
http://sumo.dlr.de/trac.wsgi/ticket/1190
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: tools (python) Version: SVN
Description:
they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming
******************************************************
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,29d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <!-- generated on Tue Dec  3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
< 
<     <input>
<         <net-file value="net.net.xml"/>
<         <route-files value="input_routes.rou.xml"/>
<     </input>
< 
<     <output>
<         <full-output value="full.xml"/>
<     </output>
< 
<     <time>
<         <begin value="0"/>
<         <end value="120"/>
<     </time>
< 
<     <report>
<         <no-duration-log value="true"/>
<         <no-step-log value="true"/>
<     </report>
< 
< </configuration>
< -->
< 
<truncated after showing first 30 lines>