- 15 Jul, 2018 7 commits
-
-
Nick Craver authored
Before these were left in the scheduler on every success, which piles up needlessly. This cancels them upon success.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
It's only needed for a few tests, what we were doing was drastic overkill, especially with background concurrent GC in play these days.
-
Nick Craver authored
-
Nick Craver authored
This is mainly around proper FireAndForget as well as .Wait() elimination. More to do but this is a big first pass.
-
- 14 Jul, 2018 2 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
- 13 Jul, 2018 5 commits
-
-
Nick Craver authored
-
Nick Craver authored
e.g. are we dropping script evals, or just the last n items in the profile?
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Long overdue collapsing of the two suites
-
- 12 Jul, 2018 13 commits
-
-
Marc Gravell authored
# Conflicts: # NRediSearch.Test/RediSearchTestBase.cs # NRediSearch/AggregationResult.cs # NRediSearch/AssemblyInfo.cs # NRediSearch/Client.cs # NRediSearch/NRediSearch.csproj
-
Marc Gravell authored
-
Marc Gravell authored
* start work on nreisearch aggregates * port chunks of JRediSearch * port the rest of aggregates and the highlight/summarize API * Port QueryTest * Import all of ClientTest from JRediSearch * Add aggregate tests; normlaize tests * NRediSearch : all tests passing * add source prefix to a bunch of files # Conflicts: # NRediSearch.Test/ExampleUsage.cs # NRediSearch/NRediSearch.csproj
-
Marc Gravell authored
* start work on nreisearch aggregates * port chunks of JRediSearch * port the rest of aggregates and the highlight/summarize API * Port QueryTest * Import all of ClientTest from JRediSearch * Add aggregate tests; normlaize tests * NRediSearch : all tests passing * add source prefix to a bunch of files
-
Nick Craver authored
-
Nick Craver authored
This is both load and noise (and causes output truncation). This makes life a lot better for free.
-
Nick Craver authored
Useful when hanging, but noisy when not. Disable for now, but leave in config for when needed readily.
-
Nick Craver authored
Unsure why this fails on Appveyor...adding some logging.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Also removes the 4096 value and set it to always-zero, since that's the effective behavior until removal.
-
Nick Craver authored
See https://github.com/dotnet/sdk/pull/2330 for details.
-
- 11 Jul, 2018 11 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
ensure that subscription connections are QUIT cleanly (interactive connections were already QUIT), *without* resurrecting like zombies
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Nick Craver authored
-
Nick Craver authored
We're stable enough to not need this anymore, yay for faster runs!
-
Nick Craver authored
-
Nick Craver authored
-
- 10 Jul, 2018 2 commits
-
-
Nick Craver authored
As we go for green on the test suite, we'll want this checked in PRs and such. And in general DEBUG and RELEASE not matching is becoming a pain. Trying to minimize the differences.
-
Nick Craver authored
-