You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As rack-attack developers We want rack-attack integration with different cache store backends to be tested by acceptance test cases, which test from the gem user perspective So that we can be fairly confident that there are no user-facing regressions for each merged PR and release And is clearer which are the actually working cache store backends
Stores that are being tested in spec/integration/rack_attack_cache_spec.rb
(follow-up of #293)
As rack-attack developers
We want rack-attack integration with different cache store backends to be tested by acceptance test cases, which test from the gem user perspective
So that we can be fairly confident that there are no user-facing regressions for each merged PR and release
And is clearer which are the actually working cache store backends
Stores that are being tested in
spec/integration/rack_attack_cache_spec.rb
ActiveSupport::Cache::MemCacheStore
(viaactivesupport
) (Acceptance test use of ActiveSupport::Cache::MemCacheStore #343)ActiveSupport::Cache::RedisCacheStore
(viaactivesupport
) (Acceptance test use of ActiveSupport::Cache::RedisCacheStore #341)Dalli::Client
(viadalli
) (Acceptance test supported cache store backends #360)ConnectionPool.new { Dalli::Client.new }
(viaconnection_pool
anddalli
) (Acceptance test supported cache store backends #360)ActiveSupport::Cache::DalliStore
(viadalli
) (Acceptance test supported cache store backends #360)Redis::Store
(viaredis-store
) (Acceptance test supported cache store backends #360)ActiveSupport::Cache::RedisStore
(viaredis-activesupport
) (Acceptance test supported cache store backends #360)ActiveSupport::Cache::MemoryStore
(viaactivesupport
) (Acceptance test supported cache store backends #360)The text was updated successfully, but these errors were encountered: