Files
openclaw/test/fixtures/device-identity-coordinator-contract.json
Peter Steinberger 21a9428a8a fix(identity): prevent cross-runtime device identity races (#120643)
* fix(identity): coordinate SQLite ownership across runtimes

* fix(ci): route changed-scope fixture tests
2026-08-08 13:55:15 -07:00

11 lines
445 B
JSON

{
"databasePath": "/openclaw-device-identity-contract/state/openclaw.sqlite",
"stateDirectory": "/openclaw-device-identity-contract",
"temporaryDirectory": "/openclaw-device-identity-contract-temp",
"uid": 501,
"orderedExpectedPaths": [
"/openclaw-device-identity-contract-temp/openclaw-501/device-identity.e5c82e32.lock.sqlite",
"/openclaw-device-identity-contract/tmp/openclaw-501/device-identity.e5c82e32.lock.sqlite"
]
}