From a16cb8f9af371f56fdb5e6b5efd7cbdf9b03b72e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 17 Jan 2023 16:03:55 +0100 Subject: Add basic end-to-end test for just gc Run build and garbage collection end to end and verify two basic properties. - A target used after the the last gc is still available after another gc, and so are all its parts, even if the output is a single tree. - A target not used between to gc is purged from disk and disk space is not used any more. --- test/end-to-end/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/end-to-end/TARGETS') diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 577195ff..cbe27b67 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -31,6 +31,7 @@ , [["./", "target-cache", "TESTS"], "target-cache"] , [["./", "just-mr", "TESTS"], "just-mr"] , [["./", "git-import", "TESTS"], "git-import"] + , [["./", "gc", "TESTS"], "gc"] ] } } -- cgit v1.2.3