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

x-pack/filebeat/input/awss3[integration test]Test integration tests on localstack #35727

Merged
merged 22 commits into from
Jul 27, 2023

Conversation

bhapas
Copy link
Contributor

@bhapas bhapas commented Jun 9, 2023

What does this PR do?

This PR provides support in awss3 input_integration_test to test input against an emulated cloud environment Localstack.

This PR adds an example integration test to test SQS notifications when an Object is PUT in S3 where S3 and SQS are provisioned in Localstack.

This PR adds support to run the test in CI too including cleanup in both positive and negative scenarios.

Why is it important?

This PR provides a lot of flexibility for developers to test awss3 input against emulated cloud env instead of waiting to run on real AWS resources , which saves both time and money.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

How to test this PR locally

  • Run docker-compose -f .ci/jobs/docker-compose.yml up -d
  • Then navigate to x-pack/filebeat/input/awss3
  • Run go test -tags aws,integration -run TestInputRunSQSOnLocalstack -v

Related issues

Logs

input/awss3 - (test-queue-localstack) > go test -tags integration,aws -run TestInputRunSQSOnLocalstack -v
=== RUN   TestInputRunSQSOnLocalstack
    input_integration_test.go:206: .gitignore
    input_integration_test.go:206: .terraform
    input_integration_test.go:206: .terraform.lock.hcl
    input_integration_test.go:206: README.md
    input_integration_test.go:206: localstack.tf
    input_integration_test.go:206: main.tf
    input_integration_test.go:206: outputs-localstack.yml
    input_integration_test.go:206: outputs.tf
    input_integration_test.go:206: terraform.tfstate
    input_integration_test.go:206: variables.tf
    input_integration_test.go:440: Drained 1 SQS messages.
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/events-array.json
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/invalid.json
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/log.json
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/log.ndjson
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/multiline.json
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/multiline.json.gz
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/multiline.txt
    input_integration_test.go:234: File uploaded to http://localhost:4566/filebeat-s3-integtest-localstack-9uoyjj/log.txt
{"log.level":"info","@timestamp":"2023-07-19T09:05:14.780+0200","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input.go","file.line":199},"message":"AWS api_timeout is set to 2m0s.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-07-19T09:05:14.781+0200","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input.go","file.line":200},"message":"AWS region is set to us-east-1.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-07-19T09:05:14.781+0200","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input.go","file.line":201},"message":"AWS SQS visibility_timeout is set to 5m0s.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-07-19T09:05:14.781+0200","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input.go","file.line":202},"message":"AWS SQS max_number_of_messages is set to 5.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-07-19T09:05:14.781+0200","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":63},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4a441e83-60d9-4a70-85be-b1f6dc1fba04","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 5 SQS messages.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"0a529b02-ae0f-4a65-bda1-060c65335cb3","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"1a93f553-140e-4450-a90f-fe00ac3a27ce","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"5fafe7f0-4ce4-4b27-a077-68b3819d0c9a","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"ea736dea-fbe6-4b11-a40d-3a025fced148","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"5fafe7f0-4ce4-4b27-a077-68b3819d0c9a","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"invalid.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"1a93f553-140e-4450-a90f-fe00ac3a27ce","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"events-array.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"295de242-61fa-45c7-809c-89de9175b7b9","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"ea736dea-fbe6-4b11-a40d-3a025fced148","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"295de242-61fa-45c7-809c-89de9175b7b9","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.799+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"0a529b02-ae0f-4a65-bda1-060c65335cb3","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.ndjson","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.818+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"ea736dea-fbe6-4b11-a40d-3a025fced148","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.json","elapsed_time_ns":18290208,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.818+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"ea736dea-fbe6-4b11-a40d-3a025fced148","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.820+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"1a93f553-140e-4450-a90f-fe00ac3a27ce","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"events-array.json","elapsed_time_ns":20465584,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.820+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"1a93f553-140e-4450-a90f-fe00ac3a27ce","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.821+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"295de242-61fa-45c7-809c-89de9175b7b9","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.json","elapsed_time_ns":22195708,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.821+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"295de242-61fa-45c7-809c-89de9175b7b9","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.822+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"0a529b02-ae0f-4a65-bda1-060c65335cb3","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.ndjson","elapsed_time_ns":22394250,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.822+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"0a529b02-ae0f-4a65-bda1-060c65335cb3","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.823+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"5fafe7f0-4ce4-4b27-a077-68b3819d0c9a","message_receipt_time":"2023-07-19T07:05:14.799Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"invalid.json","elapsed_time_ns":23443042,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.823+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":351},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"5fafe7f0-4ce4-4b27-a077-68b3819d0c9a","message_receipt_time":"2023-07-19T07:05:14.799Z","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-07-19T09:05:14.823+0200","log.logger":"aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":96},"message":"Failed processing SQS message.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","error":{"message":"failed processing SQS message (it will return to queue after visibility timeout): failed processing S3 event for object key \"invalid.json\" in bucket \"filebeat-s3-integtest-localstack-9uoyjj\" (object record 1 of 1 in SQS notification): failed reading s3 object (elapsed_time_ns=23439333): failed to decode json: invalid character 'j' looking for beginning of value"},"message_id":"5fafe7f0-4ce4-4b27-a077-68b3819d0c9a","elapsed_time_ns":23797583,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.839+0200","log.logger":"aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 1 SQS messages.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.839+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"8af9e7c2-e5ab-44c1-9ae7-9930900c3890","message_receipt_time":"2023-07-19T07:05:14.839Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.839+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"8af9e7c2-e5ab-44c1-9ae7-9930900c3890","message_receipt_time":"2023-07-19T07:05:14.839Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.json.gz","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.855+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"8af9e7c2-e5ab-44c1-9ae7-9930900c3890","message_receipt_time":"2023-07-19T07:05:14.839Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.json.gz","elapsed_time_ns":15461875,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.855+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"8af9e7c2-e5ab-44c1-9ae7-9930900c3890","message_receipt_time":"2023-07-19T07:05:14.839Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.861+0200","log.logger":"aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 2 SQS messages.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.861+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"57dad83d-957c-4414-9cc3-8fcf2740f771","message_receipt_time":"2023-07-19T07:05:14.861Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.861+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"57dad83d-957c-4414-9cc3-8fcf2740f771","message_receipt_time":"2023-07-19T07:05:14.861Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.861+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"96290c32-6fde-490b-be67-3e2ff1e3e1a4","message_receipt_time":"2023-07-19T07:05:14.861Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.861+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":124},"message":"Begin S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"96290c32-6fde-490b-be67-3e2ff1e3e1a4","message_receipt_time":"2023-07-19T07:05:14.861Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.881+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"57dad83d-957c-4414-9cc3-8fcf2740f771","message_receipt_time":"2023-07-19T07:05:14.861Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"multiline.txt","elapsed_time_ns":19925208,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.881+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"57dad83d-957c-4414-9cc3-8fcf2740f771","message_receipt_time":"2023-07-19T07:05:14.861Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.883+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/s3_objects.go","file.line":132},"message":"End S3 object processing.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"96290c32-6fde-490b-be67-3e2ff1e3e1a4","message_receipt_time":"2023-07-19T07:05:14.861Z","bucket_arn":"filebeat-s3-integtest-localstack-9uoyjj","object_key":"log.txt","elapsed_time_ns":21265583,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-07-19T09:05:14.883+0200","log.logger":"aws-s3.sqs_s3_event","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","id":"test_id","queue_url":"http://localhost:4566/000000000000/filebeat-sqs-integtest-localstack-9uoyjj","message_id":"96290c32-6fde-490b-be67-3e2ff1e3e1a4","message_receipt_time":"2023-07-19T07:05:14.861Z","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-07-19T09:05:29.782+0200","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":70},"message":"unregistering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4a441e83-60d9-4a70-85be-b1f6dc1fba04","ecs.version":"1.6.0"}
--- PASS: TestInputRunSQSOnLocalstack (15.19s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/awss3	15.724s

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jun 9, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 9, 2023

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @bhapas? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@mergify mergify bot assigned bhapas Jun 9, 2023
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jun 9, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-07-26T17:02:58.358+0000

  • Duration: 179 min 41 sec

Test stats 🧪

Test Results
Failed 0
Passed 30643
Skipped 2208
Total 32851

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@bhapas bhapas force-pushed the test-queue-localstack branch 2 times, most recently from 4536076 to 887bdf0 Compare July 10, 2023 12:21
@bhapas bhapas changed the title Test integration tests on localstack [awss3][integration test]Test integration tests on localstack Jul 10, 2023
@bhapas bhapas changed the title [awss3][integration test]Test integration tests on localstack x-pack/filebeat/input/awss3[integration test]Test integration tests on localstack Jul 10, 2023
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 10, 2023
@bhapas bhapas added backport-skip Skip notification from the automated backport with mergify 8.10-candidate labels Jul 10, 2023
@bhapas bhapas force-pushed the test-queue-localstack branch 2 times, most recently from baf3198 to 4d81d68 Compare July 10, 2023 14:53
@bhapas bhapas force-pushed the test-queue-localstack branch 7 times, most recently from 550ca31 to d17c60b Compare July 11, 2023 13:42
@bhapas bhapas added Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team Team:Cloud-Monitoring Label for the Cloud Monitoring team >enhancement Filebeat Filebeat labels Jul 19, 2023
@bhapas bhapas marked this pull request as ready for review July 19, 2023 12:31
@bhapas bhapas requested review from a team as code owners July 19, 2023 12:31
@bhapas bhapas requested review from belimawr and faec July 19, 2023 12:31
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@bhapas
Copy link
Contributor Author

bhapas commented Jul 19, 2023

/test

@botelastic botelastic bot added the Team:Automation Label for the Observability productivity team label Jul 20, 2023
Copy link
Member

@rdner rdner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pierrehilbert since you tried out Terraform recently, you might want to have a look at this.

LGTM, only minor formatting suggestions from me.

@bhapas
Copy link
Contributor Author

bhapas commented Jul 24, 2023

Depends on #36101

@mergify
Copy link
Contributor

mergify bot commented Jul 24, 2023

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b test-queue-localstack upstream/test-queue-localstack
git merge upstream/main
git push upstream test-queue-localstack

Copy link
Member

@endorama endorama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor nitpick for some indentation but looks good to me. Thanks for the contribution!

Jenkinsfile Show resolved Hide resolved
Jenkinsfile Show resolved Hide resolved
@bhapas bhapas merged commit 6a5b09a into elastic:main Jul 27, 2023
8 checks passed
@bhapas bhapas deleted the test-queue-localstack branch July 27, 2023 09:33
Scholar-Li pushed a commit to Scholar-Li/beats that referenced this pull request Feb 5, 2024
…n localstack (elastic#35727)

* Test integration tests on localstack

* Add localstack container in CI

* fix panic in SQS input metrics

* Add documentation

* Fix PR comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.10-candidate backport-skip Skip notification from the automated backport with mergify >enhancement Filebeat Filebeat Team:Automation Label for the Observability productivity team Team:Cloud-Monitoring Label for the Cloud Monitoring team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Filebeat S3 input]Provide support to run integration test against localstack
4 participants