-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: MergeManyChangeSets for Cache ChangeSets with List ChangeSets (
#790) * First drop of MergeManyChangeSets for List to Cache * Fix test data * Improved test * Unit Testing a thread issue * More progress on stress tests * All Unit Tests Pass! * Stress Tester refactor * Finalization - Code Cleanup - Move Synchronization call - Remove extra Cache / List that isn't needed - Add EqualityComparer to List-to-List version * API Fixes * Fixed Unit Tests * Fix Build, enable test SourceErrorsImmediately_SubscriptionReceivesError is now re-enabled I ran on a loop test and passed every time * So close! * Switch to bools * Code Cleanup * Revert Change that may be the problem * Revert debugging helper * Update Stress Test * Update List internal classes to be sealed * Enable other Skipped tests, no issues seem to be present * Convert to pure Observable no Sleep or Delay * Improved Faker use of statics * Simplify and add OnError notifications * Revert "Update List internal classes to be sealed" because it has been moved to #796 This reverts commit 315f013. * Add sealed to a few classes * Finalize Test Code --------- Co-authored-by: Chris Pulman <chris.pulman@yahoo.com>
- Loading branch information
1 parent
71c0e68
commit 32ce42b
Showing
22 changed files
with
924 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.