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

tests,schema_reader: kafka message handling error tests #941

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 9, 2024

  1. tests,schema-reader: kafka message (_schemas topic) handling error …

    …tests
    
    We add tests to validate the possible error cases while parsing the message key:
    - we test for invalid JSON for key
    - missing `keytype` in the key data
    - we test for invalid `keytype`
    - we test for invalid config value
    - we test for invalid subject delete value
    - we test for invalid version number within schema value
    - we test for generic invalid protobuf schema
    nosahama committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e3899bd View commit details
    Browse the repository at this point in the history