cockroachdb / cockroachdb/cockroach
basalt-26.3.2-rc-20260908: crosscluster/logical: TestLogicalStreamIngestionJob failed
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
crosscluster/logical.TestLogicalStreamIngestionJob [failed](https://mesolite.cluster.engflow.com/invocations/default/154a6740-7ddc-4b24-b932-f3322ce63402?testReportRun=2&testReportShard=1&testReportAttempt=1#targets-Ly9wa2cvY3Jvc3NjbHVzdGVyL2xvZ2ljYWw6bG9naWNhbF90ZXN0) on basalt-26.3.2-rc-20260908 @ [807558e5e81666af257c811e925e4cae570abc28](https://github.com/cockroachdb/cockroach/commits/807558e5e81666af257c811e925e4cae570abc28):
```
=== RUN TestLogicalStreamIngestionJob
test_log_scope.go:172: test logs captured to: outputs.zip/logTestLogicalStreamIngestionJob3960919786
test_log_scope.go:82: use -show-logs to present logs inline
logical_replication_job_test.go:260: -- test log scope end --
test logs left over in: outputs.zip/logTestLogicalStreamIngestionJob3960919786
--- FAIL: TestLogicalStreamIngestionJob (469.73s)
=== RUN TestLogicalStreamIngestionJob/immediate
utils.go:54: waiting for logical replication job 1210161267243810817 to reach replicated time of 1789382315.749946582,0
utils.go:54: waiting for logical replication job 1210161279875809281 to reach replicated time of 1789382315.749946582,0
utils.go:54: waiting for logical replication job 1210161267243810817 to reach replicated time of 1789382330.956800398,0
utils.go:56: condition failed to evaluate within 3m45s: from utils.go:78: logical replication job 1210161267243810817 at 1789382330.820446059,0, waiting to advance past 1789382330.956800398,0
goroutine dump: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/testlogs/pkg/crosscluster/logical/logical_test/shard_1_of_5_run_2_of_3/test.outputs/goroutine_dump_124781100.txt
--- FAIL: TestLogicalStreamIngestionJob/immediate (276.61s)
```
Parameters:
- attempt=1
- race=true
- run=2
- shard=1
Help
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
/cc @cockroachlabs/cdc
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestLogicalStreamIngestionJob.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/bazci/githubpost/issues)
Contributor guide
Research direction
Start with pkg/crosscluster/logical/logical_replication_job_test.go and utils.go, then rerun TestLogicalStreamIngestionJob with -show-logs. Inspect the captured test logs and goroutine dump to determine why the logical replication job does not advance past the expected replicated time; done means the test completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases, distributed-systems, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100