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

Integration Test for client->server and back #38

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

markmandel
Copy link
Member

Integration test that sends data from a udp client->client proxy->server proxy->2 echo endpoints and back again.

Long term we'll want to take parts of the integration tests and make a small framework for running more complicated scenarios.

Integration test that sends data from a
udp client->client proxy->server proxy->2 echo endpoints and back again.

Long term we'll want to take parts of the integration tests and
make a small framework for running more complicated scenarios.
@markmandel markmandel added kind/feature New feature or request area/tests Unit tests, integration tests, anything to make sure things don't break labels Apr 8, 2020
recv_socket_done(recv, done);
(local_addr, wait)
}
/// assert_recv_udp asserts that the returned SockerAddr received a UDP packet
Copy link
Member Author

Choose a reason for hiding this comment

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

Also needed to move the test_utils into a normal module, so they could be shared between unit tests and integration tests.

@markmandel markmandel merged commit e02d952 into master Apr 8, 2020
@markmandel markmandel deleted the tests/integration branch April 8, 2020 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant