adjust datastore testing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@routing @bad
|
||||
@routing @bad @testbot
|
||||
Feature: Handle bad data in a graceful manner
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @basic
|
||||
@routing @basic @testbot
|
||||
Feature: Basic Routing
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @bearing
|
||||
@routing @bearing @testbot
|
||||
Feature: Compass bearing
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @bearing_param @todo
|
||||
@routing @bearing_param @todo @testbot
|
||||
Feature: Bearing parameter
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @graph
|
||||
@routing @graph @testbot
|
||||
Feature: Geometry Compression
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @datastore
|
||||
@routing @datastore @testbot
|
||||
Feature: Temporary tests related to osrm-datastore
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @distance
|
||||
@routing @distance @testbot
|
||||
Feature: Distance calculation
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @fastest
|
||||
@routing @fastest @testbot
|
||||
Feature: Choosing fastest route
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing
|
||||
@routing @testbot
|
||||
Feature: Retrieve geometry
|
||||
|
||||
Background: Use some profile
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @graph
|
||||
@routing @graph @testbot
|
||||
Feature: Basic Routing
|
||||
#Test the input data descibed on https://github.com/DennisOSRM/Project-OSRM/wiki/Graph-representation
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @726
|
||||
@routing @726 @testbot
|
||||
Feature: Avoid weird loops caused by rounding errors
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @origin
|
||||
@routing @origin @testbot
|
||||
Feature: Routing close to the [0,0] origin
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @penalty @signal
|
||||
@routing @penalty @signal @testbot
|
||||
Feature: Penalties
|
||||
# Testbot uses a signal penalty of 7s.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @planetary
|
||||
@routing @planetary @testbot
|
||||
Feature: Distance calculation
|
||||
|
||||
Scenario: Approximated Longitudinal distances at equator
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @projection
|
||||
@routing @projection @testbot
|
||||
Feature: Projection to nearest point on road
|
||||
# Waypoints are projected perpendiculary onto the closest road
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @pbf
|
||||
@routing @pbf @testbot
|
||||
Feature: Importing protobuffer (.pbf) format
|
||||
# Test normally read .osm, which is faster than .pbf files,
|
||||
# since we don't need to use osmosis to first convert to .pbf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @snap
|
||||
@routing @snap @testbot
|
||||
Feature: Snap start/end point to the nearest way
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @status
|
||||
@routing @status @testbot
|
||||
Feature: Status messages
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @time
|
||||
@routing @time @testbot
|
||||
Feature: Estimation of travel time
|
||||
# Testbot speeds:
|
||||
# Primary road: 36km/h = 36000m/3600s = 100m/10s
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @turns
|
||||
@routing @turns @testbot
|
||||
Feature: Turn directions/codes
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @utf
|
||||
@routing @utf @testbot
|
||||
Feature: Handling of UTF characters
|
||||
|
||||
Background:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@routing @uturn @via
|
||||
@routing @uturn @via @testbot
|
||||
Feature: U-turns at via points
|
||||
|
||||
Background:
|
||||
|
||||
Reference in New Issue
Block a user