Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-13 | Test: Add GC test for export targets | Oliver Reiche | |
2023-03-13 | Test: Extend basic GC test by link count check | Oliver Reiche | |
2023-03-13 | Test: Extend basic GC test for compatible | Oliver Reiche | |
2023-01-20 | Add basic end-to-end test for just gc | Klaus Aehlig | |
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. |