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
cargo build && bash -c 'cd /tmp/ecosystem-tests/dataproxy/deno && $DENO_SRC_DIR/target/debug/deno run -A --unstable npm:prisma@5.8.0-dev.25 generate'
Broken versions print:
┌─────────────────────────────────────────────────────────────┐
│ Deploying your app to serverless or edge functions? │
│ Try Prisma Accelerate for connection pooling and caching. │
│ https://pris.ly/cli/accelerate │
└─────────────────────────────────────────────────────────────┘
(hangs)
Working versions print:
┌─────────────────────────────────────────────────────────────┐
│ Deploying your app to serverless or edge functions? │
│ Try Prisma Accelerate for connection pooling and caching. │
│ https://pris.ly/cli/accelerate │
└─────────────────────────────────────────────────────────────┘
Warning: Not implemented: ChildProcess.prototype.disconnect
The text was updated successfully, but these errors were encountered:
mmastrac
changed the title
Prisma ecosystem test no longer completes
Prisma dataproxy/deno ecosystem test no longer completes
Dec 18, 2023
Version: Deno v1.39.0
Caused by #21490 (via git bisect)
Repro:
Check out https://github.com/prisma/ecosystem-tests in /tmp/
Run against tree:
cargo build && bash -c 'cd /tmp/ecosystem-tests/dataproxy/deno && $DENO_SRC_DIR/target/debug/deno run -A --unstable npm:prisma@5.8.0-dev.25 generate'
Broken versions print:
Working versions print:
The text was updated successfully, but these errors were encountered: