Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-20 | Add end-to-end test that serve can handle canceled requests | Klaus Aehlig | |
This test actually tests the serve process brought in by the ["end-to-end", "with serve"] rule. It starts several requests to serve and, while serve is still building those, stops the clients. The serve service should handle those aborted requests gracefully and afterwards still be ready to take on a new requests. | |||
2024-09-23 | Reorder dependencies and remove duplicates in OSS | Maksim Denisov | |
2024-04-16 | Add test verifying serve build logs contain error messages | 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-01 | Add end-to-end test describing absent export targets | Klaus Aehlig | |
2024-01-09 | test end-to-end: Check that serve endpoint correctly dispatches builds | Paul Cristian Sarbu | |
2023-12-20 | Add end-to-end test serving a tree target from an archive root | Klaus Aehlig | |
2023-12-05 | test: Check remote build via just serve | Paul Cristian Sarbu | |