03Jul14r16700 - detailed test results for DUAROUTER

To reconnect the TextTest GUI to these results, run:

texttest -a duarouter -d /home/delphi/extraClangDebug/sumo/tests -reconnect /home/delphi/extraClangDebug/texttesttmp/extra_clang3_64D.03Nov114349.1920512 -g

To start TextTest for these tests, run:

texttest -a duarouter -d /home/delphi/extraClangDebug/sumo/tests


default: 337 tests: 331 succeeded 3 known bugs 3 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8.traffictower : meta help ( Last six runs Jul2014 )

---------- Differences in output ----------
50c50,54
<                                      'astar']
---
>                                      'astar', 'bulkstar', 'CH', 'CHWrapper']
>   --weight-period TIME             Aggregation period for the given weight
>                                      files;
>                                      triggers rebuilding of Contraction
>                                      Hierarchy

TEST FAILED on ts-simulation8.traffictower : meta write_template_commented_full ( Last six runs Jul2014 )

---------- Differences in cfg ----------
93c93
<         <!-- Select among routing algorithms ['dijkstra', 'astar'] -->
---
>         <!-- Select among routing algorithms ['dijkstra', 'astar', 'bulkstar', 'CH', 'CHWrapper'] -->
94a95,97
> 
>         <!-- Aggregation period for the given weight files; triggers rebuilding of Contraction Hierarchy -->
>         <weight-period value="3600" type="TIME"/>

TEST FAILED on ts-simulation8.traffictower : meta write_template_full ( Last six runs Jul2014 )

---------- Differences in cfg ----------
41c41,42
<         <routing-algorithm value="dijkstra" type="STR" help="Select among routing algorithms ['dijkstra', 'astar']"/>
---
>         <routing-algorithm value="dijkstra" type="STR" help="Select among routing algorithms ['dijkstra', 'astar', 'bulkstar', 'CH', 'CHWrapper']"/>
>         <weight-period value="3600" type="TIME" help="Aggregation period for the given weight files; triggers rebuilding of Contraction Hierarchy"/>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #1040) on ts-simulation8.traffictower : errors unknown_vType ( Last six runs Jul2014 )

should warn about unknown vType
(This bug was triggered by FAILING to find text in file 'errors' matching 'Error')
---------- Differences in errors ----------
1,2d0
< Error: Unknown vehicle type 'foo'
< Quitting (on error).
---------- Differences in output ----------
0a1
> Success.
---------- New result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="foo" depart="0.00">
        <routeDistribution last="0">
            <route cost="107.91" probability="1.00000000" edges="beg middle end"/>
        </routeDistribution>
    </vehicle>
</routes>
---------- New result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>


<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/routes_file.xsd">
    <vehicle id="0" type="foo" depart="0.00">
        <route edges="beg middle end"/>
    </vehicle>
</routes>
---------- Missing result in exitcode ----------
1

TEST had known bugs (see #1040) on ts-simulation8.traffictower : errors unknown_vType_ignore ( Last six runs Jul2014 )

should warn about unknown vType
(This bug was triggered by FAILING to find text in file 'errors' matching 'Warning')
---------- Differences in errors ----------
1d0
< Warning: Ignoring uknown vehicle type 'foo'

TEST had known bugs (see #1271) on ts-simulation8.traffictower : flows 100s_interval_repair_edges ( Last six runs Jul2014 )

flows should support routes with explicit edges
(This bug was triggered by text found in file 'exitcode' matching '1')
---------- Differences in alts ----------
6,52c6,8
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<     <vehicle id="0.1" depart="10.00">
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<     <vehicle id="0.2" depart="20.00">
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<     <vehicle id="0.3" depart="30.00">
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<     <vehicle id="0.4" depart="40.00">
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<     <vehicle id="0.5" depart="50.00">
<         <routeDistribution last="0">
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
<         </routeDistribution>
<     </vehicle>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,4
> Error: Attribute 'from' is missing in definition of flow '0'.
> Error: Attribute 'to' is missing in definition of flow '0'.
> Error: Vehicle's '0' route has no edges.
> Quitting (on error).
---------- Differences in output ----------
1d0
< Success.
---------- Differences in routes ----------
8,34d7
<     <vehicle id="0.1" depart="10.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.2" depart="20.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.3" depart="30.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.4" depart="40.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.5" depart="50.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.6" depart="60.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.7" depart="70.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.8" depart="80.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
<     <vehicle id="0.9" depart="90.00">
<         <route edges="beg middle end rend"/>
<     </vehicle>
---------- New result in exitcode ----------
1