Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fix concurrent git read/write test to retry on ref lock conten…
…tion Apparently, gix has 100ms timeout. Since this test tries to create contended situation, it's possible that the ref lock can't be acquired. I've added upper bound to the retry loop at b37293f "tests: add upper bound to test_concurrent_read_write_commit() loop", so ignoring arbitrary errors should be okay. The problem can be reproduced on my Linux machine by inserting 10ms sleep() to gix and increasing the concurrency. Fixes #3069
- Loading branch information