madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.74k stars 182 forks source link

tests: use testcontainers.redis for integration tests #208

Closed Meir017 closed 1 month ago

Meir017 commented 1 month ago

closes #207

Meir017 commented 1 month ago

@madelson https://github.com/Meir017/DistributedLock/actions/runs/9220468611/job/25367497549 the same 3 tests fail image

Failed! - Failed: 30, Passed: 218, Skipped: 0, Total: 248, Duration: 1 m 39 s - DistributedLock.Tests.dll (net8.0)

Meir017 commented 1 month ago

@madelson can the invocation of RunLockTaker in the tests be converted to a simple project reference and then calling the method?

Meir017 commented 1 month ago

continued in #211