Skip to content

CockroachDB destination tests are failing #6069

@hermanschaaf

Description

@hermanschaaf

These tests rely on the order of insertion. This should be fixed once cloudquery/plugin-sdk#528 is addressed.

The CockroachDB tests are currently commented out:

# cockroachdb doesn't support services right now
# https://stackoverflow.com/questions/73648218/github-action-setup-secure-cockroachdb
# - name: Spin CockroachDB
# run: |
# docker run -d -p 26257:26257 cockroachdb/cockroach:v22.1.8 start-single-node --insecure
# sudo apt update && sudo apt install wait-for-it -y
# wait-for-it -h localhost -p 26257
# - name: Test CockroachDB
# run: CQ_DEST_PG_TEST_CONN="postgresql://root@localhost:26257/postgres?sslmode=disable" make test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions