- 04 Apr, 2018 8 commits
-
-
Marc Gravell authored
-
Nick Craver authored
-
Nick Craver authored
This takes out the global build if it throws...let's not do that.
-
Nick Craver authored
These were broght over from Booksleeve long ago and were duped.
-
Nick Craver authored
Turns out redis on Windows is hella flaky here - the test runs fine against *nix hosts - disabling for now.
-
Nick Craver authored
Fixes test runs for 2.0 and the UWP error.
-
Nick Craver authored
Branching for repro purposes...this breaks all tests runs due to UWP shenanigans.
-
Tomasz Poradowski authored
Example of setting ```minIoThreads``` configuration option for ASP.NET was not shown correctly.
-
- 23 Mar, 2018 1 commit
-
-
Nick Craver authored
There was a race here under load with the last set and the first key scan...let's not do that.
-
- 22 Mar, 2018 6 commits
-
-
Nick Craver authored
-
Nick Craver authored
This was breaking integration tests but affects all zero-latency server situations. There's a good description in code, but the basics are a race between a broadcast (which goes first) and the post-SLAVEOF reconfig (which loses) creates a situation where the proper topology isn't seen until the next reconfig time span pass. We now prevent that broadcast (we're broadcasting to ourselves) from running on ourselves because we're about to run another one anyway. This doesn't 100% eliminate the race because there's a minute chance of a pub/sub landing between the 2 if blocks here in an external Interlock. But the chance is crazy small now, at least. Note: the logging of *why* a reconfig didn't run is now enhanced as well. We log what was trying to run and what was blocking it in the output for much easier debugging next time.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 21 Mar, 2018 4 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
There were several mismatches here...this should help avoid future ones.
-
- 19 Mar, 2018 7 commits
-
-
Nick Craver authored
...and normalizing line endings because git sucks.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 17 Mar, 2018 4 commits
-
-
Nick Craver authored
Trying to figure out what's happening with Appveyor vs. local socket exceptions.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 16 Mar, 2018 5 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 15 Mar, 2018 2 commits
-
-
Daniel Chandler authored
-
Richard Tappenden authored
* Add IsConnecting property to determine whether the multiplexor is trying to establish a connection. * spaces * Use the correct enum to determine 'IsConnecting'
-
- 14 Mar, 2018 3 commits
-
-
Nick Craver authored
fuuuuuuuuuuuuuuuuuu
-
Nick Craver authored
-
Nick Craver authored
-