Skip to content

Commit 0e37d36

Browse files
committed
update unit test to check for MaxAccessLogFiles
1 parent 7e3379e commit 0e37d36

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

api/grpc/mpi/v1/command.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/common.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/files.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/config/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ func createConfig() *Config {
12091209
RandomizationFactor: 1.5,
12101210
Multiplier: 1.5,
12111211
},
1212+
MaxAccessLogFiles: 5,
12121213
},
12131214
},
12141215
Collector: &Collector{

internal/config/testdata/nginx-agent.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ data_plane_config:
4141
max_elapsed_time: 15s
4242
randomization_factor: 1.5
4343
multiplier: 1.5
44+
max_access_log_files: 5
4445
client:
4546
http:
4647
timeout: 15s

0 commit comments

Comments
 (0)