sim: tested concurrency over actions
authorJoey Hess <joeyh@joeyh.name>
Tue, 17 Sep 2024 18:39:53 +0000 (14:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 17 Sep 2024 18:39:53 +0000 (14:39 -0400)
commit29d8429779bea42f69bc4d7f6170258bc652d460
treeb375635c103b62bb5dbc81d2a13dd9786bb4e5dc
parent6751f2397802118a6f97ffe4381c041f9de30ce0
sim: tested concurrency over actions

This demonstrates concurrent behavior that looks right. And with a
random seed, the results are deterministic.

init foo
init bar
init backup
connect foo <-> bar
connect foo <-> backup
addmulti 10 testfiles 1mb 1gb foo backup
action foo gitpull backup
wanted foo nothing
wanted bar anything
wanted backup anything
action bar gitpull foo
action foo dropunwanted while action bar getwanted foo
doc/todo/git-annex_proxies.mdwn