cockroachdb / cockroachdb/cockroach

changefeedccl: TestChangefeedWorksOnRBRChange incorrectly skips using secondary tenants

Open
#109,418 1 comment 0 reactions 0 assignees View on GitHub
A-cdc A-multiregion C-bug T-cdc
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

**Describe the problem**

in `changefeedccl > changefeed_test.go`:

```go
// Tenants skipped because of:
//
// error executing 'ALTER DATABASE d PRIMARY REGION
// "us-east-1"': pq: get_live_cluster_regions: unimplemented:
// operation is unsupported inside virtual clusters
opts ≔ []feedTestOption{
feedTestNoTenants,
feedTestEnterpriseSinks,
withArgsFn(withTestServerRegion),
}

```

**Expected behavior**

Since MR statements can be used from secondary tenants (with suitable capability and cluster setting override), this test should be made to work this way.

Epic: CRDB-26687

Jira issue: CRDB-30915

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.