Skip to content

Commit

Permalink
[jaeger-v2] Normalize config names (jaegertracing#5400)
Browse files Browse the repository at this point in the history
## Description of the changes
- Use consistent naming for config files

## How was this change tested?
- CI

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored and Pushkarm029 committed May 4, 2024
1 parent 9fcf052 commit 976dfb8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/badger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestBadgerStorage(t *testing.T) {
integration.SkipUnlessEnv(t, "badger")

s := &E2EStorageIntegration{
ConfigFile: "../../badger_config.yaml",
ConfigFile: "../../config-badger.yaml",
StorageIntegration: integration.StorageIntegration{
SkipBinaryAttrs: true,
SkipArchiveTest: true,
Expand Down
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestGRPCStorage(t *testing.T) {

s := &GRPCStorageIntegration{
E2EStorageIntegration: E2EStorageIntegration{
ConfigFile: "../../grpc_config.yaml",
ConfigFile: "../../config-remote-storage.yaml",
StorageIntegration: integration.StorageIntegration{
SkipBinaryAttrs: true,
},
Expand Down

0 comments on commit 976dfb8

Please sign in to comment.