prisma-engines
feat(driver-adapters): Enable D1 in query-engine-tests
#4773
Merged

Commits
  • feat(da-executor): use parallel build for faster local test runs
    jkomyno committed 2 years ago
  • chore(da-executor): update typescript
    jkomyno committed 2 years ago
  • chore(da-executor): move utilities to utils.ts
    jkomyno committed 2 years ago
  • feat(da-executor): validate json-rpc requests
    jkomyno committed 2 years ago
  • feat(da-executor): introduce type-safe driver-adapters-manager
    jkomyno committed 2 years ago
  • chore(da-executor): rename "dev" script to "test" to avoid conflicts with "pnpm build" run at the project root
    jkomyno committed 2 years ago
  • feat(query-tests-setup): facilitate driver-adapters JS-driven setup for D1, organise JSON-RPC roundtrips
    jkomyno committed 2 years ago
  • chore(da-executor): get rid of annoying bytes log and unused imports
    jkomyno committed 2 years ago
  • feat(da-executor): add first D1 support to TypeScript side
    jkomyno committed 2 years ago
  • add for d1:
    jkomyno committed 2 years ago
  • add to makefile and yml
    jkomyno committed 2 years ago
  • dev-d1-wasm correct config path
    jkomyno committed 2 years ago
  • chore(da-executor): minor setup fixes
    jkomyno committed 2 years ago
  • feat(da-executor): allow qe-setup to delegate both initialisation and schema migration to JavaScript
    jkomyno committed 2 years ago
  • feat(da-executor): wrap up D1, fix teardown issues
    jkomyno committed 2 years ago
  • feat(da-executor): fix package.json scripts
    jkomyno committed 2 years ago
  • feat(da-executor): fix package.json scripts
    jkomyno committed 2 years ago
  • chore(da-executor): remove unused line
    jkomyno committed 2 years ago
  • chore(da-executor): remove unused line
    jkomyno committed 2 years ago
  • exclude itx tests for d1
    jkomyno committed 2 years ago
  • feat(da-executor): implement migrate reset for D1 + workaround for flakiness
    jkomyno committed 2 years ago
  • chore(da-executor): disable workaround for busy loop, try to see which tests pass
    jkomyno committed 2 years ago
  • chore(da-executor): disable tokio::time::sleep
    jkomyno committed 2 years ago
  • chore(da-executor): minor updates to driver-adapters-manager
    jkomyno committed 2 years ago
  • Merge branch 'feat/da-test-suite-refinements' into feat/jkomyno/d1-qe-tests
    jkomyno committed 2 years ago
  • chore(da-executor): fix lints
    jkomyno committed 2 years ago
  • fix(driver-adapters): libsql tests
    jkomyno committed 2 years ago
  • fix(driver-adapters): clippy
    jkomyno committed 2 years ago
  • feat(da-executor): ensure the given DRIVER_ADAPTER_CONFIG'S proxy_url isn't empty
    jkomyno committed 2 years ago
  • feat(da-executor): fix planetscale tests
    jkomyno committed 2 years ago
  • chore(da-executor): use DROP TABLE IF EXISTS, adjust access modifiers
    jkomyno committed 2 years ago
  • feat(da-executor): remove PRAGMA foreign_keys
    jkomyno committed 2 years ago
  • feat(da-executor): remove DROP INDEX
    jkomyno committed 2 years ago
  • feat(query-engine-tests): fix byoid tests on D1
    jkomyno committed 2 years ago
  • feat(query-engine-tests): fix nested byoid tests on D1
    jkomyno committed 2 years ago
  • feat(query-engine-tests): expose SqliteVersion publicly
    jkomyno committed 2 years ago
  • feat(query-engine-tests): comment out most failing D1 tests
    jkomyno committed 2 years ago
  • feat(query-engine-tests): fix D1 TS setup pipeline. Co-authored-by: @Jolg42 <galeran@prisma.io>
    jkomyno committed 2 years ago
  • feat(query-engine-tests): comment out metrics tests on D1
    jkomyno committed 2 years ago
  • feat(query-engine-tests): comment out other tests on D1
    jkomyno committed 2 years ago
  • chore(query-engine-tests): reduce console spam on D1
    jkomyno committed 2 years ago
  • chore(query-engine-tests): fix TypeScript suites after updates to prisma
    jkomyno committed 2 years ago
  • feat(query-engine-tests): comment out tests that succeed locally
    jkomyno committed 2 years ago
  • feat(query-engine-tests): comment out remaining itx tests
    jkomyno committed 2 years ago
  • fix(query-engine-tests): fix mongodb
    jkomyno committed 2 years ago
  • Merge branch 'main' into feat/jkomyno/d1-qe-tests
    jkomyno committed 2 years ago
  • feat(adapter-d1): comment out some remaining D1 tests. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(adapter-d1): allow parsing bool from double. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(adapter-d1): comment out some tests. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(adapter-d1): comment out some tests. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(da-executor): delete "sqlite_sequence" outside of the batch transaction. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(da-executor): comment out top_level_mutations test. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(da-executor): fix reset? DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • feat(da-executor): comment out failing tests on D1. DRIVER_ADAPTERS_BRANCH=jkomyno/fix/d1-tests
    jkomyno committed 2 years ago
  • chore: retrigger CI/CD
    jkomyno committed 2 years ago
Loading