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

POC for integration tests #1419

Closed
wants to merge 1 commit into from
Closed

POC for integration tests #1419

wants to merge 1 commit into from

Conversation

rapphil
Copy link
Member

@rapphil rapphil commented Sep 28, 2023

Description:
This is a POC for running integration tests for the ADOT collector using a format similar to unit tests. The only limitation of this type of test is that we will not be able to run tests for platform specific components, such as awscontainerinsightsreciever and ecsobserver. All the other platform agnostic components can be potentially tested here.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rapphil rapphil requested a review from a team as a code owner September 28, 2023 20:37
@BeforeAll
void setup() throws Exception {
if (LOCAL_CREDENTIALS != null && !LOCAL_CREDENTIALS.isEmpty()) {
System.out.println(LOCAL_CREDENTIALS);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
System.out.println(LOCAL_CREDENTIALS);
System.out.println(LOCAL_CREDENTIALS);

What credentials are these printing? Can we remove this if it was just for debugging?

Copy link
Member Author

Choose a reason for hiding this comment

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

this is the path for the file containing the credentials. nonetheless, there is no reason for printing it.

@vasireddy99 vasireddy99 deleted the rapphil-testbed branch October 18, 2023 22:03
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