dubious90

Results 12 issues of dubious90

After https://github.com/envoyproxy/nighthawk/pull/855/ is pushed through, these two filters now have their own configuration for starting up the filters, without any internal references to ResponseOptions.proto. However, the header override api still...

enhancement

CI coverage is currently flaky, showing a lower percentage of checked in code. In a PR (https://github.com/envoyproxy/nighthawk/pull/746) that had no code changes, the CI is indicating that we are under...

bug

Our systems that we will be running nighthawk in have their own logging framework that does not seem to inherently work with the envoy logging that nighthawk uses. It would...

enhancement
P2

If a consumer needs to saturate a very large backend, perhaps one running on multiple machines, that consumer may want to start multiple nighthawks in order to adequately saturate it....

enhancement
P2

In addition to allowing the following dynamic configurations in RequestSpecifiers, it would be great if the RequestSource could override uri, so that it can explicitly dictate load balancer behavior, which...

enhancement
P2

For more complete control, have an alternative option for RequestSource where the remote source specifies the whole requests, either in an existing protobuf definition or as serialized json/yaml. This should...

enhancement
P2

When we run fix_format script, there is currently a warning that appears: ``` Please note: `tools/code_format/check_format.py` no longer checks API `.proto` files, please use `tools/proto_format/proto_format.sh` if you are making changes...

enhancement
tech-debt

When running fix_format script, it complains: ``` Please note: `tools/code_format/check_format.py` no longer checks API `.proto` files, please use `tools/proto_format/proto_format.sh` if you are making changes to the API files ERROR: From...

enhancement
good first issue
tech-debt

When running fix_format, it will give a complaint like the following: ``` ERROR: From ./../nbperry-nighthawk/test/test_common/mock_stream.h ERROR: ./../nbperry-nighthawk/test/test_common/mock_stream.h:15: The MOCK_METHODn() macros should not be used, use MOCK_METHOD() instead ERROR: ./../nbperry-nighthawk/test/test_common/mock_stream.h:18: The...

enhancement
good first issue
tech-debt