summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/supplier_test.go
Commit message (Collapse)AuthorAgeFilesLines
* add MaxLifetimeconns to server (#9004)Jerry Kurian2018-06-281-14/+18
| | | | | | | | | | | | | | | | | | | | | Update e.json string names and remove console log reorder variables update db.setConnMaxLifetime to take in *settings.MaxLifetimeConns Add MaxLifetimeConns to test Update variable names like MaxLifetimeConns to ConnMaxLifetimeMilliseconds Update time passed to SetConnMaxLifetime Revert "Update time passed to SetConnMaxLifetime" This reverts commit dc1c1b6d5a6404d4ee11c65d4756c19f9316794f. update en.json Update supplier_test.go and docker.go ConnMaxLifetimeMilliseconds to 3600000
* MM-10020: avoid duplicating unique indexes (#8587)Jesse Hallam2018-04-161-0/+229
* unit test TestGet(Search)Replica This adds partial, testing-focused support for SQLite, as well as removing some translated log messages that required initializing i18n just for testing. * avoid returning master twice when no replicas are configured * remove duplicate indexes * unit test GetAllConns