mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Explicitly avoid all readonly protection and scoping
This commit is contained in:
@ -34,6 +34,8 @@ describe ApplicationRequest do
|
||||
|
||||
# flush will be deferred no error raised
|
||||
inc(:http_total, autoflush: 3)
|
||||
ApplicationRequest.write_cache!
|
||||
|
||||
$redis.slaveof("no", "one")
|
||||
|
||||
inc(:http_total, autoflush: 3)
|
||||
|
Reference in New Issue
Block a user