aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/projectstore-tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tighten up projectstore test wrt use of REQUIRE vs CHECKStefan Boberg12 days1-17/+17
|
* ZenServerProcess API changes (#719)Stefan Boberg2026-01-191-1/+1
| | | | | | | This refactor aims to improve the `ZenServerProcess` classes by making them useful for managing child zenserver instances in more scenarios than just automated tests. This involves changing some functions to not talk about "test directory" and instead use "data directory" etc As a consequence of the API changes, some tests have changed accordingly. The code includes som reference to the "hub" mode but there is not yet any other code using this mode, it's just included in this PR to simplify future merges.
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-031-0/+3
| | | | * move buildstorage implementations to zenremotestore lib * move builds storage to zenremotelib
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-021-1/+1
| | | | | likely fall-out from HttpClient refactor. The content type used to be explicit via headers but is now taken from the `IoBuffer` also fixed issue which meant the original request session ID would also not be propagated as intended
* split zenserver-test monolith into multiple source files (#528)Stefan Boberg2025-09-291-0/+1055