1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor changes to Mocktests and added a lock for Transport() accessor in MockRing More... over 9 years ago
Merge branch 'master' of https://github.com/buddyfs/buddystore More... over 9 years ago
Added locks for ring mock test More... over 9 years ago
Locks for Mock More... over 9 years ago
Remove completed TODO. More... over 9 years ago
Merge branch 'master' of https://github.com/buddyfs/buddystore More... over 9 years ago
Forcing typecasting is a bad idea, reverting changes to support both localVnode and MockVnode More... over 9 years ago
One more fix for race conditions in TestKVIntegrationTCPTransportTest More... over 9 years ago
TestKVIntegrationTCPTransportTest - race condition between stabilize and getWithoutRetry More... over 9 years ago
Return a copy of slices from FindSuccessors. + Without this change, mutating slices after returning them will be flagged by the race detector. More... over 9 years ago
Making the locks more granular to avoid deadlocks More... over 9 years ago
Fixed race condition in Leave operation More... over 9 years ago
Remove more race conditions in TestLeave. More... over 9 years ago
Grab lock before updating successors in checkNewSuccessor. Similarly, take lock before updating predecessor(s) in ClearPredecessor. More... over 9 years ago
Fix unprotected accesses to 'hosts' field in test code. More... over 9 years ago
No individual test fails anymore (fix TestVnodeStabilizeResched deadlock) More... over 9 years ago
Allow socket reuse - tests open a large number of sockets and can cause file descriptor exhaustion. More... over 9 years ago
Easy way to rlock successors list and make a copy of it. More... over 9 years ago
WIP: Attempt to resolve deadlocks for TestRLockInvalidate. More... over 9 years ago
Add mutex to synchronize accesses to predecessor and predecessors. More... over 9 years ago
Add mutex to synchronize access to reschedule timer. More... over 9 years ago
Fix race condition while shutting down a ring. More... almost 10 years ago
Remove unnecessary logging. More... almost 10 years ago
Rename KV Client tests. More... almost 10 years ago
Fix broken obj_client test - relax constraint on expected calls. More... almost 10 years ago
More benchmarks for KV store ops across multiple nodes. More... almost 10 years ago
Tests for Get along with net.go fix! More... almost 10 years ago
Add benchmark for end-to-end set tests. More... almost 10 years ago
Tests fail. More... almost 10 years ago
Minor fixes for test cases : Test cases still breaking More... almost 10 years ago