08Oct20rv1_7_0+0542-7b00c81d09 - detailed test results for DUAROUTER

To reconnect the TextTest GUI to these results, run:

texttest.exe -a duarouter -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64Dtexttesttmp\msvc16x64D.31Oct070353.6596 -g

To start TextTest for these tests, run:

texttest.exe -a duarouter -d C:\Users\delphi\testreports\sumo\git\tests


default: 511 tests: 505 succeeded 4 FAILED 2 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-wintest-ba : person personTrip taxi longTaxiWait ( Last six runs Oct2020 )

---------- Differences in errors ----------
0a1,6
> Error: On processing option '--persontrip.taxi.waiting-time':
>  No option with the name 'persontrip.taxi.waiting-time' exists.
> Error: The parameter '3600' is not allowed in this context.
>  Switch or parameter name expected.
> Error: Could not parse commandline options.
> Quitting (on error).
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
1
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>

-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00">
        <personTrip from="A0B0" to="B1A1" modes="taxi" walkFactor="0.75" costs="1433.70"/>
    </person>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>

-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00">
        <walk edges="A0B0 B0B1 B1A1"/>
    </person>
</routes>

TEST FAILED on ts-sim-wintest-ba : person personTrip taxi walk_first_longTaxiWait ( Last six runs Oct2020 )

---------- Differences in errors ----------
0a1,6
> Error: On processing option '--persontrip.taxi.waiting-time':
>  No option with the name 'persontrip.taxi.waiting-time' exists.
> Error: The parameter '3600' is not allowed in this context.
>  Switch or parameter name expected.
> Error: Could not parse commandline options.
> Quitting (on error).
---------- Differences in output ----------
1d0
< Success.
---------- New result in exitcode ----------
1
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>

-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00">
        <personTrip from="accessA" to="B0B1" modes="taxi" walkFactor="0.75" costs="966.93"/>
    </person>
    <person id="p_mustwalk" depart="10.00">
        <personTrip from="accessA" to="B0B1" modes="car" walkFactor="0.75" costs="966.93"/>
    </person>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>

-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <person id="p0" depart="0.00">
        <walk edges="accessA A0B0 B0B1"/>
    </person>
    <person id="p_mustwalk" depart="10.00">
        <walk edges="accessA A0B0 B0B1"/>
    </person>
</routes>

TEST FAILED on ts-sim-wintest-ba : person personTrip taxi walk_first_transferTaxi ( Last six runs Oct2020 )

---------- Differences in alts ----------
7c7
<         <personTrip from="accessA" to="B0B1" modes="taxi" walkFactor="0.75" costs="334.65 106.94 0.00"/>
---
>         <personTrip from="accessA" to="B0B1" modes="taxi" walkFactor="0.75" costs="34.65 106.94 0.00"/>

TEST FAILED on ts-sim-wintest-ba : person personTrip walk_via_trainStop_ride_taxi ( Last six runs Oct2020 )

---------- Differences in routes ----------
8d7
<         <walk edges="A0A1"/>

Detailed information for the tests that had known bugs:

TEST had known bugs (see #6113) on ts-sim-wintest-ba : errors skip_new_routes_defect ( Last six runs Oct2020 )

Error not found
(This bug was triggered by FAILING to find text in file 'errors' matching 'Error')
---------- Differences in alts ----------
13c13
<             <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/>
---
>             <route cost="53.96" probability="1.00000000" edges="beg end rend"/>
---------- Differences in errors ----------
1d0
< Error: Vehicle '9' has no valid route. No connection between edge 'beg' and edge 'end'.
---------- Differences in routes ----------
10c10
<         <route edges="beg middle end rend"/>
---
>         <route edges="beg end rend"/>

TEST had known bugs (see #5821) on ts-sim-wintest-ba : person personTrip ride_trip_access ( Last six runs Oct2020 )

inconsistent input handling
(This bug was triggered by text found in file 'errors' matching 'No route')
---------- Differences in alts ----------
5,12c5
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <person id="p0" depart="400.00">
<         <stop busStop="stopB_S" duration="0.10"/>
<         <ride cost="138.90" busStop="stopA_S" lines="tBA" intended="trainBA.0" depart="439.00"/> <!-- A -->
<         <walk cost="29.31" edges="accessA" departPos="800.00" busStop="stopA_E"/> <!-- A -->
<         <walk cost="1150.53" edges="accessA A0B0 accessC" departPos="300.00" busStop="stopC_E"/> <!-- C -->
<     </person>
< </routes>
---
> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/>
---------- Differences in errors ----------
0a1,3
> Warning: No connection between edge 'stopA_E' and edge 'accessC_arrival_connector' found.
> Error: No route for trip in person 'p0'.
> Quitting (on error).
---------- Differences in output ----------
1d0
< Success.
---------- Differences in routes ----------
5,12c5
< <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<     <person id="p0" depart="400.00">
<         <stop busStop="stopB_S" duration="0.10"/>
<         <ride busStop="stopA_S" lines="tBA" intended="trainBA.0" depart="439.00"/> <!-- A -->
<         <walk edges="accessA" departPos="800.00" busStop="stopA_E"/> <!-- A -->
<         <walk edges="accessA A0B0 accessC" departPos="300.00" busStop="stopC_E"/> <!-- C -->
<     </person>
< </routes>
---
> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/>
---------- New result in exitcode ----------
1