Skip to content

Commit

Permalink
marking known bug. refs #14496
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 13, 2024
1 parent 700c8a4 commit 66f285b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

[Reported by erdm_ja at 13Mar09:10:57]
search_string:veh0
trigger_on_absence:1
search_file:errors
full_description:rerouting only triggered on entering rerouter edge
brief_description:see #14496
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on Fri Jun 6 13:06:53 2014 by SUMO sumo Version dev-SVN-r16550
<!-- generated on 2024-03-13 09:09:59 by Eclipse SUMO sumo Version v1_19_0+1243-700c8a4feb5
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
Expand All @@ -15,16 +20,22 @@ SPDX-License-Identifier: EPL-2.0
</input>
<output>
<write-license value="true"/>
<vehroute-output value="vehroutes.xml"/>
</output>
<time>
<begin value="0"/>
</time>
<processing>
<ignore-route-errors value="true"/>
<default.speeddev value="0"/>
</processing>
<report>
<xml-validation value="never"/>
<no-duration-log value="true"/>
<duration-log.disable value="true"/>
<no-step-log value="true"/>
</report>
Expand All @@ -36,8 +47,12 @@ SPDX-License-Identifier: EPL-2.0
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="veh0" depart="0.00" arrival="199.00">
<route edges="beg beg2left left left2end end rend"/>
<vehicle id="veh0" depart="0.00" arrival="172.00">
<route edges="beg beg2left left"/>
</vehicle>

<vehicle id="veh1" depart="51.00" arrival="178.00">
<route edges="beg beg2left left"/>
</vehicle>

</routes>

0 comments on commit 66f285b

Please sign in to comment.