(c *C)
| 63 | } |
| 64 | |
| 65 | func (s *LockStoreSuite) TestTryLockKeyParallel(c *C) { |
| 66 | s.testLockKeyParallel(c, true) |
| 67 | } |
| 68 | |
| 69 | func (s *LockStoreSuite) testLockKeyParallel(c *C, tryLock bool) { |
| 70 | key := "test-key-parallel" |
nothing calls this directly
no test coverage detected