Skip to content

Commit ee3029d

Browse files
authored
DB Access Layer Merges: (#96)
* DB Access Layer Merges: * Numerous additions and fixes including: * Unix domain sockets support. * Check-And-Set (CAS) transaction cache coherence. * DB Access/Time statistics, and per-connection cache. * Go-Redis Options Configuration like ReadTimeout. * GetEntries() (for redis pipelining) API implementation. * Get() API for obtaining metadata. * GetConfig() to get all tables in CONFIG_DB. * Moved Table, and Value to their respective files. Co-authored-by: Sachin Holla <sachin.holla@broadcom.com> Co-authored-by: Mohammed Faraaz C <mohammed.faraaz@broadcom.com> Co-authored-by: Balachandar Mani <balachandar.mani@broadcom.com> * DB Access Layer Merges: UT Fixes * DB Access Layer Merge: UT Fixes - 2
1 parent 172b94f commit ee3029d

21 files changed

Lines changed: 5587 additions & 653 deletions

translib/app_utils_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func processDeleteRequest(url string) func(*testing.T) {
152152
func getConfigDb() *db.DB {
153153
configDb, _ := db.NewDB(db.Options{
154154
DBNo: db.ConfigDB,
155-
InitIndicator: "CONFIG_DB_INITIALIZED",
156155
TableNameSeparator: "|",
157156
KeySeparator: "|",
158157
})

0 commit comments

Comments
 (0)