21Aug14r16903 - detailed test results for TRACI
(To start TextTest for these tests, run 'texttest -a traci -d /home/delphi/sumo/tests')
default: 510 tests: 509 succeeded 1 FAILED
Detailed information for the tests that FAILED:
---------- Differences in errors ----------
0a1,10
> Quitting (on error).
> Server hangs and does not answer connection requests
> Traceback (most recent call last):
> File "/home/delphi/sumo/tests/tracirunner.py", line 61, in <module>
> serverprocess.kill()
> File "/usr/lib64/python2.7/subprocess.py", line 1537, in kill
> self.send_signal(signal.SIGKILL)
> File "/usr/lib64/python2.7/subprocess.py", line 1527, in send_signal
> os.kill(self.pid, sig)
> OSError: [Errno 3] No such process
---------- Differences in testclient_out ----------
2,101c2
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
<
< -> Command sent: <SimulationStep2>:
<truncated after showing first 30 lines>
---------- New result in exitcode ----------
1
---------- Missing result in net_state ----------
<?xml version="1.0" encoding="UTF-8"?>
<netstate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/netstate_file.xsd">
<timestep time="0.00">
<edge id="e_m5">
<lane id="e_m5_0">
<vehicle id="veh0" pos="0.00" speed="0.00"/>
</lane>
<lane id="e_m5_1"/>
<lane id="e_m5_2"/>
</edge>
</timestep>
<timestep time="1.00">
<edge id="e_m5">
<lane id="e_m5_0">
<vehicle id="veh0" pos="0.44" speed="0.44"/>
</lane>
<lane id="e_m5_1"/>
<lane id="e_m5_2"/>
</edge>
</timestep>
<timestep time="2.00">
<edge id="e_m5">
<lane id="e_m5_0">
<vehicle id="veh0" pos="1.40" speed="0.96"/>
</lane>
<lane id="e_m5_1"/>
<lane id="e_m5_2"/>
</edge>
<truncated after showing first 30 lines>
---------- Missing result in vehroutes ----------
<?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="veh0" type="vType1" depart="0.00" arrival="78.00">
<routeDistribution>
<route replacedOnEdge="e_m5" replacedAtTime="30.00" probability="0" edges="e_m5 e_m6 e_shape1"/>
<route edges="e_m5 e_m6 e_shape0"/>
</routeDistribution>
</vehicle>
</routes>