1. 11 Mar, 2018 13 commits
    • Nick Craver's avatar
      Appveyor is slow... · 8755c93c
      Nick Craver authored
      8755c93c
    • Nick Craver's avatar
      This removes TaskSource.CreateDenyExecSync (#798) · cb2f1559
      Nick Craver authored
      After 50547eba, TaskSource.Create and TaskSource.CreateDenyExecSync methods are the same. There was some crud left everywhere that appeared like differences but it's really determined once in the static initializer for TaskSource based on the platform anyway.
      
      I've fixed the tests as well - they were a bit backwards on logic/assumptions so hard to read, and have been failing for some time. Now we'd expect ContinueWithExecSync to *not* be hijacked, and everything else to be...that's how the tests are as well.
      
      Note: the #if DEBUG change is because internals are already visible to tests...just simpler.
      cb2f1559
    • Nick Craver's avatar
      Tests: enhance DeslaveGoesToPrimary · aaa5b514
      Nick Craver authored
      This doesn't resolve the issue, but adds several confirmations and more information. At the moment we're not recognizing :6380 as a slaved instance though it clearly is from the outside. There's more to dig into on recognition here. This just improves the test quite a bit, before it was throwing in the middle without much info.
      aaa5b514
    • Nick Craver's avatar
      Tests: fix config oops · ca1bd01a
      Nick Craver authored
      This didn't prctically matter because they match with defaults...but was wrong.
      ca1bd01a
    • Nick Craver's avatar
      Tests: fix ConnectWithWrongPassword · bb2c0a77
      Nick Craver authored
      This failed under unit test load due to unintended retries during periods where async continuations for completion of the test don't occur before retries kick in and change an auth exception to a socket exception (which we correctly already closed).
      
      Still, I think we should consider storing the initial connection error seperately from others as there's a fundamental race of an error that an observer cannot see when retries overwrite the last error message.
      bb2c0a77
    • Nick Craver's avatar
      Fix harder · 023232cf
      Nick Craver authored
      023232cf
    • Nick Craver's avatar
      Tests: tweak reconfig · bc917d32
      Nick Craver authored
      Previously was allowing 0ms to actually get a broadcast
      bc917d32
    • Nick Craver's avatar
      NRedisSearch: don't throw for everyone who doesn't have the module · 78e430a6
      Nick Craver authored
      TODO: inherit from tests project and use a proper Skip.
      78e430a6
    • Nick Craver's avatar
      Update MOVED exception to account for ComandFlags.NoRedirect · 9dc6dd2d
      Nick Craver authored
      Also fixes tests that go along with (failing previously due to a message change before this one).
      9dc6dd2d
    • Nick Craver's avatar
      Tests: fix secure tests · 8c54c6b4
      Nick Craver authored
      These look at some global counters so can't depend on parallel bits - marking them as non-parallel.
      8c54c6b4
    • Nick Craver's avatar
      Tests: add logging to FailsWithinTimeout · 3f811f3d
      Nick Craver authored
      3f811f3d
    • Nick Craver's avatar
      Tests: fix PreserveAsyncOrder_SetConnectionMultiplexerProperty · f4ddf7f2
      Nick Craver authored
      This was correctly blowing up as we don't run that test server...ignore that with a valid server and test what we actually wanted to test.
      f4ddf7f2
    • Nick Craver's avatar
      Fix NoticesConnectFail · 967acc96
      Nick Craver authored
      Old test mismatched heartbeats under load - this is local and server test friendly.
      967acc96
  2. 10 Mar, 2018 9 commits
  3. 04 Mar, 2018 1 commit
  4. 02 Mar, 2018 1 commit
  5. 25 Jan, 2018 1 commit
  6. 22 Jan, 2018 2 commits
  7. 14 Dec, 2017 1 commit
  8. 07 Dec, 2017 1 commit
  9. 26 Nov, 2017 1 commit
  10. 03 Oct, 2017 1 commit
  11. 18 Sep, 2017 1 commit
  12. 05 Sep, 2017 2 commits
  13. 31 Aug, 2017 6 commits