1. Unskip the test: remove Vitess from the exclude list.

Use this commands to see occurrences of the exclusion.

cd prisma-engines/query-engine/connector-test-kit-rs
grep -R exclude |grep -i Planetscale

Run the test and see it fail

Use the script below to test each individual test (eg. new::interactive_tx::interactive_tx::batch_queries_failure):

make dev-planetscale && RUST_BACKTRACE=1 cargo test -p query-engine-tests new::interactive_tx::interactive_tx::batch_queries_failure -- --test-threads=1 --nocapture

Determine the outcome

Assurance