pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.17k stars 369 forks source link

newTSP failure on 32-bit pgRouting 2.5.4 #1098

Closed robe2 closed 5 years ago

robe2 commented 6 years ago

Expected behavior and actual behavior

This is on winnie's tests for 9.6, for 2.5.4 packaging https://winnie.postgis.net:444/job/pgRouting_PGVersionEDB/7824/console

`                                              ],
           'src/costMatrix/test/test.conf' => [
                                                {
                                                  'comment' => 'newTSP',
                                                  'src/costMatrix/test/doc-pgr_fooDmatrix-windows.test.sql' => 'FAILED: 267,268c267,268
<          1 |       3 |        6
<          1 |       4 |        5
---
>          1 |       3 |       12
>          1 |       4 |       12
270,271c270,271
<          2 |       3 |        5
<          2 |       4 |        4
---
>          2 |       3 |       10
>          2 |       4 |        9
274,275c274,275
<          3 |       4 |        3
<          4 |       1 |        3
---
>          3 |       4 |        5
>          4 |       1 |        5
290c290
<          1 |       4 |        3
---
>          1 |       4 |        5
297c297
<          4 |       1 |        3
---
>          4 |       1 |        5
315,318c315,318
<    1 |    1 |    1 |        0
<    2 |    2 |    1 |        1
<    3 |    3 |    1 |        2
<    4 |    4 |    3 |        3
---
>    1 |    1 |    2 |        0
>    2 |    3 |    1 |        2
>    3 |    4 |    2 |        3
>    4 |    2 |    1 |        5'
                                                }
                                              ],
           'z_crash' => 0,
           'z_fail' => 1,
           'z_pass' => 66
         };
cvvergara commented 6 years ago

Adding this issue to 2.5.5 milestone But, the important tests are done with pgTap, there are the tests about not crashing the server. Can you run those tests?