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

TR Integration tests updated to use a mock server for TM and TO #6140

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

mattjackson220
Copy link
Contributor

Closes: #5992

This PR updates the Traffic Router integration tests to use a mock server for TO and TM.


Which Traffic Control components are affected by this PR?

  • Traffic Router

What is the best way to verify this PR?

Verify that the TR integration tests pass (mvn -Djava.library.path=/usr/share/java:/usr/lib64 verify)
Verify that a mock server was created for the tests and removed afterward
Verify that the unit and external tests pass

If this is a bugfix, which Traffic Control versions contained the bug?

PR submission checklist

@mattjackson220 mattjackson220 added Traffic Router related to Traffic Router low impact affects only a small portion of a CDN, and cannot itself break one tests related to tests and/or testing infrastructure improvement The functionality exists but it could be improved in some way. labels Aug 25, 2021
Copy link
Member

@shamrickus shamrickus left a comment

Choose a reason for hiding this comment

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

LGTM, tests pass and code looks fine

I'll let @rawlinp merge in case he wants to re-review.

Copy link
Contributor

@rawlinp rawlinp left a comment

Choose a reason for hiding this comment

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

Looks good, and the tests pass 👍

@rawlinp rawlinp merged commit 08ec4ad into apache:master Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement The functionality exists but it could be improved in some way. low impact affects only a small portion of a CDN, and cannot itself break one tests related to tests and/or testing infrastructure Traffic Router related to Traffic Router
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traffic Router integration tests depend on an external Traffic Monitor
3 participants