-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix: New planetscale initialization #4226
Conversation
Is it expected that this works right now? |
Sounds like JS to me indeed. Let's keep this PR open? I'm curious to see tests failing once we merge prisma/prisma#21883 and then this PR should fix them. |
Yes, programmatic interface of |
@SevInf It's actually not failing, see logs https://github.com/prisma/ecosystem-tests/actions/runs/6826041185/job/18565227620 Note: |
Turns out, driver-adapters don't update automatically, in current dev it is still at 5.5.2. If I update it manually, I get a failure as expected:
|
Update happened! |
Now failing as expected on main https://github.com/prisma/ecosystem-tests/actions/runs/6853648850/job/18635007879#step:8:214
|
@SevInf There is something weird with the lambda test, still failing in this PR https://github.com/prisma/ecosystem-tests/actions/runs/6853805528/job/18635586688?pr=4226#step:8:308
|
And it's passing all the tests now ✅ |
See prisma/prisma#21883