From 972ac84c0512a3ed26dd36fa32510b2a06b9a7a5 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Fri, 10 Feb 2023 11:39:57 -0500 Subject: [PATCH] roachtest: rename SQLExperience -> SQLSessions Release note: None --- pkg/cmd/roachtest/registry/owners.go | 2 +- pkg/cmd/roachtest/tests/activerecord.go | 2 +- pkg/cmd/roachtest/tests/asyncpg.go | 2 +- pkg/cmd/roachtest/tests/awsdms.go | 2 +- pkg/cmd/roachtest/tests/connection_latency.go | 6 +++--- pkg/cmd/roachtest/tests/django.go | 2 +- pkg/cmd/roachtest/tests/drain.go | 4 ++-- pkg/cmd/roachtest/tests/flowable.go | 2 +- pkg/cmd/roachtest/tests/gopg.go | 2 +- pkg/cmd/roachtest/tests/gorm.go | 2 +- pkg/cmd/roachtest/tests/hibernate.go | 2 +- pkg/cmd/roachtest/tests/import.go | 14 +++++++------- pkg/cmd/roachtest/tests/jasyncsql.go | 2 +- pkg/cmd/roachtest/tests/knex.go | 2 +- pkg/cmd/roachtest/tests/libpq.go | 2 +- pkg/cmd/roachtest/tests/liquibase.go | 2 +- pkg/cmd/roachtest/tests/nodejs_postgres.go | 2 +- pkg/cmd/roachtest/tests/pgjdbc.go | 2 +- pkg/cmd/roachtest/tests/pgx.go | 2 +- pkg/cmd/roachtest/tests/pop.go | 2 +- pkg/cmd/roachtest/tests/psycopg.go | 8 ++++---- pkg/cmd/roachtest/tests/ruby_pg.go | 2 +- pkg/cmd/roachtest/tests/rust_postgres.go | 2 +- pkg/cmd/roachtest/tests/sequelize.go | 2 +- pkg/cmd/roachtest/tests/sqlalchemy.go | 2 +- pkg/cmd/roachtest/tests/typeorm.go | 2 +- 26 files changed, 38 insertions(+), 38 deletions(-) diff --git a/pkg/cmd/roachtest/registry/owners.go b/pkg/cmd/roachtest/registry/owners.go index 2c0021a24dae..68606b66d921 100644 --- a/pkg/cmd/roachtest/registry/owners.go +++ b/pkg/cmd/roachtest/registry/owners.go @@ -16,7 +16,7 @@ type Owner string // The allowable values of Owner. const ( - OwnerSQLExperience Owner = `sql-sessions` + OwnerSQLSessions Owner = `sql-sessions` OwnerDisasterRecovery Owner = `disaster-recovery` OwnerCDC Owner = `cdc` OwnerKV Owner = `kv` diff --git a/pkg/cmd/roachtest/tests/activerecord.go b/pkg/cmd/roachtest/tests/activerecord.go index d1084b69c62b..bbf0af03f363 100644 --- a/pkg/cmd/roachtest/tests/activerecord.go +++ b/pkg/cmd/roachtest/tests/activerecord.go @@ -242,7 +242,7 @@ func registerActiveRecord(r registry.Registry) { r.Add(registry.TestSpec{ Name: "activerecord", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), NativeLibs: registry.LibGEOS, Tags: []string{`default`, `orm`}, diff --git a/pkg/cmd/roachtest/tests/asyncpg.go b/pkg/cmd/roachtest/tests/asyncpg.go index 4406cd643425..4558afab5f68 100644 --- a/pkg/cmd/roachtest/tests/asyncpg.go +++ b/pkg/cmd/roachtest/tests/asyncpg.go @@ -139,7 +139,7 @@ func registerAsyncpg(r registry.Registry) { r.Add(registry.TestSpec{ Name: "asyncpg", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1, spec.CPU(16)), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/awsdms.go b/pkg/cmd/roachtest/tests/awsdms.go index 87984c081fdc..6477a16ea2d8 100644 --- a/pkg/cmd/roachtest/tests/awsdms.go +++ b/pkg/cmd/roachtest/tests/awsdms.go @@ -184,7 +184,7 @@ func dmsDescribeTasksInput( func registerAWSDMS(r registry.Registry) { r.Add(registry.TestSpec{ Name: "awsdms", - Owner: registry.OwnerSQLExperience, // TODO(otan): add a migrations OWNERS team + Owner: registry.OwnerSQLSessions, // TODO(otan): add a migrations OWNERS team Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `awsdms`}, Run: runAWSDMS, diff --git a/pkg/cmd/roachtest/tests/connection_latency.go b/pkg/cmd/roachtest/tests/connection_latency.go index d09c41b607c5..259edfe87203 100644 --- a/pkg/cmd/roachtest/tests/connection_latency.go +++ b/pkg/cmd/roachtest/tests/connection_latency.go @@ -119,7 +119,7 @@ func registerConnectionLatencyTest(r registry.Registry) { numNodes := 3 r.Add(registry.TestSpec{ Name: fmt.Sprintf("connection_latency/nodes=%d/certs", numNodes), - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, // Add one more node for load node. Cluster: r.MakeClusterSpec(numNodes+1, spec.Zones(regionUsCentral)), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { @@ -135,7 +135,7 @@ func registerConnectionLatencyTest(r registry.Registry) { r.Add(registry.TestSpec{ Name: fmt.Sprintf("connection_latency/nodes=%d/multiregion/certs", numMultiRegionNodes), - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(numMultiRegionNodes+loadNodes, spec.Geo(), spec.Zones(geoZonesStr)), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { runConnectionLatencyTest(ctx, t, c, numMultiRegionNodes, numZones, false /*password*/) @@ -144,7 +144,7 @@ func registerConnectionLatencyTest(r registry.Registry) { r.Add(registry.TestSpec{ Name: fmt.Sprintf("connection_latency/nodes=%d/multiregion/password", numMultiRegionNodes), - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(numMultiRegionNodes+loadNodes, spec.Geo(), spec.Zones(geoZonesStr)), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { runConnectionLatencyTest(ctx, t, c, numMultiRegionNodes, numZones, true /*password*/) diff --git a/pkg/cmd/roachtest/tests/django.go b/pkg/cmd/roachtest/tests/django.go index 67e0d8b59264..fca75928bb92 100644 --- a/pkg/cmd/roachtest/tests/django.go +++ b/pkg/cmd/roachtest/tests/django.go @@ -215,7 +215,7 @@ func registerDjango(r registry.Registry) { r.Add(registry.TestSpec{ Name: "django", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1, spec.CPU(16)), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/drain.go b/pkg/cmd/roachtest/tests/drain.go index 203ff63e073a..265b8bad0ddc 100644 --- a/pkg/cmd/roachtest/tests/drain.go +++ b/pkg/cmd/roachtest/tests/drain.go @@ -32,7 +32,7 @@ func registerDrain(r registry.Registry) { { r.Add(registry.TestSpec{ Name: "drain/early-exit-conn-wait", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { runEarlyExitInConnectionWait(ctx, t, c) @@ -41,7 +41,7 @@ func registerDrain(r registry.Registry) { r.Add(registry.TestSpec{ Name: "drain/warn-conn-wait-timeout", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { runTestWarningForConnWait(ctx, t, c) diff --git a/pkg/cmd/roachtest/tests/flowable.go b/pkg/cmd/roachtest/tests/flowable.go index 81f63f904dc5..44ac76413ae8 100644 --- a/pkg/cmd/roachtest/tests/flowable.go +++ b/pkg/cmd/roachtest/tests/flowable.go @@ -104,7 +104,7 @@ func registerFlowable(r registry.Registry) { r.Add(registry.TestSpec{ Name: "flowable", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { runFlowable(ctx, t, c) diff --git a/pkg/cmd/roachtest/tests/gopg.go b/pkg/cmd/roachtest/tests/gopg.go index 1424536cda3f..99780981f4ed 100644 --- a/pkg/cmd/roachtest/tests/gopg.go +++ b/pkg/cmd/roachtest/tests/gopg.go @@ -164,7 +164,7 @@ func registerGopg(r registry.Registry) { r.Add(registry.TestSpec{ Name: "gopg", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/gorm.go b/pkg/cmd/roachtest/tests/gorm.go index f689f6e28e3c..f86ce7504fcc 100644 --- a/pkg/cmd/roachtest/tests/gorm.go +++ b/pkg/cmd/roachtest/tests/gorm.go @@ -134,7 +134,7 @@ func registerGORM(r registry.Registry) { r.Add(registry.TestSpec{ Name: "gorm", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: runGORM, diff --git a/pkg/cmd/roachtest/tests/hibernate.go b/pkg/cmd/roachtest/tests/hibernate.go index 84f0ee9ce144..737bd6321a57 100644 --- a/pkg/cmd/roachtest/tests/hibernate.go +++ b/pkg/cmd/roachtest/tests/hibernate.go @@ -235,7 +235,7 @@ func registerHibernate(r registry.Registry, opt hibernateOptions) { r.Add(registry.TestSpec{ Name: opt.testName, - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), NativeLibs: registry.LibGEOS, Tags: []string{`default`, `orm`}, diff --git a/pkg/cmd/roachtest/tests/import.go b/pkg/cmd/roachtest/tests/import.go index d5634bdcdccf..76a520ad7f17 100644 --- a/pkg/cmd/roachtest/tests/import.go +++ b/pkg/cmd/roachtest/tests/import.go @@ -85,7 +85,7 @@ func registerImportNodeShutdown(r registry.Registry) { r.Add(registry.TestSpec{ Name: "import/nodeShutdown/worker", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(4), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { c.Put(ctx, t.Cockroach(), "./cockroach") @@ -99,7 +99,7 @@ func registerImportNodeShutdown(r registry.Registry) { }) r.Add(registry.TestSpec{ Name: "import/nodeShutdown/coordinator", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(4), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { c.Put(ctx, t.Cockroach(), "./cockroach") @@ -162,7 +162,7 @@ func registerImportTPCC(r registry.Registry) { timeout := 5 * time.Hour r.Add(registry.TestSpec{ Name: testName, - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(numNodes), Timeout: timeout, EncryptionSupport: registry.EncryptionMetamorphic, @@ -175,7 +175,7 @@ func registerImportTPCC(r registry.Registry) { const geoZones = "europe-west2-b,europe-west4-b,asia-northeast1-b,us-west1-b" r.Add(registry.TestSpec{ Name: fmt.Sprintf("import/tpcc/warehouses=%d/geo", geoWarehouses), - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(8, spec.CPU(16), spec.Geo(), spec.Zones(geoZones)), Timeout: 5 * time.Hour, EncryptionSupport: registry.EncryptionMetamorphic, @@ -207,7 +207,7 @@ func registerImportTPCH(r registry.Registry) { item := item r.Add(registry.TestSpec{ Name: fmt.Sprintf(`import/tpch/nodes=%d`, item.nodes), - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(item.nodes), Timeout: item.timeout, EncryptionSupport: registry.EncryptionMetamorphic, @@ -347,7 +347,7 @@ func runImportMixedVersion( func registerImportMixedVersion(r registry.Registry) { r.Add(registry.TestSpec{ Name: "import/mixed-versions", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, // Mixed-version support was added in 21.1. Cluster: r.MakeClusterSpec(4), Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { @@ -394,7 +394,7 @@ func registerImportDecommissioned(r registry.Registry) { r.Add(registry.TestSpec{ Name: "import/decommissioned", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(4), Run: runImportDecommissioned, }) diff --git a/pkg/cmd/roachtest/tests/jasyncsql.go b/pkg/cmd/roachtest/tests/jasyncsql.go index f5051cc34325..e5c84a8540a7 100644 --- a/pkg/cmd/roachtest/tests/jasyncsql.go +++ b/pkg/cmd/roachtest/tests/jasyncsql.go @@ -148,7 +148,7 @@ func registerJasyncSQL(r registry.Registry) { r.Add(registry.TestSpec{ Name: "jasync", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/knex.go b/pkg/cmd/roachtest/tests/knex.go index 11994c6aad79..85e055ea29d6 100644 --- a/pkg/cmd/roachtest/tests/knex.go +++ b/pkg/cmd/roachtest/tests/knex.go @@ -128,7 +128,7 @@ func registerKnex(r registry.Registry) { r.Add(registry.TestSpec{ Name: "knex", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), NativeLibs: registry.LibGEOS, Tags: []string{`default`, `orm`}, diff --git a/pkg/cmd/roachtest/tests/libpq.go b/pkg/cmd/roachtest/tests/libpq.go index 17eb126f482d..20c2b8d05e87 100644 --- a/pkg/cmd/roachtest/tests/libpq.go +++ b/pkg/cmd/roachtest/tests/libpq.go @@ -140,7 +140,7 @@ func registerLibPQ(r registry.Registry) { r.Add(registry.TestSpec{ Name: "lib/pq", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `driver`}, Run: runLibPQ, diff --git a/pkg/cmd/roachtest/tests/liquibase.go b/pkg/cmd/roachtest/tests/liquibase.go index 1085cbe86cfe..5ed047ce222d 100644 --- a/pkg/cmd/roachtest/tests/liquibase.go +++ b/pkg/cmd/roachtest/tests/liquibase.go @@ -132,7 +132,7 @@ func registerLiquibase(r registry.Registry) { r.Add(registry.TestSpec{ Name: "liquibase", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `tool`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/nodejs_postgres.go b/pkg/cmd/roachtest/tests/nodejs_postgres.go index 9065511956aa..1ee93c60871c 100644 --- a/pkg/cmd/roachtest/tests/nodejs_postgres.go +++ b/pkg/cmd/roachtest/tests/nodejs_postgres.go @@ -168,7 +168,7 @@ PGSSLCERT=$HOME/certs/client.%s.crt PGSSLKEY=$HOME/certs/client.%s.key PGSSLROOT r.Add(registry.TestSpec{ Name: "node-postgres", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `driver`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/pgjdbc.go b/pkg/cmd/roachtest/tests/pgjdbc.go index a2472fdd9f2b..c837dba12dda 100644 --- a/pkg/cmd/roachtest/tests/pgjdbc.go +++ b/pkg/cmd/roachtest/tests/pgjdbc.go @@ -211,7 +211,7 @@ func registerPgjdbc(r registry.Registry) { r.Add(registry.TestSpec{ Name: "pgjdbc", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `driver`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/pgx.go b/pkg/cmd/roachtest/tests/pgx.go index c59b6954d2aa..dcee382abd7b 100644 --- a/pkg/cmd/roachtest/tests/pgx.go +++ b/pkg/cmd/roachtest/tests/pgx.go @@ -140,7 +140,7 @@ func registerPgx(r registry.Registry) { r.Add(registry.TestSpec{ Name: "pgx", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `driver`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/pop.go b/pkg/cmd/roachtest/tests/pop.go index 5c0bd2580aa7..1cf98dae36f5 100644 --- a/pkg/cmd/roachtest/tests/pop.go +++ b/pkg/cmd/roachtest/tests/pop.go @@ -100,7 +100,7 @@ func registerPop(r registry.Registry) { r.Add(registry.TestSpec{ Name: "pop", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: runPop, diff --git a/pkg/cmd/roachtest/tests/psycopg.go b/pkg/cmd/roachtest/tests/psycopg.go index b9de3e7ca68f..c7a5333dc342 100644 --- a/pkg/cmd/roachtest/tests/psycopg.go +++ b/pkg/cmd/roachtest/tests/psycopg.go @@ -81,15 +81,15 @@ func registerPsycopg(r registry.Registry) { // TODO(rafi): When psycopg 2.9.4 is released and tagged, // use the tag version instead of the commit. - //if err := repeatGitCloneE( + // if err := repeatGitCloneE( // ctx, t, c, // "https://github.com/psycopg/psycopg2.git", // "/mnt/data1/psycopg", // supportedPsycopgTag, // node, - //); err != nil { + // ); err != nil { // t.Fatal(err) - //} + // } if err = c.RunE(ctx, node, "git clone https://github.com/psycopg/psycopg2.git /mnt/data1/psycopg"); err != nil { t.Fatal(err) } @@ -148,7 +148,7 @@ func registerPsycopg(r registry.Registry) { r.Add(registry.TestSpec{ Name: "psycopg", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `driver`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/ruby_pg.go b/pkg/cmd/roachtest/tests/ruby_pg.go index a53d62168d56..58924dd99eff 100644 --- a/pkg/cmd/roachtest/tests/ruby_pg.go +++ b/pkg/cmd/roachtest/tests/ruby_pg.go @@ -227,7 +227,7 @@ func registerRubyPG(r registry.Registry) { r.Add(registry.TestSpec{ Name: "ruby-pg", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), NativeLibs: registry.LibGEOS, Tags: []string{`default`, `orm`}, diff --git a/pkg/cmd/roachtest/tests/rust_postgres.go b/pkg/cmd/roachtest/tests/rust_postgres.go index fa5512b1f692..db23d83e8d06 100644 --- a/pkg/cmd/roachtest/tests/rust_postgres.go +++ b/pkg/cmd/roachtest/tests/rust_postgres.go @@ -163,7 +163,7 @@ func registerRustPostgres(r registry.Registry) { r.Add(registry.TestSpec{ Name: "rust-postgres", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1, spec.CPU(16)), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/sequelize.go b/pkg/cmd/roachtest/tests/sequelize.go index a7d3f99c6cd6..f6929a4dba63 100644 --- a/pkg/cmd/roachtest/tests/sequelize.go +++ b/pkg/cmd/roachtest/tests/sequelize.go @@ -151,7 +151,7 @@ func registerSequelize(r registry.Registry) { r.Add(registry.TestSpec{ Name: "sequelize", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), NativeLibs: registry.LibGEOS, Tags: []string{`default`, `orm`}, diff --git a/pkg/cmd/roachtest/tests/sqlalchemy.go b/pkg/cmd/roachtest/tests/sqlalchemy.go index 52ba71246c94..06eb2e56a848 100644 --- a/pkg/cmd/roachtest/tests/sqlalchemy.go +++ b/pkg/cmd/roachtest/tests/sqlalchemy.go @@ -37,7 +37,7 @@ var supportedSQLAlchemyTag = "1.4.46" func registerSQLAlchemy(r registry.Registry) { r.Add(registry.TestSpec{ Name: "sqlalchemy", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) { diff --git a/pkg/cmd/roachtest/tests/typeorm.go b/pkg/cmd/roachtest/tests/typeorm.go index 1fd16942a933..26bf448de716 100644 --- a/pkg/cmd/roachtest/tests/typeorm.go +++ b/pkg/cmd/roachtest/tests/typeorm.go @@ -180,7 +180,7 @@ func registerTypeORM(r registry.Registry) { r.Add(registry.TestSpec{ Name: "typeorm", - Owner: registry.OwnerSQLExperience, + Owner: registry.OwnerSQLSessions, Cluster: r.MakeClusterSpec(1), Tags: []string{`default`, `orm`}, Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {