Sha256: 19f5ffe8fed0132995431bbb2731245688cc062c1b1f85d867422a965fc6d73c
Contents?: true
Size: 1.1 KB
Versions: 18
Compression:
Stored size: 1.1 KB
Contents
Feature: Delayed Delta Indexing In order to have delta indexing on frequently-updated sites Developers Should be able to use delayed_job to handle delta indexes to lower system load Scenario: Delta Index should not fire automatically Given Sphinx is running And I am searching on delayed betas When I search for one Then I should get 1 result When I change the name of delayed beta one to eleven And I wait for Sphinx to catch up And I search for one Then I should get 1 result When I search for eleven Then I should get 0 results Scenario: Delta Index should fire when jobs are run Given Sphinx is running And I am searching on delayed betas When I search for one Then I should get 1 result When I change the name of delayed beta two to twelve And I wait for Sphinx to catch up And I search for twelve Then I should get 0 results When I run the delayed jobs And I wait for Sphinx to catch up And I search for twelve Then I should get 1 result When I search for two Then I should get 0 results
Version data entries
18 entries across 18 versions & 8 rubygems