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

Add integration test run to test requirements in pull request template #1526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

the-mann
Copy link
Contributor

@the-mann the-mann commented Feb 3, 2025

Description of the issue

We have up until now not required passing integration tests. Until all of our tests are passing, we need to manually validate that we are not introducing breaking changes.

Description of changes

In the pull request template, require a link to the pull request template + a test run comparison between the most recent commit on main and the pull request.

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.

Requirements

Before commit the code, please do the following steps.

  1. Run make fmt and make fmt-sh
  2. Run make lint

@the-mann the-mann requested a review from a team as a code owner February 3, 2025 21:00
@@ -8,13 +8,10 @@ _How does this change address the problem?_
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

# Tests
_Describe what tests you have done._
1. [Run integration tests](https://github.com/aws/amazon-cloudwatch-agent/actions/workflows/integration-test.yml) and provide the link. Compare it to the last revision on `main` to ensure no new tests are failing, and share that comparison here.
Copy link
Member

Choose a reason for hiding this comment

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

Our integration tests are still quite flaky—this might not be the best instruction

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.

2 participants