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 | SQL 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
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

Modified Makefile from [9d72ba0941] to [3b43ac8a9b].    [diff]

Modified api.scm from [b07878d20a] to [9008afe383].    [diff]

Modified common.scm from [dad201907b] to [ec316c51cd].    [diff]

Modified commonmod.scm from [19a34cf301] to [a0125e2f23].    [diff]

Modified dashboard.scm from [b98c976a8a] to [7114e0e406].    [diff]

Modified db.scm from [18cf960c23] to [3353e0f2ec].    [diff]

Modified db_records.scm from [6eb715496b] to [92d912cdd4].    [diff]

Modified launch.scm from [d5ebd1ded6] to [73ea6dbf9b].    [diff]

Modified megatest.scm from [6f4fa87a54] to [5b9e4f0ac8].    [diff]

Modified mtargs.scm from [1e6b59e54f] to [22cf29b180].    [diff]

Modified rmt.scm from [35e00a1063] to [0af3ea0170].    [diff]

Modified rmtmod.scm from [5ddda54a47] to [c4f748fe17].    [diff]