Skip to content

Fix for internal/redis.TestWatchKey{AlreadyChanged,MassiveParallel}

Kim Carlbäcker requested to merge 111-watchkey-fix into master

Closes #111 (closed)

TestWatchKeyAlreadyChanged will return before even entering the pub-sub-loop so no need to start Process at all. This fixes the race in tests.

Also includes cleanup of TestWatchKeyMassiveParallel (so they actually all run...)

Merge request reports