Megatest

Check-in [b5df408582]
Login
Overview
Comment: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.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | v1.80
Files: files | file ages | folders
SHA1: b5df40858288274a70f7f68111b2ebde503ae2a8
User & Date: matt on 2023-04-11 21:32:21.980
Other Links: branch diff | manifest | tags
Context
2023-04-12
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
18:25
Switch default cache db to inmem from tmp check-in: aadd589324 user: matt tags: v1.80
Changes