18Nov15r19369 - detailed test results for TRACI

To reconnect the TextTest GUI to these results, run:

texttest -a traci -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.30Nov001740.32402 -g

To start TextTest for these tests, run:

texttest -a traci -d /home/delphi/sumo/tests


default: 550 tests: 541 succeeded 9 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8 : get_variable Person VAR_LANEPOSITION ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=86  ObjectID=0 valueDataType=11 Double value: 125.00
---
>   CommandID=190  VariableID=86  ObjectID=0 valueDataType=11 Double value: 128.00

TEST FAILED on ts-simulation8 : get_variable Person VAR_LANEPOSITION_subseconds ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=86  ObjectID=0 valueDataType=11 Double value: 125.44
---
>   CommandID=190  VariableID=86  ObjectID=0 valueDataType=11 Double value: 128.00

TEST FAILED on ts-simulation8 : get_variable Person VAR_POSITION ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=66  ObjectID=0 valueDataType=1 position value: (1473.22,402.33)
---
>   CommandID=190  VariableID=66  ObjectID=0 valueDataType=1 position value: (1470.29,402.33)

TEST FAILED on ts-simulation8 : get_variable Person VAR_POSITION3D ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
10c10
<  x: 1473.22 y: 402.33 z: 0.00
---
>  x: 1470.29 y: 402.33 z: 0.00

TEST FAILED on ts-simulation8 : get_variable Person VAR_POSITION3D_subseconds ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
10c10
<  x: 1472.79 y: 402.33 z: 0.00
---
>  x: 1470.29 y: 402.33 z: 0.00

TEST FAILED on ts-simulation8 : get_variable Person VAR_POSITION_subseconds ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=66  ObjectID=0 valueDataType=1 position value: (1472.79,402.33)
---
>   CommandID=190  VariableID=66  ObjectID=0 valueDataType=1 position value: (1470.29,402.33)

TEST FAILED on ts-simulation8 : get_variable Person VAR_SPEED ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=64  ObjectID=0 valueDataType=11 Double value: 6.31
---
>   CommandID=190  VariableID=64  ObjectID=0 valueDataType=11 Double value: 7.00

TEST FAILED on ts-simulation8 : get_variable Person VAR_SPEED_subseconds ( Last six runs Nov2015 )

---------- Differences in testclient_out ----------
9c9
<   CommandID=190  VariableID=64  ObjectID=0 valueDataType=11 Double value: 6.88
---
>   CommandID=190  VariableID=64  ObjectID=0 valueDataType=11 Double value: 7.00

TEST FAILED on ts-simulation8 : set_variable Vehicle Signalling InvalidNode ( Last six runs Nov2015 )

---------- Differences in errors ----------
1c1,10
< Error: Answered with error to command 0xc4: Vehicle 'xxx' is not known
---
> Quitting (on error).
> Server hangs and does not answer connection requests
> Traceback (most recent call last):
>   File "/home/delphi/sumo/tests/tracirunner.py", line 65, in <module>
>     serverprocess.kill()
>   File "/usr/lib64/python2.7/subprocess.py", line 1555, in kill
>     self.send_signal(signal.SIGKILL)
>   File "/usr/lib64/python2.7/subprocess.py", line 1545, in send_signal
>     os.kill(self.pid, sig)
> OSError: [Errno 3] No such process
---------- Differences in testclient_out ----------
2,14c2
< 
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
< 
< -> Command sent: <SetValue>:
<   domID=196 varID=91 objID=xxx
< .. Answered with error to command (196), [description: Vehicle 'xxx' is not known]
< 
< -> Command sent: <SimulationStep2>:
< .. Command acknowledged (2), [description: ]
< 
< -> Command sent: <Close>:
< .. Command acknowledged (127), [description: ]
---
> ----
---------- 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.dlr.de/xsd/netstate_file.xsd">
    <timestep time="0.00">
        <edge id="4/1to3/1">
            <lane id="4/1to3/1_0">
                <vehicle id="0" pos="100.00" speed="10.00"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="1.00">
        <edge id="4/1to3/1">
            <lane id="4/1to3/1_0">
                <vehicle id="0" pos="110.00" speed="10.00"/>
            </lane>
        </edge>
    </timestep>
    <timestep time="2.00">
        <edge id="4/1to3/1">
            <lane id="4/1to3/1_0">
                <vehicle id="0" pos="120.00" speed="10.00"/>
            </lane>
        </edge>
    </timestep>
</netstate>