mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
DEV: save missing s3 uploads count in redis
This commit is contained in:
@ -75,6 +75,7 @@ describe "S3Inventory" do
|
||||
end
|
||||
|
||||
expect(output).to eq("#{upload.url}\n1 of 4 uploads are missing\n")
|
||||
expect($redis.get("missing_s3_uploads")).to eq("1")
|
||||
end
|
||||
|
||||
it "should backfill etags to uploads table correctly" do
|
||||
|
Reference in New Issue
Block a user