aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/testutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* long filename support (#330)Dan Engelbrecht2025-03-311-5/+6
| | | - Bugfix: Long file paths now works correctly on Windows
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-0/+20
| | | Feature: Project store "getchunks" rpc call /prj/{project}/oplog/{log}/rpc extended to accept both CAS (RawHash) and Id (Oid) identifiers as well as partial ranges
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-4/+38
| | | | | | | | | | * set MaxBlockCount at init * properly calculate total size * basic blockstore compact blocks test * correct detection of block swap * Use one implementation for CreateRandomBlob * reduce some data sets to increase speed of tests * reduce test time * rename BlockStoreCompactState::AddBlock -> BlockStoreCompactState::IncludeBlock
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+42
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees