teleport/lib/backend
Andrew Lytvynov fc1c1dbd14 Move all utils.InitLoggerForTests calls to TestMain
This prevents data races between changing the standard logger and it
acutally being used.
2021-02-23 18:04:55 -08:00
..
dynamo Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
etcdbk Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
firestore Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
lite Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
memory Move all utils.InitLoggerForTests calls to TestMain 2021-02-23 18:04:55 -08:00
test Fix reported data races in lib/backend unit tests. 2021-02-02 15:07:25 -08:00
backend.go Refactor OpType and constants from lib/backend into the types package. (#5241) 2021-01-12 10:47:30 -08:00
backend_test.go Implemented backend.NewFunc() for the FS backend 2017-01-15 16:28:18 -08:00
buffer.go errcheck: fix findings in lib/backend, lib/client 2020-06-01 20:16:16 +00:00
buffer_test.go Fix memory leak. 2019-08-02 12:27:14 -07:00
defaults.go Use in-memory cache for the auth server API. 2019-04-12 14:23:09 -07:00
doc.go Implemented backend.NewFunc() for the FS backend 2017-01-15 16:28:18 -08:00
helpers.go Events and GRPC API 2018-12-10 17:20:24 -08:00
report.go Always collect metrics about top backend requests (#4282) 2020-09-16 20:33:19 +00:00
report_test.go Test flakes: make tests reentrant (#5343) 2021-02-03 13:49:28 +01:00
sanitize.go Database access (#5005) 2021-01-14 18:21:38 -08:00
sanitize_test.go Remove 'var _ = fmt.Printf' from *_test.go files (#5438) 2021-01-29 17:01:10 -08:00
wrap.go Add a Migrate method to backend.Backend 2020-07-02 23:24:49 +00:00