prisma-engines icon indicating copy to clipboard operation
prisma-engines copied to clipboard

[DA] Planetscale engine tests: interactive_tx

Open miguelff opened this issue 1 year ago • 1 comments

This is a subcluster of failures after having enabled planetscale tests in https://github.com/prisma/prisma-engines/pull/4423

Failing tests in this cluster:

new::interactive_tx::interactive_tx::batch_queries_failure
new::interactive_tx::interactive_tx::tx_expiration_failure_cycle
new::interactive_tx::itx_isolation::basic_serializable
new::interactive_tx::itx_isolation::casing_doesnt_matter

Follow the process in This notion scratchpad page

miguelff avatar Nov 21 '23 12:11 miguelff

Updates:

  • new::interactive_tx::itx_isolation::basic_serializable and casing_doesnt_matter likely showcase a problem in the test setup itself, as this issue isn't reproducible in TypeScript. See: https://github.com/prisma/team-orm/issues/973.

jkomyno avatar Feb 29 '24 13:02 jkomyno