Skip to content

Commit

Permalink
add more coverage to jaegerstorage
Browse files Browse the repository at this point in the history
Signed-off-by: James Ryans <james.ryans2012@gmail.com>
  • Loading branch information
james-ryans committed Jun 18, 2024
1 parent 53a4dd5 commit 3158b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/jaeger/internal/extension/jaegerstorage/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ func TestStorageExtension(t *testing.T) {
f, err := GetStorageFactory(name, host)
require.NoError(t, err)
require.NotNil(t, f)

f2, err := GetStorageFactoryV2(name, host)
require.NoError(t, err)
require.NotNil(t, f2)
}

func TestBadgerStorageExtension(t *testing.T) {
Expand Down

0 comments on commit 3158b8c

Please sign in to comment.