CLDR-17756 first cut at test for missing examples #3835
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLDR-17756
Add a test for which paths don't have examples.
Some paths don't have any obvious examples, because their values are not patterns, nor are components of patterns.
So there is a mechanism to exclude those paths.
The test currently succeeds, because all of the failures are now logKnownIssues, with a brief comment for what to do, and a list of the starred paths that need to be handled. The process will be to successively add examples for paths in ExampleGenerator, until the LogKnownIssues can be removed.
There were two tickets that I used for the logKnownIssues; the next step would be to file additional tickets, probably grouping related items so there aren't too many additional tickets.
Run TestForMissing -allKnownIssues to see the full listing, currently:
ALLOW_MANY_COMMITS=true