Skip to content
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

lua: adds test to cover LUA_TNIL metadata conversion #34983

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

mathetake
Copy link
Member

@mathetake mathetake commented Jun 30, 2024

Commit Message: lua: adds test to cover LUA_TNIL metadata conversion
Additional Description:
Previously, the conversion of LUA_TNIL type in dynamic
metadata generation had no unit test coverage.
This modifies SetGetAndIterateDynamicMetadata test to cover the logic.

case LUA_TNIL:
value.set_null_value(ProtobufWkt::NullValue());
break;

Risk Level: lo
Testing: done
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

@wbpcode wbpcode merged commit ad15deb into envoyproxy:main Jul 5, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants