summaryrefslogtreecommitdiff
path: root/test/end-to-end/serve-service/data
AgeCommit message (Collapse)Author
2025-05-30Add test verifying that serve can handle deep treesKlaus Aehlig
Add a test testing the serve instance implicit to the "with serve" rule by asking it to build a target that creates an export target where the output is a deep tree.
2025-05-20Add end-to-end test that serve can handle canceled requestsKlaus 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-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-04-16Add test verifying serve build logs contain error messagesKlaus Aehlig
2024-03-19Add test to check handling of failed serve endpoint buildsPaul Cristian Sarbu
2024-03-14Add end-to-end test with serve building several targetsKlaus Aehlig
... simultaneously, in order to find race conditions during the build.
2024-02-01Add end-to-end test describing absent export targetsKlaus Aehlig
2024-01-09test end-to-end: Check that serve endpoint correctly dispatches buildsPaul Cristian Sarbu
2023-12-20Add end-to-end test serving a tree target from an archive rootKlaus Aehlig
2023-12-05test: Check remote build via just servePaul Cristian Sarbu