- 11 Mar, 2018 39 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Still a lot of docs work to follow-up with here.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Lots of cleanup here to make additional bits later more straightforward and less conflicting.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Same order where possible and eliminated the Browsable attribute diffrence with a shim instead.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
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.
-
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.
-
Nick Craver authored
This didn't prctically matter because they match with defaults...but was wrong.
-
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.
-
Nick Craver authored
-
Nick Craver authored
Previously was allowing 0ms to actually get a broadcast
-
Nick Craver authored
TODO: inherit from tests project and use a proper Skip.
-
Nick Craver authored
Also fixes tests that go along with (failing previously due to a message change before this one).
-
Nick Craver authored
These look at some global counters so can't depend on parallel bits - marking them as non-parallel.
-
Nick Craver authored
-
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.
-
Nick Craver authored
Old test mismatched heartbeats under load - this is local and server test friendly.
-
- 10 Mar, 2018 1 commit
-
-
Nick Craver authored
This test was breaking in my timezone because it's already DST in Tokyo, but not here. I wish that was the lead in to a joke or something but...yeah no. FML.
-