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

test: tweaks to uds_integration_test (--runs_per_test) #3784

Merged
merged 2 commits into from
Jul 3, 2018

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented Jul 3, 2018

I was trying to debug a ci flake of uds integration test. Haven't managed to repo the flake even with 5k asan runs, but I figure it's worth allowing the parallelism.

Risk Level: n/a (test only)
Testing: uds test now runs with --runs_per_test > 1
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk changed the title test: allowing uds_integration_test to run with --runs_per_test= test: tweaks to uds_integration_test (--runs_per_test + forced logging) Jul 3, 2018
@alyssawilk alyssawilk changed the title test: tweaks to uds_integration_test (--runs_per_test + forced logging) test: tweaks to uds_integration_test (--runs_per_test) Jul 3, 2018
htuch
htuch previously approved these changes Jul 3, 2018
@@ -14,6 +14,15 @@
#include "gtest/gtest.h"

namespace Envoy {

std::string udsSocketName(const std::string& path, bool abstract_namespace) {
const std::string name = TestEnvironment::unixDomainSocketPath(path);
Copy link
Member

Choose a reason for hiding this comment

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

Arguably we could move this into TestEnvironment::unixDomainSocketPath.

mattklein123
mattklein123 previously approved these changes Jul 3, 2018
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk dismissed stale reviews from mattklein123 and htuch via 9133922 July 3, 2018 16:21
Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup.

@htuch htuch merged commit c563b39 into envoyproxy:master Jul 3, 2018
@alyssawilk alyssawilk deleted the uds_test branch October 10, 2018 20:15
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