You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the Prisma framework test is failing (after applying the fix in planetscale/vitess-framework-testing#149); vttestserver produces the following stack traces:
After unwinding history for a while, it appears to have been broken in #7655; checking out de902e5d62 produces the same failure and similar stack traces, but the previous merge to master (ffb5d4d for #7670) does not.
Yes, it does actually require both CREATE TABLE statements. I cannot begin to guess why :)
If you want to try the full Prisma test suite and planetscale/vitess-framework-testing#149 hasn't been merged, the following will build and run the test harness from that branch:
git clone -b prisma-fixes https://github.com/planetscale/vitess-framework-testing.git
cd vitess-framework-testing
# Set VT_HOST, VT_PORT, VT_USERNAME, VT_PASSWORD, VT_DATABASE, VT_NUM_SHARDS, and VT_DIALECT for your environment. I'm using VT_NUM_SHARDS=1 and VT_DIALECT=mysql57
./run.sh build_image javascript/prisma
./run.sh run_test javascript/prisma
Binary version
$ vtcombo --version
ERROR: logging before flag.Parse: E0503 17:41:25.805074 790 syslogger.go:149] can't connect to syslog
Version: 11.0.0-SNAPSHOT (Git revision 97e5963deb branch 'master') built on Mon May 3 17:35:38 UTC 2021 by vitess@09d48e4773a3 using go1.15.6 linux/amd64
Overview of the Issue
Right now, the Prisma framework test is failing (after applying the fix in planetscale/vitess-framework-testing#149);
vttestserver
produces the following stack traces:After unwinding history for a while, it appears to have been broken in #7655; checking out de902e5d62 produces the same failure and similar stack traces, but the previous merge to master (ffb5d4d for #7670) does not.
Reproduction Steps
Yes, it does actually require both
CREATE TABLE
statements. I cannot begin to guess why :)If you want to try the full Prisma test suite and planetscale/vitess-framework-testing#149 hasn't been merged, the following will build and run the test harness from that branch:
Binary version
Operating system and Environment details
On the host:
In the
vttestserver
container:Log Fragments
Just the stack traces, already pasted above
The text was updated successfully, but these errors were encountered: