Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-20 | Test "serve-query-target-cache-value": adaopt to standalone | Klaus Aehlig | |
This test tries to demonstrate that even if the remote-execution has forgotten the action, the target-level cache of just serve will allow a successful build without repeating the action. It does it by cleaning the local build root of the remote-execution service. If, however, serve and execute are the same process, they also use the same local build root, so the target-level cache entry needs to be kept alive separately. | |||
2024-02-29 | end-to-end: Print envariables in all just serve tests | Paul Cristian Sarbu | |
...to help with debugging. | |||
2024-01-09 | analysis queries serve test: Extend to check we can install served target | Paul Cristian Sarbu | |
2023-12-20 | test: Serve endpoint provides tc value for cache misses | Paul Cristian Sarbu | |
During the analysis of export targets, if there is a local target cache miss, we should also interrogate the serve endpoint (if given) for the target cache value before proceeding with the analysis. For this test we have extended the "with_serve" runner to expose also the remote-execution build root to the test env. |