Temporarily remove cockroachdb from CI
pgtype has a ton of tests that don't work on CockroachDB. And because of how the tests are structured it is difficult to skip just those tests. pgtype may have significant changes before v5 is released so delay updating these tests.
This commit is contained in:
@@ -15,7 +15,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17]
|
||||
pg-version: [10, 11, 12, 13, 14, cockroachdb]
|
||||
pg-version: [10, 11, 12, 13, 14]
|
||||
# pg-version: [10, 11, 12, 13, 14, cockroachdb]
|
||||
include:
|
||||
- pg-version: 10
|
||||
pgx-test-database: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||
@@ -57,9 +58,9 @@ jobs:
|
||||
pgx-test-tls-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test?sslmode=require
|
||||
pgx-test-md5-password-conn-string: postgres://pgx_md5:secret@127.0.0.1/pgx_test
|
||||
pgx-test-plain-password-conn-string: postgres://pgx_pw:secret@127.0.0.1/pgx_test
|
||||
- pg-version: cockroachdb
|
||||
pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||
pgx-test-conn-string: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||
# - pg-version: cockroachdb
|
||||
# pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||
# pgx-test-conn-string: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user