Skip to content

ways with length > 1000km makes osrm-routed hang #133

@emiltin

Description

@emiltin
  Scenario: 1000km distances            # features/distance.feature:262
    Given a grid size of 1000000 meters # features/step_definitions/data.rb:11
    Given the nodes                     # features/step_definitions/data.rb:15
      | a | b |
      |   | c |
    And the ways                        # features/step_definitions/data.rb:32
      | nodes |
      | abc   |
    When I route I should get           # features/step_definitions/routing.rb:189
      | from | to | route | distance |
      | a    | b  | abc   | 1000000  |
      | b    | a  | abc   | 1000000  |
      | b    | c  | abc   | 1000000  |
      | c    | b  | abc   | 1000000  |
      | a    | c  | abc   | 2000000  |
      | c    | a  | abc   | 2000000  |
 execution expired (#<Class:0x00000100aa36c8>)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions