01Oct2013 - detailed test results for DUAROUTER
(To start TextTest for these tests, run 'texttest -a duarouter -d /home/delphi/sumo/tests')
default: 320 tests: 319 succeeded 1 known bugs
Detailed information for the tests that had known bugs:
TEST had known bugs (bug 988 (accepted)) on ts-simulation8 : function repair intermediate_unconnected_ignore_stops (
Last six runs
Jan2014
Dec2013
Nov2013
Oct2013
Sep2013
Aug2013
)
******************************************************
Ticket #988 (accepted defect: )
routing does not consider stops
http://sumo-sim.org/trac.wsgi/ticket/988
Reported By: namdre Owned by: behrisch
Priority: major Milestone: 0.19.0
Component: routing (DUAROUTER) Version: SVN
Description:
" * no errors if a vehicle's route does not pass the stop edges
* no consideration for stops when repairing routes"
******************************************************
(This bug was triggered by FAILING to find text in file 'errors' matching 'Mandatory edge')
---------- Differences in alts ----------
4a5,10
> <vehicle id="0_0" depart="0.00">
> <routeDistribution last="0">
> <route cost="125.22" probability="1.00000000" edges="absBeg beg2left left left2end end absEnd"/>
> </routeDistribution>
> <stop lane="middle_0" endPos="10.00" duration="10.00"/>
> </vehicle>
---------- Differences in errors ----------
2,4d1
< Error: Mandatory edge 'middle' not reachable by vehicle '0_0'.
< Error: The vehicle '0_0' has no valid route.
< Quitting (on error).
---------- Differences in routes ----------
4a5,8
> <vehicle id="0_0" depart="0.00">
> <route edges="absBeg beg2left left left2end end absEnd"/>
> <stop lane="middle_0" endPos="10.00" duration="10.00"/>
> </vehicle>