Skip to content

Conversation

@cvvergara
Copy link
Member

Sample data changed on june 2022, but the pgtap tests were still executed with the old sample data.

Use sample data from the documentation.
This PR makes use of the new sample data.

Additionally some improvements were done on some tests and small reorgainization on some files

  • astar
    • empty_combinations_empty_result.pg => empty_inner_queries_empty_result.pg
    • new test: compare_dijkstra/combinations.pg
  • dijkstra
    • deleted remaining_tests.pg that has duplicated tests
    • deleted issue_1152.pg that takes too long in time and resources and is not unit test
  • withPoints
    • new tests: allowed_driving_side.pg
  • allpairs
    • (compare_directed.pg, compare_undirected.pg) => compare_dijkstra.pg
  • bdAstar
    • deleted return_types_check.pg duplicated tests
  • contraction
    * (small_ids.pg, big_ids.pg, super_big_ids.pg) => id_size.pg

@cvvergara cvvergara added this to the Release 3.5.1 milestone Sep 19, 2023
@cvvergara cvvergara changed the title Taptest use sampledata main pgtap test use sampledata Sep 19, 2023
@cvvergara cvvergara force-pushed the taptest_use_sampledata_main branch from 9544bc1 to d660007 Compare September 20, 2023 03:19
@cvvergara
Copy link
Member Author

@cvvergara cvvergara marked this pull request as ready for review September 20, 2023 03:23
@cvvergara
Copy link
Member Author

I am double checking everything

Copy link
Contributor

@omshinde omshinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if I did a proper double checking, however the changes look good to me. Thanks @cvvergara :)

* allpairs
  * (compare_directed.pg, compare_undirected.pg) => compare_dijkstra.pg
* alpha_shape
* bdAstar
  * deleted return_types_check.pg duplicated tests keeping types_check.pg
* bdDijkstra
* bellman_ford
* chinese
* circuits
* coloring
* common
* components
* contraction
  * (small_ids.pg, big_ids.pg, super_big_ids.pg) => id_size.pg
* dagShortestPath
* dominator
* lineGraph
* max_flow
* mincut
* ordering
* pickDeliver
* planar
* spanningTree
* topologicalSort
* topology
* transitiveClosure
* traversal
* trsp
* tsp
* utilities
* version
* vrp_basic
* astar
  * empty_combinations_empty_result.pg => empty_inner_queries_empty_result.pg
  * new test: compare_dijkstra/combinations.pg
* dijkstra
  * deleted remaining_tests.pg that has duplicated tests
  * deleted issue_1152.pg that takes too long n time and resources and is not unit test
* ksp
* withPoints
  * new tests: allowed_driving_side.pg
@cvvergara cvvergara force-pushed the taptest_use_sampledata_main branch from 2e70cc8 to d31cc9a Compare September 21, 2023 14:33
@cvvergara cvvergara merged commit 839b887 into pgRouting:main Sep 21, 2023
@cvvergara cvvergara added the pgtap Related to pgtap label Sep 21, 2023
@cvvergara cvvergara deleted the taptest_use_sampledata_main branch February 4, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pgtap Related to pgtap

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants