Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug related to wrong state.ID in awss3 direct s3 input #32164

Merged
merged 12 commits into from
Jul 11, 2022
Prev Previous commit
Next Next commit
more linting
  • Loading branch information
Andrea Spacca committed Jul 1, 2022
commit daaa47ac431505e069d7dbb3cf8bb7a406eaac1b
3 changes: 1 addition & 2 deletions x-pack/filebeat/input/awss3/input_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ func TestBenchmarkInputSQS(t *testing.T) {
func benchmarkInputS3(t *testing.T, numberOfWorkers int) testing.BenchmarkResult {
return testing.Benchmark(func(b *testing.B) {
log := logp.NewLogger(inputName)
log.Infof("benchmark with %d number of workers", numberOfWorkers
)
log.Infof("benchmark with %d number of workers", numberOfWorkers)
metricRegistry := monitoring.NewRegistry()
metrics := newInputMetrics(metricRegistry, "test_id")

Expand Down