-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logictest: change logicTest to store per-node clients for users
This patch changes the `clients` field within `logicTest` from type `map[string]*gosql.DB` to `map[string]map[int]*gosql.DB` in order to store per-node clients for each user. This allows the `user` cmd in logic tests to fetch a client for the specified node instead of the previously used node. Release note: None
- Loading branch information
1 parent
22244a7
commit 9470850
Showing
1 changed file
with
120 additions
and
104 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