Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | Extend serve-many test to also use non-top-level export targets | Klaus Aehlig | |
2024-04-16 | Add test verifying serve build logs contain error messages | Klaus Aehlig | |
2024-03-22 | Add a test verifying that absent export targets are deduplicated correctly | Klaus Aehlig | |
2024-03-20 | Extend serve tests to cover both, standalone serve and separate remote execution | Klaus Aehlig | |
2024-03-19 | Add test to check handling of failed serve endpoint builds | Paul Cristian Sarbu | |
2024-03-14 | Add end-to-end test with serve building several targets | Klaus Aehlig | |
... simultaneously, in order to find race conditions during the build. | |||
2024-02-27 | test just-mr and serve: Check distdir repository root creation | Paul Cristian Sarbu | |
Extends test coverage for the interaction between 'just-mr setup' and the serve endpoint for distdir repositories. | |||
2024-02-27 | test just-mr and serve: Check git-tree repository root creation | Paul Cristian Sarbu | |
Extends test coverage for the interaction between 'just-mr setup' and the serve endpoint for git-tree repositories. | |||
2024-02-27 | test just-mr and serve: Check file repository to_git root creation | Paul Cristian Sarbu | |
Extends test coverage for the interaction between 'just-mr setup' and the serve endpoint for file repositories with to_git pragma. | |||
2024-02-27 | test just-mr and serve: Check git repository root creation | Paul Cristian Sarbu | |
Extends test coverage for the interaction between 'just-mr setup' and the serve endpoint for git repositories. | |||
2024-02-27 | test just-mr and serve: Check archive repository root creation | Paul Cristian Sarbu | |
Extends test coverage for the interaction between 'just-mr setup' and the serve endpoint for archive repositories. | |||
2024-02-01 | Add end-to-end test describing absent export targets | Klaus Aehlig | |
2024-01-26 | serve tree test: extend to use a separate target root | Klaus Aehlig | |
2024-01-09 | test end-to-end: Check that serve endpoint correctly dispatches builds | 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. | |||
2023-12-20 | Add end-to-end test serving a tree target from an archive root | Klaus Aehlig | |
2023-12-12 | test: Check tc sharding if 'just serve' acts also as 'just execute' | Paul Cristian Sarbu | |
2023-12-05 | test: Check remote build via just serve | Paul Cristian Sarbu | |
2023-11-15 | just-serve: add end-to-end tests | Alberto Sartori | |
serve_target_remote_build.sh should be updated once just-serve can orchestrate the remote build |