Skip to content

Commit f08398d

Browse files
craig[bot]dhartunianandyyang890
committed
153624: ui: bump cluster-ui to 25.4 prerelease r=dhartunian a=dhartunian Resolves: CC-33581 Epic: None Release note: None 153954: changefeedccl: fix TestAlterChangefeedAddTargetsDuringSchemaChangeError r=KeithCh,asg0451 a=andyyang890 This patch deflakes a unit test that started failing because the change to checkpoint aggregators regularly meant that setting a low span-level checkpoint interval wasn't enough to make sure a checkpoint happened quickly enough during the test. Fixes #153918 Release note: None Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Andy Yang <[email protected]>
3 parents 1b92a23 + 5a4adf1 + f3fabf4 commit f08398d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/ccl/changefeedccl/alter_changefeed_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,8 @@ func TestAlterChangefeedAddTargetsDuringSchemaChangeError(t *testing.T) {
13491349
return nil
13501350
}
13511351

1352-
testFeed := feed(t, f, `CREATE CHANGEFEED FOR foo WITH resolved = '1s', no_initial_scan`)
1352+
testFeed := feed(t, f, `CREATE CHANGEFEED FOR foo
1353+
WITH resolved = '1s', no_initial_scan, min_checkpoint_frequency='1ns'`)
13531354
jobFeed := testFeed.(cdctest.EnterpriseTestFeed)
13541355
jobRegistry := s.Server.JobRegistry().(*jobs.Registry)
13551356

pkg/ui/workspaces/cluster-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cockroachlabs/cluster-ui",
3-
"version": "25.3.0-prerelease.0",
3+
"version": "25.4.0-prerelease.0",
44
"description": "Cluster UI is a library of large features shared between CockroachDB and CockroachCloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)