Skip to content
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

Prisma dataproxy/deno ecosystem test no longer completes #21630

Closed
mmastrac opened this issue Dec 18, 2023 · 0 comments · Fixed by #21647
Closed

Prisma dataproxy/deno ecosystem test no longer completes #21630

mmastrac opened this issue Dec 18, 2023 · 0 comments · Fixed by #21647
Assignees
Labels
bug Something isn't working correctly node compat

Comments

@mmastrac
Copy link
Contributor

mmastrac commented 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:

┌─────────────────────────────────────────────────────────────┐
│  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
@mmastrac mmastrac changed the title Prisma ecosystem test no longer completes Prisma dataproxy/deno ecosystem test no longer completes Dec 18, 2023
@mmastrac mmastrac added bug Something isn't working correctly node compat labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants