From 12a63effe96c6bf1a7a9027b58750d770a518e45 Mon Sep 17 00:00:00 2001 From: Bob Vawter Date: Wed, 10 Apr 2024 08:17:40 -0400 Subject: [PATCH] [DNM] Check go-ora release --- .github/workflows/go-tests.yaml | 76 --------------------------------- go.mod | 2 +- go.sum | 2 + 3 files changed, 3 insertions(+), 77 deletions(-) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 7ddea2e4..183461cb 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -89,82 +89,6 @@ jobs: # COCKROACH_PREV would be nice-to-haves. matrix: include: - # These are our primary supported versions. - - cockroachdb: v23.2 - - cockroachdb: v23.1 - - # Run a test with a separate CockroachDB source and target - # instance to ensure there are no accidental dependencies - # between the source, staging, and target schemas. - - cockroachdb: v23.2 - source: source-cockroachdb-v23.2 - sourceConn: "postgresql://root@127.0.0.1:5400/defaultdb?sslmode=disable" - target: target-cockroachdb-v23.2 - targetConn: "postgresql://root@127.0.0.1:5401/defaultdb?sslmode=disable" - - # Tests for older CockroachDB versions as a source. - - cockroachdb: v23.2 - source: source-cockroachdb-v20.1 - sourceConn: "postgresql://root@127.0.0.1:5400/defaultdb?sslmode=disable" - - cockroachdb: v23.2 - source: source-cockroachdb-v20.2 - sourceConn: "postgresql://root@127.0.0.1:5400/defaultdb?sslmode=disable" - - cockroachdb: v23.2 - source: source-cockroachdb-v21.1 - sourceConn: "postgresql://root@127.0.0.1:5400/defaultdb?sslmode=disable" - - cockroachdb: v23.2 - source: source-cockroachdb-v21.2 - sourceConn: "postgresql://root@127.0.0.1:5400/defaultdb?sslmode=disable" - - # Tests for non-CRDB sources. - - cockroachdb: v23.2 - integration: mysql-v8 - - cockroachdb: v23.2 - integration: mysql-v5.6 - - cockroachdb: v23.2 - integration: mysql-v5.7 - - cockroachdb: v23.2 - integration: mysql-mariadb-v10 - - cockroachdb: v23.2 - integration: postgresql-v11 - - cockroachdb: v23.2 - integration: postgresql-v12 - - cockroachdb: v23.2 - integration: postgresql-v13 - - cockroachdb: v23.2 - integration: postgresql-v14 - - cockroachdb: v23.2 - integration: postgresql-v15 - # Test CRDB via a Kafka cluster - - cockroachdb: v23.2 - integration: kafka-v7.6 - # Test CRDB -> PostgreSQL for migration backfill use cases. - - cockroachdb: v23.2 - target: postgresql-v11 - targetConn: "postgres://postgres:SoupOrSecret@127.0.0.1:5432" - - cockroachdb: v23.2 - target: postgresql-v12 - targetConn: "postgres://postgres:SoupOrSecret@127.0.0.1:5432" - - cockroachdb: v23.2 - target: postgresql-v13 - targetConn: "postgres://postgres:SoupOrSecret@127.0.0.1:5432" - - cockroachdb: v23.2 - target: postgresql-v14 - targetConn: "postgres://postgres:SoupOrSecret@127.0.0.1:5432" - - cockroachdb: v23.2 - target: postgresql-v15 - targetConn: "postgres://postgres:SoupOrSecret@127.0.0.1:5432" - - # Test CRDB -> MySQL for migration backfill use cases. - - cockroachdb: v23.2 - target: mysql-v8 - targetConn: "mysql://root:SoupOrSecret@127.0.0.1:3306/mysql?sslmode=require" - - # Test CRDB -> MariaDB for migration backfill use cases. - - cockroachdb: v23.2 - target: mysql-mariadb-v10 - targetConn: "mysql://root:SoupOrSecret@127.0.0.1:3306/mysql" - # Test CRDB -> OracleDB for migration backfill use case. - cockroachdb: v23.2 target: oracle-v21.3 diff --git a/go.mod b/go.mod index fa33459b..4da85f44 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/jstemmer/go-junit-report/v2 v2.1.0 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.19.0 - github.com/sijms/go-ora/v2 v2.8.7 + github.com/sijms/go-ora/v2 v2.8.11 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 diff --git a/go.sum b/go.sum index 7706951d..45bd8a57 100644 --- a/go.sum +++ b/go.sum @@ -409,6 +409,8 @@ github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed h1:KMgQoLJGCq1Io github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed/go.mod h1:yFdBgwXP24JziuRl2NMUahT7nGLNOKi1SIiFxMttVD4= github.com/sijms/go-ora/v2 v2.8.7 h1:lkbCuXqd5/wn8niyJs/qvfTcSAfi8wBbzc5LYz41g5g= github.com/sijms/go-ora/v2 v2.8.7/go.mod h1:EHxlY6x7y9HAsdfumurRfTd+v8NrEOTR3Xl4FWlH6xk= +github.com/sijms/go-ora/v2 v2.8.11 h1:oQtSX145kCYSjnrmWdtqp2LON9wOQW09wPJ5pIEn5Tg= +github.com/sijms/go-ora/v2 v2.8.11/go.mod h1:EHxlY6x7y9HAsdfumurRfTd+v8NrEOTR3Xl4FWlH6xk= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=