You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Smithy PR adds @internal to enum EnumString. We don't respect the semantics of @internal when considering constraint trait ValidationException messages and as a result, the PR updating to Smithy 1.28.1 causes the corresponding protocol tests to begin failing.
The text was updated successfully, but these errors were encountered:
This commit adds two server protocol tests to the list of failing tests
due to #2472. They have
started failing as part of upgrading Smithy to a new version 1.29.0.
I think the Smithy spec should clarify here that this is indeed how the trait should be honored. My reading of the spec does not imply this. I opened a consultation: smithy-lang/smithy#1737.
This Smithy PR adds
@internal
toenum EnumString
. We don't respect the semantics of@internal
when considering constraint traitValidationException
messages and as a result, the PR updating to Smithy 1.28.1 causes the corresponding protocol tests to begin failing.The text was updated successfully, but these errors were encountered: