-
Notifications
You must be signed in to change notification settings - Fork 81
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
Mismatched type for fortio response #932
Comments
Thank you for filing this, @Revolyssup |
Thank you for the report @Revolyssup. Can you help me understand - are you saying that the correct type is int as exported by Nighthawk, but fortio incorrectly takes that in as a string? Or are we saying that fortio is correct and we should adjust the Nighthawk's fortio transform to export QPS as string instead of int? |
@MUzairS15 will you offer these details? Let's work through this item. |
yes, @mum4k
The |
Thank you for explaining that @MUzairS15, given this just needs a modification in the interface between Nighthawk and Fortio, we should be ok to make this change without breaking anyone. I will go ahead and mark this issue as "help wanted", that way anyone with the cycles can pick it up and contribute the fix. |
Title: Mismatched type for fortio response causes failure in interconversion
Description:
The message format in protobuff here
nighthawk/api/client/transform/fortio.proto
Line 31 in f42add9
RequestedQPS
This is causing Unmarshalling to fail while conversion from one to another.
Reproduction steps:
Logs:
Call Stack:
The text was updated successfully, but these errors were encountered: