-
Notifications
You must be signed in to change notification settings - Fork 593
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
schema_registry: Schema ID Validation low-level tests #11297
schema_registry: Schema ID Validation low-level tests #11297
Conversation
Add tests as an exposition of the utility Signed-off-by: Ben Pope <ben@redpanda.com>
Add a test for exposition of setting and removing schema_id_validation topic proprties. Signed-off-by: Ben Pope <ben@redpanda.com>
ab185ed
to
3bf5b59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
||
BOOST_AUTO_TEST_CASE(parse_and_set_optional_bool_alpha_test_remove) { | ||
using namespace kafka; | ||
cluster::property_update<std::optional<bool>> property; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe set property
to a value and ensure it doesn't change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what it does, but not part of the contract of what it should do. IMO that would be over-testing.
Add some tests as an exposition of setting and removing schema id validation properties.
Fixes #11115
Backports Required
Release Notes