diff options
| author | User <hukl@cccms.ccc.de> | 2011-02-10 14:23:36 +0100 |
|---|---|---|
| committer | User <hukl@cccms.ccc.de> | 2011-02-10 14:23:36 +0100 |
| commit | 384b187e9e067ddf2bb4d5fad0c2deaf96f69c89 (patch) | |
| tree | cf743f377d3e2e28a31ae0359d95f37beba82cc3 /vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature | |
| parent | 3d0de09cf94cee6233b36a7f5ce20d5059854acc (diff) | |
| parent | cec2b1e2881db0000b2a09029154bea0fc62ade3 (diff) | |
Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature')
| -rw-r--r-- | vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature b/vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature deleted file mode 100644 index a14f43a..0000000 --- a/vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | Feature: Manually updating Sphinx indexes to handle uncaught deletions | ||
| 2 | In order to keep indexes as up to date as possible | ||
| 3 | Thinking Sphinx | ||
| 4 | Should automatically update the indexes and retry the search if it gets a nil result | ||
| 5 | |||
| 6 | Scenario: Changing retry_stale settings | ||
| 7 | Given Sphinx is running | ||
| 8 | And I am searching on gammas | ||
| 9 | Then I should not get 0 results | ||
| 10 | |||
| 11 | When I set retry stale to false | ||
| 12 | And I set per page to 1 | ||
| 13 | And I order by "sphinx_internal_id ASC" | ||
| 14 | And I destroy gamma one without callbacks | ||
| 15 | Then I should get a single result of nil | ||
| 16 | |||
| 17 | When I set retry stale to 1 | ||
| 18 | Then I should get a single gamma result with a name of two | ||
| 19 | |||
| 20 | When I destroy gamma two without callbacks | ||
| 21 | Then I should get a single result of nil | ||
| 22 | |||
| 23 | When I set retry stale to true | ||
| 24 | Then I should get a single gamma result with a name of three | ||
