-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dnm,wip] server: reproduce double-allocation of store IDs
We seem to be doing a few unsound things with how we allocate store IDs (courtesy of yours truly). The changes made to a recently added test stressing our multi-store behaviour demonstrates the bug. --- FAIL: TestAddNewStoresToExistingNodes (38.44s) multi_store_test.go:155: expected the 6th store to have storeID s6, found s5 Release note: None
- Loading branch information
1 parent
e533f19
commit 3c6e0c5
Showing
3 changed files
with
71 additions
and
17 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