gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.55k stars 1.75k forks source link

`TestSemaphoreFlakiness` flakiness #13562

Closed ibeckermayer closed 2 years ago

ibeckermayer commented 2 years ago

Failure

Link(s) to logs

Relevant snippet

FAIL: services_test.go:163: ServicesSuite.TestSemaphoreFlakiness

services_test.go:164:
    s.suite.SemaphoreFlakiness(c)
/workspace/lib/services/suite/suite.go:1184:
    c.Fatalf("Lost semaphore lock: %v", lock.Wait())
... Error: Lost semaphore lock: uh-oh!
zmb3 commented 2 years ago

@xacrimon do you think any of the changes in https://github.com/gravitational/teleport/pull/12462 might have contributed to the recent flakiness in the semaphore tests?