Skip to content

CockroachDB: add to CI test matrix and Docker Compose #1973

@bpamiri

Description

@bpamiri

Summary

CockroachDB is not in the CI test matrix or Docker Compose — the adapter is completely untested.

Details

  • .github/workflows/tests.yml matrix: mysql,postgres,sqlserver,h2,oracle,sqlite — no CockroachDB
  • compose.yml has no CockroachDB service
  • No CockroachDB-specific test files in tests/

Needed

  1. Add CockroachDB service to compose.yml (single-node, cockroachdb/cockroach:latest)
  2. Add cockroachdb to test matrix in .github/workflows/tests.yml
  3. Add datasource configuration for CockroachDB in test setup
  4. Verify all existing tests pass against CockroachDB

Files

  • .github/workflows/tests.yml:42 — test matrix
  • compose.yml — Docker services

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions