aboutsummaryrefslogtreecommitdiffstats
path: root/storage/transactional/config_test.go
Commit message (Collapse)AuthorAgeFilesLines
* storage/transactional: Use correct config in testAbhinav Gupta2021-11-271-1/+1
| | | | | | The `cfg` loaded from `cs.Config` was unused. It looks like this assertion intended to validate that, not `temporalCfg`, which was already checked above this block.
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+2
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
|
* storage: transactional, new storage with transactional capabilitiesMáximo Cuadros2018-12-101-5/+17
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* storage: transactional, new storage with transactional capabilities (WIP)Máximo Cuadros2018-10-291-0/+70
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>