-
Couldn't load subscription status.
- Fork 24
Closed
Labels
Description
- Currently transaction is managed by file-based (
$VOLTPATH/trx.lockfile) - In
jsondslbranch (JSON DSL #236), transaction is changed by directory-based ($VOLTPATH/trx/{id}/...) because it's a simple and safe way to limit volt files accesses exclusively across many platforms - After that, parallel tests were failed
- Current exclusive lock implementation does not work completely
jsondslbranch is stale, so let's re-implement the directory-based transaction from currentdevelbranch