Invalidate specific cached artifact using rm cache/{SWHID}
Fix T2889.
Paths
| Differential D4795 Authored by haltode on Dec 28 2020, 3:13 PM.
Details
Summary Invalidate specific cached artifact using rm cache/{SWHID} Fix T2889.
Diff Detail
Event TimelineHerald added a reviewer: Reviewers. · View Herald TranscriptDec 28 2020, 3:13 PM2020-12-28 15:13:24 (UTC+1) Comment Actions Build is green Patch application report for D4795 (id=16971)Rebasing onto 4b304d38ee... Current branch diff-target is up to date. Changes applied before testcommit 393876babe7b8bd14e5538e4c852d60c4f37f5fe Author: Thibault Allançon <haltode@gmail.com> Date: Thu Dec 17 16:48:40 2020 +0100 cache: add support to remove individual objects Invalidate specific cached artifact using `rm cache/{SWHID}` Fix T2889. See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/250/ for more details. Harbormaster completed remote builds in B18108: Diff 16971.Dec 28 2020, 3:17 PM2020-12-28 15:17:19 (UTC+1) zack added inline comments.
This revision now requires changes to proceed.Dec 28 2020, 4:09 PM2020-12-28 16:09:21 (UTC+1) haltode added inline comments.
Comment Actions Build is green Patch application report for D4795 (id=16972)Rebasing onto ae3a0e9760... First, rewinding head to replay your work on top of it... Applying: cache: add support to remove individual objects Changes applied before testcommit 872f11b543e767a1cfa198975755474f3168ff8e Author: Thibault Allançon <haltode@gmail.com> Date: Thu Dec 17 16:48:40 2020 +0100 cache: add support to remove individual objects Invalidate specific cached artifact using `rm cache/{SWHID}` Fix T2889. See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/251/ for more details. Harbormaster completed remote builds in B18110: Diff 16972.Dec 28 2020, 6:32 PM2020-12-28 18:32:55 (UTC+1) This revision is now accepted and ready to land.Dec 28 2020, 7:49 PM2020-12-28 19:49:31 (UTC+1) Comment Actions Build is green Patch application report for D4795 (id=16974)Rebasing onto ae3a0e9760... Current branch diff-target is up to date. Changes applied before testcommit bf87c60dd0003d9658ebe193a45f9bc0587e4887 Author: Thibault Allançon <haltode@gmail.com> Date: Thu Dec 17 16:48:40 2020 +0100 cache: add support to remove individual objects Invalidate specific cached artifact using `rm cache/{SWHID}` Fix T2889. See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/252/ for more details. Harbormaster completed remote builds in B18112: Diff 16974.Dec 29 2020, 10:19 AM2020-12-29 10:19:38 (UTC+1) Closed by commit rDFUSEbf87c60dd000: cache: add support to remove individual objects (authored by haltode). · Explain WhyDec 29 2020, 10:21 AM2020-12-29 10:21:13 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16972 swh/fuse/cache.py
swh/fuse/fs/entry.py
swh/fuse/fs/mountpoint.py
swh/fuse/fuse.py
swh/fuse/tests/test_cache.py
|