dignifiedquire / randor

Big Bad Tests for IPFS
2 stars 0 forks source link

Figure out how to integrate gc runs #13

Open dignifiedquire opened 8 years ago

dignifiedquire commented 8 years ago

Extracted from #1

whyrusleeping commented 8 years ago

We could run a set of commands, halt all executors, run a gc, then verify that things look the way we expect (pinned things are still there, unpinned things arent). And then (important part) continue with some more tests.

whyrusleeping commented 8 years ago

We can also do certain operations like add concurrently to a gc, they should lock properly and figure things out (read: no data loss).