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

Disable application signals testing in favor of end-to-end tests #409

Merged
merged 1 commit into from
May 21, 2024

Conversation

lisguo
Copy link
Contributor

@lisguo lisguo commented May 21, 2024

Description of the issue

The tests covered in this test repo are also covered in the end-to-end tests: https://github.com/aws/amazon-cloudwatch-agent/blob/main/.github/workflows/application-signals-java-e2e-ec2-asg-test.yml

These tests are more robust, as they use the adot sdks to send elemetry to the agent. The tests in this repo are also stale as a result of the schema changes introduced in aws/amazon-cloudwatch-agent@4193fa1

Description of changes

This PR disables testing for application signals. These tests are wasting resources to test features covered in the workflow linked above.

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

N/A

@lisguo lisguo requested a review from a team as a code owner May 21, 2024 15:13
@@ -211,9 +207,6 @@ var testTypeToTestConfig = map[string][]testConfig{
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/bit"},
{testDir: "./test/app_signals", terraformDir: "terraform/eks/daemon/app_signals",
Copy link
Contributor

Choose a reason for hiding this comment

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

I imagine there is a bunch of associated code as well to generate telemetry etc.. do we plan on removing all of that as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this PR is to just disable it at least as a first step to unblock the release.

There is quite a bit of code for appsignals which is mixed in with our ec2 tests as well, so will have a separate pr for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the wording to "disable" instead of "remove"

@lisguo lisguo changed the title Remove application signals testing in favor of end-to-end tests Disable application signals testing in favor of end-to-end tests May 21, 2024
@lisguo lisguo merged commit 3293ed2 into main May 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants