-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Races caught by backend integration testing (#66)
* Fixed: Avoid race from audit * Update: Simplify running unit tests * Fixed: Do deep copy of context and fix another race * Update: Move back to serial * Fixed: Protect read on claims * Update: Enable typecheck * Update: Address review comments * Update: Move to other method for copying slices * Update: Use more elegant method of slice copy * Fixed: Align unit tests with recent master commit
- Loading branch information
1 parent
7f042fd
commit 7bb86bf
Showing
4 changed files
with
23 additions
and
16 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