sourcegraph/internal/executor
Keegan Carruthers-Smith e9d0d57d81
all: use observation.TestContextTB instead of TestContext (#61751)
observation.TestContextTB is better to use since your logs will be
scoped to your test and it will use a more pedantic prometheus registry.
To be honest TestContext should be removed but this is the first step.

This is a mechanical change. I replaced "&observation.TestContext" with
"observation.TestContextTB(t)". I then undid the change each time it
caused a compilation error (was only a handful of times).

Test Plan: go test
2024-04-10 14:07:39 +02:00
..
store all: use observation.TestContextTB instead of TestContext (#61751) 2024-04-10 14:07:39 +02:00
types Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
util Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
BUILD.bazel bazel: build the //lib folder (#46929) 2023-01-27 15:30:35 +01:00
CODENOTIFY codenotify: dr. fritz is kil (#57313) 2023-10-03 16:19:55 +00:00
store.go