Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-13 | with-serve test runner: do not rely on readdir order | Klaus Aehlig | |
2024-02-05 | end-to-end tests with remote (and serve) endpoint: inhert PATH | Klaus T. Aehlig | |
... in the local launcher for the execution end point. In this way, the tests also work on systems where sh does not pull in enough paths to have all the "usual" tools available. To also get a correct path on systems relying on sh pulling in enough paths, take what sh, launched with the default launcher, would believe the path is. | |||
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. | |||
2023-12-07 | test rule with_serve: Pass also the commit trees to the test script | Paul Cristian Sarbu | |
2023-11-16 | test: Check that serve service works in compatible mode | Paul Cristian Sarbu | |
Added compatibility envariable to the with_serve rule, guarded tests using --fetch-absent such that they run only in native mode, and made all serve-service tests aware of the compatibility flag. | |||
2023-11-15 | test end-to-end: Expose the serve build root in the test environment | Paul Cristian Sarbu | |
This will allow end-to-end tests to pre-populate the serve build root if needed. | |||
2023-11-15 | test end-to-end: Cleanup of with_serve runner Python script | Paul Cristian Sarbu | |
2023-11-02 | serve test runner: Fix style and missing counter increment | Paul Cristian Sarbu | |
2023-10-20 | with_serve_test_runner.py: terminate serve process at the end | Alberto Sartori | |
2023-09-15 | Add an end-to-end test for fetching absent roots | Klaus Aehlig | |
2023-09-15 | Add infrastructure for end-to-end tests using just serve | Klaus Aehlig | |