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

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    033b94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7628053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5bf342 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. [pgtap] Using sampledata on the pgtap directories

    * 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
    cvvergara committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f3d7ec3 View commit details
    Browse the repository at this point in the history
  2. [pgtap] Using sampledata on 4 directories

    * 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 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d77eb8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4915b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d4f183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d31cc9a View commit details
    Browse the repository at this point in the history