Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgtap test use sampledata #2559

Merged
merged 8 commits into from
Sep 21, 2023

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
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 merged commit 839b887 into pgRouting:main Sep 21, 2023
16 checks passed
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants