-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
V2 TO V3 fragment changes for extension and server directory under test/.. #12058
V2 TO V3 fragment changes for extension and server directory under test/.. #12058
Conversation
e9f94ea
to
937e11d
Compare
@junr03 seems some env issues in this PR. please suggest if it is good to go with code review. |
Try merging master again? |
937e11d
to
7a61a59
Compare
@junr03 ok. |
Signed-off-by: Abhay Narayan Katare <[email protected]>
7a61a59
to
588b1aa
Compare
Signed-off-by: Abhay Narayan Katare <[email protected]>
@junr03 merged from master. again seems some different env issues. please suggest if it is ok to review code. |
@ankatare looks like a valid clang-tidy failure. Not because of your change. The file was already invalid, but changing it made it so that clang-tidy ran over it and detected already existing failures. Do you mind fixing? |
@junr03 sure, please suggest how to fix it , any pointers would be helpful. |
@junr03 i tried below command to fix issue |
@ankatare what is the failure trace? |
test/extensions/filters/network/thrift_proxy/filters/ratelimit/ratelimit_test.cc
Outdated
Show resolved
Hide resolved
fad74c0
to
951c1df
Compare
Signed-off-by: Abhay Narayan Katare <[email protected]>
951c1df
to
6c96003
Compare
@junr03 Build completed with master in sync and resolved clang-tidy issues. please review. |
…st/.. (envoyproxy#12058) Commit Message: v2 to v3 fragment changes for extension and server directory test cases. Risk Level: Low Testing: unit and format Fixes envoyproxy#10843 Signed-off-by: Abhay Narayan Katare <[email protected]>
…st/.. (envoyproxy#12058) Commit Message: v2 to v3 fragment changes for extension and server directory test cases. Risk Level: Low Testing: unit and format Fixes envoyproxy#10843 Signed-off-by: Abhay Narayan Katare <[email protected]> Signed-off-by: chaoqinli <[email protected]>
Signed-off-by: Abhay Narayan Katare [email protected]
Commit Message: v2 to v3 fragment changes for extension and server directory test cases.
Additional Description:
Risk Level: Low
Testing: unit and format
Docs Changes:NA
Release Notes: NA
[Optional Runtime guard:]
Optional Fixes #10843
[Optional Deprecated:]