Megatest

Check-in [c75b58ded7]
Login
Overview
Comment:Refactored to move most of the work to scan and recover dead tests out of the servers. This commit also fixes dependencies in the Makefile.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | v1.80
Files: files | file ages | folders
SHA1: c75b58ded796b22be29e2c051bbf95043e60f16c
User & Date: matt on 2023-04-12 06:38:01.065
Other Links: branch diff | manifest | tags
Context
2023-04-12
06:59
Fix random issue with directory creation when parallel startup causes collisions check-in: 07ee6da7ba user: matt tags: v1.80
06:38
Refactored to move most of the work to scan and recover dead tests out of the servers. This commit also fixes dependencies in the Makefile. check-in: c75b58ded7 user: matt tags: v1.80
2023-04-11
21:32
Throttle writes more than reads using mutex, avoid doing sync when writes are happening using mutex. This is a monte carlo approach. Might need tweaking. check-in: b5df408582 user: matt tags: v1.80
Changes