cvvergara on develop
osm2pgrouting as the preferred … (compare)
doc-check.yml
.
Btw in documentation.yml
on:
push:
branches:
- main
tags:
- '*'
The main
branch does not exist yet, it is still the master
branch
'docqueries/version/test.conf' => [
{
'comment' => 'pgr_createTopology, pgr_analyzegraph, and pgr_analyzeOneway tests for any versions.',
'docqueries/version/doc-full_version.test.sql' => 'FAILED: 8,9c8,9
< ---------+------------+--------------+-----------------+------------------------+------------------------------------------------+-----------+--------+------------
< 3.1.3 | Release | 2021/01/22 | pgrouting-3.1.3 | Linux-5.4.0-62-generic | PostgreSQL 12.5 (Ubuntu 12.5-0ubuntu0.20.04.1) | GNU-8.4.0 | 1.71.0 | d8d4850af1
---
> ---------+------------+--------------+-----------------+------------------------+---------------------------------------------+-----------+--------+-----------
> 3.1.3 | Release | 2021/02/23 | pgrouting-3.1.3 | Linux-5.4.0-58-generic | PostgreSQL 13.2 (Ubuntu 13.2-1.pgdg20.04+1) | GNU-9.3.0 | 1.71.0 | 3b5d8d318',
'docqueries/version/doc-version.test.sql' => 'Passed'
}
],
That uses docqueries
directory, which uses the current version to generate all the queries results you see on the documentation.
Of course it fails, on that particular "test" which is not a test, it is what you find in
1) you are compiling on 2021/02/23
2) the Linux you are using is Linux-5.4.0-58-generic
3) you are using postgres 13
4) your compiler is GNU-9.3.0
5) and the hash that was used to compile is 3b5d8d318
The real tests are on the pgtap directory
That uses
docqueries
directory, which uses the current version to generate all the queries results you see on the documentation.Of course it fails, on that particular "test" which is not a test, it is what you find in
1) you are compiling on2021/02/23
2) the Linux you are using isLinux-5.4.0-58-generic
3) you are using postgres 13
4) your compiler is GNU-9.3.0
5) and the hash that was used to compile is3b5d8d318
The real tests are on the pgtap directory
Got it.
You mean this test :
createdb -U <user> ___pgr___test___
sh ./tools/testers/pg_prove_tests.sh <user>
dropdb -U <user> ___pgr___test___
??
boost::brandes_betweenness_centrality
algorithm. However, considering the running time of the algorithm - O(V(V+E)logV) I am not sure if it will be feasible for large graphs. Do you think it will be a good idea to go ahead with this?