mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
lock: add more debug information to flaky test
This commit is contained in:
parent
1f6883a05c
commit
b8f4267a36
@ -301,7 +301,7 @@ func TestLockWaitCancel(t *testing.T) {
|
||||
test.Assert(t, strings.Contains(err.Error(), "context canceled"),
|
||||
"create normal lock with exclusively locked repo didn't return the correct error")
|
||||
test.Assert(t, cancelAfter <= duration && duration < retryLock-10*time.Millisecond,
|
||||
"create normal lock with exclusively locked repo didn't return in time")
|
||||
"create normal lock with exclusively locked repo didn't return in time, duration %v", duration)
|
||||
|
||||
test.OK(t, lock.Unlock())
|
||||
test.OK(t, elock.Unlock())
|
||||
|
Loading…
Reference in New Issue
Block a user