Skip to content

changefeedccl: deflake TestParquetRows#166173

Open
KeithCh wants to merge 1 commit intocockroachdb:masterfrom
KeithCh:deflake-TestParquetRows
Open

changefeedccl: deflake TestParquetRows#166173
KeithCh wants to merge 1 commit intocockroachdb:masterfrom
KeithCh:deflake-TestParquetRows

Conversation

@KeithCh
Copy link
Contributor

@KeithCh KeithCh commented Mar 19, 2026

Use override instead of setting the cluster setting using a SQL
statement to prevent a race condition.

Fixes: #158214
Release note: None

Use override instead of setting the cluster setting using a SQL
statement to prevent a race condition.

Fixes: cockroachdb#158214
Release note: None
@KeithCh KeithCh requested a review from a team as a code owner March 19, 2026 15:04
@KeithCh KeithCh requested review from aerfrei and removed request for a team March 19, 2026 15:04
@trunk-io
Copy link
Contributor

trunk-io bot commented Mar 19, 2026

Merging to master in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@KeithCh KeithCh added the backport-26.1.x Flags PRs that need to be backported to 26.1 label Mar 19, 2026

sysDB := sqlutils.MakeSQLRunner(srv.SystemLayer().SQLConn(t))
sysDB.Exec(t, "SET CLUSTER SETTING kv.rangefeed.enabled = true")
for _, l := range []serverutils.ApplicationLayerInterface{s, srv.SystemLayer()} {
Copy link
Contributor

@aerfrei aerfrei Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we're doing this on both the aplication layer and the system layer (hence the range). Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-26.1.x Flags PRs that need to be backported to 26.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ccl/changefeedccl: TestParquetRows failed

3 participants