-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-588: CreatedData should throw Error/Warning when undefined data i… #432
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
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.
I see build failures in - https://m2build-ur.devops.magento.com/job/All-User-Requested-Tests/23345/ due to expections like this: Undefined field default_value in entity object with a stepKey of createConfigProductAttribute
. Please verify
…s returned - changed to print warning message for backward compatibility
|
||
// validate log statement | ||
TestLoggingUtil::getInstance()->validateMockLogStatement( | ||
"warning", |
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.
maybe change double quotes to single? Not the end of the world, but read that it avoids processing overhead for strings.
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.
Fixed
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.
A very small change + latest UR build results. Looks good with local runs!
…s returned - prevent printing in unit phase
Updated mainline and get green build https://m2build-ur.devops.magento.com/job/All-User-Requested-Tests/23527/ |
…s returned - prevent printing in unit phase
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.
Looks good!
…s returned
Description
Fixed Issues (if relevant)
Contribution checklist