6f7757e949
* add core state lockd eadlock detection config option v2 * add changelog * split out NewTestCluster function to maintain build flag * replace long func with constant * remove line * rename file, and move where detect deadlock flag is set
6 lines
78 B
Go
6 lines
78 B
Go
//go:build deadlock
|
|
|
|
package vault
|
|
|
|
const TestDeadlockDetection = "statelock"
|