summaryrefslogtreecommitdiff
path: root/test/end-to-end/computed-roots
AgeCommit message (Collapse)Author
2025-01-23Add basic end-to-end test on progress reportingKlaus Aehlig
2025-01-22Add basic end-to-end test for absent computed rootsKlaus Aehlig
2025-01-14Fix typo in log messageKlaus Aehlig
2024-12-19Test just-mr properly updates config for computed rootsMaksim Denisov
2024-12-12Regression test for build parameters in computed rootsKlaus Aehlig
It used to be the case, that the option -P was forwarded to the build of computed roots. Add a test verifying we're not regressing there again.
2024-12-11Add test verifying the upload of the log for failed root computationKlaus Aehlig
2024-12-10Add a test building against computed roots with absent base repositoryKlaus Aehlig
2024-12-09Add a test verifying that only artifacts are taken for computed rootsKlaus Aehlig
2024-12-04Adapt remote test check for actual root-level cache hitsKlaus Aehlig
2024-12-03JustMR: test computed overlay reposMaksim Denisov
2024-12-02Add test verifying that computed-root build are sharded properlyKlaus Aehlig
2024-11-28Add basic test ensuring computed roots work for remote buildingKlaus Aehlig
While still doing some unnecessary file operations in the local build root, computed roots work also for remote execution, both in native and in compatible mode, also for roots with non-trivial depth. Add a basic test ensuring we do not regress there.
2024-11-28computed roots: add test verifying error reportingKlaus Aehlig
2024-11-27computed roots: enforce export targets of content-fixed reposKlaus Aehlig
... and look up values in cache, if possible.
2024-11-27JustMR: Test setup of computed rootsMaksim Denisov
2024-11-22AnalyseAndBuild: also write target-level cache entriesKlaus Aehlig
While there, also clean up the analysis result as soon as it is no longer needed.
2024-11-21Computed-roots evaluation: improve reportingKlaus Aehlig
For subcomputations add the log to CAS and only report the blob identifier. Also, indicate at the beginning, that computed roots are to be computed. While there, simplify code by using the ToString() method of computed roots.
2024-11-21Add basic test for computed rootsKlaus Aehlig