We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a subcluster of failures after having enabled planetscale tests in #4423
Failing tests in this cluster:
new::ref_actions::on_delete::set_default::one2many_opt::delete_parent new::ref_actions::on_delete::set_default::one2many_opt::delete_parent_no_exist_fail new::ref_actions::on_delete::set_default::one2many_req::delete_parent new::ref_actions::on_delete::set_default::one2many_req::delete_parent_no_exist_fail new::ref_actions::on_delete::set_default::one2one_opt::delete_parent new::ref_actions::on_delete::set_default::one2one_opt::delete_parent_no_exist_fail new::ref_actions::on_delete::set_default::one2one_req::delete_parent new::ref_actions::on_delete::set_default::one2one_req::delete_parent_no_exist_fail
Please follow this process
The text was updated successfully, but these errors were encountered:
The test cases above are expected to fail, as:
MySQL doesn't support SetDefault for InnoDB (which is our only supported engine at the moment).
(the statement above can be found here).
I hence recommend we close this issue.
Sorry, something went wrong.
Agreed @jkomyno. Thanks for evaluating this.
miguelff
No branches or pull requests
This is a subcluster of failures after having enabled planetscale tests in #4423
Failing tests in this cluster:
Please follow this process
The text was updated successfully, but these errors were encountered: