Skip to content
Snippets Groups Projects

Broadcast message stale cache on different Gitlab revisions

Compare and Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -427,6 +427,8 @@
@@ -427,6 +427,8 @@
# delete on original cache
# delete on original cache
stub_const('Gitlab::JsonCache::STRATEGY_KEY_COMPONENTS', old_strategy_value)
stub_const('Gitlab::JsonCache::STRATEGY_KEY_COMPONENTS', old_strategy_value)
 
# validate seed and cache used - this adds another hit and shouldn't will be fixed with append write concept
 
described_class.current
message.destroy!
message.destroy!
# 3rd non-cache hit due to flushing of cache on current Gitlab.revision
# 3rd non-cache hit due to flushing of cache on current Gitlab.revision
Loading