Skip to content
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

[DA] Planetscale engine tests: setDefault ref action #4472

Closed
miguelff opened this issue Nov 21, 2023 · 2 comments
Closed

[DA] Planetscale engine tests: setDefault ref action #4472

miguelff opened this issue Nov 21, 2023 · 2 comments
Assignees
Labels
topic: driver adapters formerly phase 1

Comments

@miguelff
Copy link
Contributor

miguelff commented Nov 21, 2023

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

@jkomyno
Copy link
Contributor

jkomyno commented Feb 29, 2024

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.

@miguelff
Copy link
Contributor Author

Agreed @jkomyno. Thanks for evaluating this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: driver adapters formerly phase 1
Projects
None yet
Development

No branches or pull requests

4 participants