You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently transaction is managed by file-based ($VOLTPATH/trx.lock file)
In jsondsl branch (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
jsondsl branch is stale, so let's re-implement the directory-based transaction from current devel branch
$VOLTPATH/trx.lockfile)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 platformsjsondslbranch is stale, so let's re-implement the directory-based transaction from currentdevelbranch