Skip to content

Test envelope type enum with mixed index inheritance#1072

Open
marcdaniels-toast wants to merge 1 commit intoblock:mainfrom
marcdaniels-toast:mdaniels/issue-1029/event-envelope-type-enum-unit-test
Open

Test envelope type enum with mixed index inheritance#1072
marcdaniels-toast wants to merge 1 commit intoblock:mainfrom
marcdaniels-toast:mdaniels/issue-1029/event-envelope-type-enum-unit-test

Conversation

@marcdaniels-toast
Copy link
Contributor

Adds one unit test that belongs with recently-merged #1067. This checks the event envelope type enum for the index inheritance scenario where subtypes inherit from an indexed supertype. This is an important edge case to test since it validates that:

  1. Concrete subtypes appear in the enum (even when they inherit)
  2. Abstract supertypes don't appear (even when they're indexed)
  3. The mix of inherited + own indexes works correctly

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.

1 participant