Skip to content

Commit

Permalink
update go/test/endtoend/utils/mysql.go to accept testing.TB again
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Jun 13, 2024
1 parent 4c5c0ea commit f0206bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go/test/endtoend/utils/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"fmt"
"os"
"path"
"testing"

"github.com/stretchr/testify/assert"

Expand Down Expand Up @@ -132,7 +131,7 @@ func prepareMySQLWithSchema(params mysql.ConnParams, sql string) error {
return nil
}

func compareVitessAndMySQLResults(t *testing.T, query string, vtQr, mysqlQr *sqltypes.Result, compareColumns bool) {
func compareVitessAndMySQLResults(t TestingT, query string, vtQr, mysqlQr *sqltypes.Result, compareColumns bool) {
if vtQr == nil && mysqlQr == nil {
return
}
Expand Down Expand Up @@ -188,7 +187,7 @@ func compareVitessAndMySQLResults(t *testing.T, query string, vtQr, mysqlQr *sql
t.Error(errStr)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Static Code Checks Etc

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_readafterwrite)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_unsharded)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_concurrentdml)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vttablet_prscomplex)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (mysql80)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vschema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / End-to-End Test (Race)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_transaction)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_gen4)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_topo_etcd)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_general_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_vindex_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_partial_keyspace)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (tabletmanager_consul)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_reservedconn)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (vtgate_schema_tracker)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (15)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (13)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (18)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Queries)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (12)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Query Serving (Schema)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run endtoend tests on Cluster (ers_prs_newfeatures_heavy)

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old VTTablet

t.Error undefined (type TestingT has no field or method Error)

Check failure on line 187 in go/test/endtoend/utils/mysql.go

View workflow job for this annotation

GitHub Actions / Run Upgrade Downgrade Test - Reparent Old Vtctl

t.Error undefined (type TestingT has no field or method Error)
}

func compareVitessAndMySQLErrors(t *testing.T, vtErr, mysqlErr error) {
func compareVitessAndMySQLErrors(t TestingT, vtErr, mysqlErr error) {
if vtErr != nil && mysqlErr != nil || vtErr == nil && mysqlErr == nil {
return
}
Expand Down

0 comments on commit f0206bd

Please sign in to comment.