-
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 http and access_log folders under test/.. #12027
V2 to V3 fragment changes for http and access_log folders under test/.. #12027
Conversation
@ankatare do you mind editing to a more descriptive title and description. Also looks like tests are failing? |
/wait |
@junr03 Hi, thanks for review. i updated details ( title and description ) as per suggestions. regarding test cases failing in CI it seems environment issues in build. please help. |
@junr03 i checked the code which is failing. i have not touched it while working and also that test file "test/common/access_log/access_log_impl_test.cc"is passing in my local build. please suggest how to proceed here. |
@ankatare do you mind merging master again? We have had some CI issues, but it should be resolved on master now. |
@junr03 Sure , i will do it ASAP . thanks for help. |
708d425
to
6bbe623
Compare
Signed-off-by: Abhay Narayan Katare <[email protected]>
6bbe623
to
e53a04b
Compare
@junr03 done. please review |
Commit Message: changes for http and access_log folders Risk Level:NA Testing: Unit and format testing Docs Changes: NA part of envoyproxy#10843 Signed-off-by: Abhay Narayan Katare <[email protected]> Signed-off-by: Kevin Baichoo <[email protected]>
Commit Message: changes for http and access_log folders Risk Level:NA Testing: Unit and format testing Docs Changes: NA part of envoyproxy#10843 Signed-off-by: Abhay Narayan Katare <[email protected]> Signed-off-by: scheler <[email protected]>
Signed-off-by: Abhay Narayan Katare [email protected]
Commit Message: changes for http and access_log folders
Additional Description: V2 to V3 APIs fragment changes and forcing ParseFoofromV2Yaml for V3. this commit focuses on changes for http and access_log folders under test/common/..
Risk Level:NA
Testing: Unit and format testing
Docs Changes: NA
Release Notes:
[Optional Runtime guard:]
[Optional Fixes:]
[Optional Deprecated:]
part of #10843