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
The text was updated successfully, but these errors were encountered:
$VOLTPATH/trx.lock
file)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 platformsjsondsl
branch is stale, so let's re-implement the directory-based transaction from currentdevel
branchThe text was updated successfully, but these errors were encountered: