-
Notifications
You must be signed in to change notification settings - Fork 83
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
Look into an extension base class for our test server #498
Labels
Comments
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 5, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
9 tasks
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 6, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 6, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 6, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 6, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 7, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 7, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
oschaaf
added a commit
to oschaaf/nighthawk
that referenced
this issue
Sep 8, 2020
A first step to clean this up. Functional no-op. Part of envoyproxy#498 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
mum4k
pushed a commit
that referenced
this issue
Oct 6, 2020
…ies (#512) - Make the test server use the shared configuration handling code. - Convert its tests to use the new facilities that are shared accross extensions. Last in a series of PRs to fix #498 This is on par with what we did for the dynamic delay and timing extensions, but this extension was slightly more complex to begin with, so saving the best for last ;-) Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #477 we introduce a new extension for tracking (request receipt) timings,
and reflecting those back through response headers. This comes with some code
that handles configuration. This configuration handling is pretty similar across the
extensions, and there are multiple enhancement opportunities there:
creating a
TEST_P
which verifies all extensions are well behaved there.The text was updated successfully, but these errors were encountered: