-
Notifications
You must be signed in to change notification settings - Fork 547
Closed
cloudquery/plugin-sdk
#561Description
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:
cloudquery/.github/workflows/dest_postgresql.yml
Lines 61 to 69 in dd0592b
| # 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 |
erezrokah
Metadata
Metadata
Assignees
Labels
No labels