-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update test expectations after extension numbering fix #17139
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
Conversation
Note that Go test expectations also need to be updated. |
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.
This seems to result in some attributions disappearing rather than getting renumbered?
Yes, but that's the expected behavior. Previously, one of the test-specific models would get the same ID as one of the standard library's models, so when the test output referenced the test-specific model, it accidentally pulled in whatever random standard model had the same ID as well. Now, since each model ID is unique, the hitchhiking standard model doesn't appear in the output at all. |
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.
Approving to unblock. Tests are passing on the internal PR containing a bump of the submodule to the head of this PR.
Ruby fix here: #17156. |
This PR updates test expectations after a CLI fix to ensure that all extension ID values are unique.