Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccl/changefeedccl: TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed #127027

Closed
cockroach-teamcity opened this issue Jul 11, 2024 · 42 comments
Assignees
Labels
A-multitenancy Related to multi-tenancy branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-kv KV Team X-duplicate Closed as a duplicate of another issue.

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 11, 2024

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 57f8cd3e4d313fabf544cb9ad4b9394e62b30f9d:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 6927644 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality4038929937
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-40244

@cockroach-teamcity cockroach-teamcity added branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-cdc labels Jul 11, 2024
@blathers-crl blathers-crl bot added the A-cdc Change Data Capture label Jul 11, 2024
@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ d6523e58ab3c09998535e88646ca16c1ead1ae4e:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m51s)

Stack:

goroutine 6976901 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality19768007
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 06b2821b30cae7702357a90b324ba978ff5a264c:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 9013046 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality1414949683
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ becb7b34f9c8835be4604ac264ad710e3be74a25:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 7938931 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality348502334
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@rharding6373 rharding6373 added P-2 Issues/test failures with a fix SLA of 3 months and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Jul 17, 2024
@rharding6373
Copy link
Collaborator

Dupe of #125170, but going to keep this open for now to collect failures on this branch.

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 50997d5de6ad7d491773bef5a036ec94affa6fae:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 5918314 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality529035876
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ e51cbb69bcf05958cc824be3430cfc605fd67431:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m52s)

Stack:

goroutine 8348191 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3611697159
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ a9dbf6532dc1861ffd7c9fd97b70cfc77601191e:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m52s)

Stack:

goroutine 5649301 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2790886511
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 3e6ce926b45ba418c06f41edae4fa803de9da957:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 7652331 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality1747368883
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 4f17f985fc1727754b3458e196a45cf8030b7028:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 6971772 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality1469698787
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 188086bcf12cea639ee70b495355a38c4b5a7485:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 6639971 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3045588423
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ c754434cecbdc6016bc6cc6b7541ffbd71a50bed:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 4818700 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2424130688
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 176a890e37967fbe1397b847ab56414ccc8675ff:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m52s)

Stack:

goroutine 5768339 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality552046253
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 0fe112b376f8ab668e976203576f24d068719e18:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 5096026 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality600367946
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 2feee435a8da14eacd174fbb0d30e90553c69b3a:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 8130061 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3009718879
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 89c848692fd0888dfbc891e52806b8b9c7ddd778:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m52s)

Stack:

goroutine 7039539 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3695443671
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 180be10619d449bf55c9e69c140d7909d7b3584a:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 5209931 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2253957557
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 0a0b118f9d382ac486886776a9abdd1110ab2094:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m52s)

Stack:

goroutine 6068928 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2754614872
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@andyyang890
Copy link
Collaborator

Reassigning to myself since it's probably the same cause as #125231.

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 0160d8d357816d6f60c62c5514eac90c1283c9a8:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m50s)

Stack:

goroutine 6581019 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3660800313
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ ddd4a8c93caf4e35e2b8c07d309e0b6b119465f6:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 6085414 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2603405196
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 2a5af58bede2d8cb9782250f57ed368e0f303dd9:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 6324151 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality41919313
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@andyyang890
Copy link
Collaborator

See comment for issue tracking failures on master: #125170 (comment)

@andyyang890 andyyang890 removed their assignment Aug 15, 2024
@andyyang890 andyyang890 added A-multitenancy Related to multi-tenancy T-kv KV Team and removed T-cdc labels Aug 15, 2024
@kvoli kvoli added the X-duplicate Closed as a duplicate of another issue. label Aug 15, 2024
@kvoli
Copy link
Collaborator

kvoli commented Aug 15, 2024

Duplicate of #125170.

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ bca8ec145e8f5c3c4bdc0d1a180e93226a8a1309:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 6086686 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality4261243080
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ ad6b2703da053d039990d6375eb13efcc4a93be2:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m51s)

Stack:

goroutine 6731921 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2820154632
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges
    changefeed_dist_test.go:421: relocating range for 0 to store 1
    changefeed_dist_test.go:421: relocating range for 1 to store 1
    changefeed_dist_test.go:421: relocating range for 2 to store 2
    changefeed_dist_test.go:421: relocating range for 3 to store 2
    changefeed_dist_test.go:421: relocating range for 4 to store 3
    changefeed_dist_test.go:421: relocating range for 5 to store 3
    changefeed_dist_test.go:421: relocating range for 6 to store 3
    changefeed_dist_test.go:421: relocating range for 7 to store 3
    changefeed_dist_test.go:421: relocating range for 8 to store 4
    changefeed_dist_test.go:421: relocating range for 9 to store 4
    changefeed_dist_test.go:421: relocating range for 10 to store 4
    changefeed_dist_test.go:421: relocating range for 11 to store 4
    changefeed_dist_test.go:421: relocating range for 12 to store 4
    changefeed_dist_test.go:421: relocating range for 13 to store 4
    changefeed_dist_test.go:421: relocating range for 14 to store 4
    changefeed_dist_test.go:421: relocating range for 15 to store 4
    changefeed_dist_test.go:421: relocating range for 16 to store 5
    changefeed_dist_test.go:421: relocating range for 17 to store 5
    changefeed_dist_test.go:421: relocating range for 18 to store 5
    changefeed_dist_test.go:421: relocating range for 19 to store 5
    changefeed_dist_test.go:421: relocating range for 20 to store 5

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ f78ab275432b1bc6cbd528ff810518abd38734db:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m48s)

Stack:

goroutine 6380434 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

    changefeed_dist_test.go:421: relocating range for 14 to store 4
    changefeed_dist_test.go:421: relocating range for 15 to store 4
    changefeed_dist_test.go:421: relocating range for 16 to store 5
    changefeed_dist_test.go:421: relocating range for 17 to store 5
    changefeed_dist_test.go:421: relocating range for 18 to store 5
    changefeed_dist_test.go:421: relocating range for 19 to store 5
    changefeed_dist_test.go:421: relocating range for 20 to store 5
    changefeed_dist_test.go:421: relocating range for 21 to store 5
    changefeed_dist_test.go:421: relocating range for 22 to store 5
    changefeed_dist_test.go:421: relocating range for 23 to store 5
    changefeed_dist_test.go:421: relocating range for 24 to store 5
    changefeed_dist_test.go:421: relocating range for 25 to store 5
    changefeed_dist_test.go:421: relocating range for 26 to store 5
    changefeed_dist_test.go:421: relocating range for 27 to store 5
    changefeed_dist_test.go:421: relocating range for 28 to store 5
    changefeed_dist_test.go:421: relocating range for 29 to store 5
    changefeed_dist_test.go:421: relocating range for 30 to store 5
    changefeed_dist_test.go:421: relocating range for 31 to store 5
    changefeed_dist_test.go:421: relocating range for 32 to store 6
    changefeed_dist_test.go:421: relocating range for 33 to store 6
    changefeed_dist_test.go:421: relocating range for 34 to store 6
    changefeed_dist_test.go:421: relocating range for 35 to store 6
    changefeed_dist_test.go:421: relocating range for 36 to store 6
    changefeed_dist_test.go:421: relocating range for 37 to store 6
    changefeed_dist_test.go:421: relocating range for 38 to store 6
    changefeed_dist_test.go:421: relocating range for 39 to store 6
    changefeed_dist_test.go:421: relocating range for 40 to store 6
    changefeed_dist_test.go:421: relocating range for 41 to store 6
    changefeed_dist_test.go:421: relocating range for 42 to store 6
    changefeed_dist_test.go:421: relocating range for 43 to store 6
    changefeed_dist_test.go:421: relocating range for 44 to store 6
    changefeed_dist_test.go:421: relocating range for 45 to store 6
    changefeed_dist_test.go:421: relocating range for 46 to store 6
    changefeed_dist_test.go:421: relocating range for 47 to store 6
    changefeed_dist_test.go:421: relocating range for 48 to store 6
    changefeed_dist_test.go:421: relocating range for 49 to store 6
    changefeed_dist_test.go:421: relocating range for 50 to store 6
    changefeed_dist_test.go:421: relocating range for 51 to store 6
    changefeed_dist_test.go:421: relocating range for 52 to store 6
    changefeed_dist_test.go:421: relocating range for 53 to store 6
    changefeed_dist_test.go:421: relocating range for 54 to store 6
    changefeed_dist_test.go:421: relocating range for 55 to store 6
    changefeed_dist_test.go:421: relocating range for 56 to store 6
    changefeed_dist_test.go:421: relocating range for 57 to store 6
    changefeed_dist_test.go:421: relocating range for 58 to store 6
    changefeed_dist_test.go:421: relocating range for 59 to store 6
    changefeed_dist_test.go:421: relocating range for 60 to store 6
    changefeed_dist_test.go:421: relocating range for 61 to store 6
    changefeed_dist_test.go:421: relocating range for 62 to store 6
    changefeed_dist_test.go:421: relocating range for 63 to store 6

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ cfa078ae682a0d794ab1cc528bb80bc474b19348:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 5565910 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2639857038
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ aa5cfc570c2875548db61118978d6c293516f908:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 5659266 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality4196858540
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges
    changefeed_dist_test.go:421: relocating range for 0 to store 1
    changefeed_dist_test.go:421: relocating range for 1 to store 1
    changefeed_dist_test.go:421: relocating range for 2 to store 2
    changefeed_dist_test.go:421: relocating range for 3 to store 2
    changefeed_dist_test.go:421: relocating range for 4 to store 3
    changefeed_dist_test.go:421: relocating range for 5 to store 3
    changefeed_dist_test.go:421: relocating range for 6 to store 3
    changefeed_dist_test.go:421: relocating range for 7 to store 3
    changefeed_dist_test.go:421: relocating range for 8 to store 4
    changefeed_dist_test.go:421: relocating range for 9 to store 4

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 5e6f25e373b95ada765dacfa38ec89be4a4981a4:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 7079240 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2758363671
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 432f9dc6ebbf538d9a7238c6f778c77c0671365d:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 7079160 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality3520141173
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges
    changefeed_dist_test.go:421: relocating range for 0 to store 1
    changefeed_dist_test.go:421: relocating range for 1 to store 1
    changefeed_dist_test.go:421: relocating range for 2 to store 2
    changefeed_dist_test.go:421: relocating range for 3 to store 2
    changefeed_dist_test.go:421: relocating range for 4 to store 3
    changefeed_dist_test.go:421: relocating range for 5 to store 3
    changefeed_dist_test.go:421: relocating range for 6 to store 3
    changefeed_dist_test.go:421: relocating range for 7 to store 3
    changefeed_dist_test.go:421: relocating range for 8 to store 4
    changefeed_dist_test.go:421: relocating range for 9 to store 4
    changefeed_dist_test.go:421: relocating range for 10 to store 4
    changefeed_dist_test.go:421: relocating range for 11 to store 4
    changefeed_dist_test.go:421: relocating range for 12 to store 4
    changefeed_dist_test.go:421: relocating range for 13 to store 4
    changefeed_dist_test.go:421: relocating range for 14 to store 4
    changefeed_dist_test.go:421: relocating range for 15 to store 4
    changefeed_dist_test.go:421: relocating range for 16 to store 5
    changefeed_dist_test.go:421: relocating range for 17 to store 5
    changefeed_dist_test.go:421: relocating range for 18 to store 5
    changefeed_dist_test.go:421: relocating range for 19 to store 5
    changefeed_dist_test.go:421: relocating range for 20 to store 5
    changefeed_dist_test.go:421: relocating range for 21 to store 5
    changefeed_dist_test.go:421: relocating range for 22 to store 5
    changefeed_dist_test.go:421: relocating range for 23 to store 5
    changefeed_dist_test.go:421: relocating range for 24 to store 5
    changefeed_dist_test.go:421: relocating range for 25 to store 5
    changefeed_dist_test.go:421: relocating range for 26 to store 5
    changefeed_dist_test.go:421: relocating range for 27 to store 5
    changefeed_dist_test.go:421: relocating range for 28 to store 5
    changefeed_dist_test.go:421: relocating range for 29 to store 5
    changefeed_dist_test.go:421: relocating range for 30 to store 5

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 1a7f19534727732a5b203212da2623057a35693e:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m55s)

Stack:

goroutine 8811489 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2301062871
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 61f6ce5d78afd1411c8195ecf2f6c3b31f761476:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 4641923 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2438860924
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ e86144ad131bd13c1cb09f0b84da0fd2b2669688:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 5600363 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality393345716
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges
    changefeed_dist_test.go:421: relocating range for 0 to store 1
    changefeed_dist_test.go:421: relocating range for 1 to store 1
    changefeed_dist_test.go:421: relocating range for 2 to store 2
    changefeed_dist_test.go:421: relocating range for 3 to store 2
    changefeed_dist_test.go:421: relocating range for 4 to store 3
    changefeed_dist_test.go:421: relocating range for 5 to store 3
    changefeed_dist_test.go:421: relocating range for 6 to store 3
    changefeed_dist_test.go:421: relocating range for 7 to store 3
    changefeed_dist_test.go:421: relocating range for 8 to store 4
    changefeed_dist_test.go:421: relocating range for 9 to store 4
    changefeed_dist_test.go:421: relocating range for 10 to store 4
    changefeed_dist_test.go:421: relocating range for 11 to store 4
    changefeed_dist_test.go:421: relocating range for 12 to store 4
    changefeed_dist_test.go:421: relocating range for 13 to store 4
    changefeed_dist_test.go:421: relocating range for 14 to store 4
    changefeed_dist_test.go:421: relocating range for 15 to store 4
    changefeed_dist_test.go:421: relocating range for 16 to store 5
    changefeed_dist_test.go:421: relocating range for 17 to store 5
    changefeed_dist_test.go:421: relocating range for 18 to store 5
    changefeed_dist_test.go:421: relocating range for 19 to store 5
    changefeed_dist_test.go:421: relocating range for 20 to store 5

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@github-project-automation github-project-automation bot moved this to Incoming in KV Aug 28, 2024
@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 0c1bd88baf96cbaf3b8222fdd365ba43296b8f5e:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m53s)

Stack:

goroutine 5837132 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality2568174941
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges
    changefeed_dist_test.go:421: relocating range for 0 to store 1
    changefeed_dist_test.go:421: relocating range for 1 to store 1
    changefeed_dist_test.go:421: relocating range for 2 to store 2
    changefeed_dist_test.go:421: relocating range for 3 to store 2
    changefeed_dist_test.go:421: relocating range for 4 to store 3
    changefeed_dist_test.go:421: relocating range for 5 to store 3
    changefeed_dist_test.go:421: relocating range for 6 to store 3
    changefeed_dist_test.go:421: relocating range for 7 to store 3
    changefeed_dist_test.go:421: relocating range for 8 to store 4
    changefeed_dist_test.go:421: relocating range for 9 to store 4
    changefeed_dist_test.go:421: relocating range for 10 to store 4
    changefeed_dist_test.go:421: relocating range for 11 to store 4
    changefeed_dist_test.go:421: relocating range for 12 to store 4
    changefeed_dist_test.go:421: relocating range for 13 to store 4
    changefeed_dist_test.go:421: relocating range for 14 to store 4
    changefeed_dist_test.go:421: relocating range for 15 to store 4
    changefeed_dist_test.go:421: relocating range for 16 to store 5
    changefeed_dist_test.go:421: relocating range for 17 to store 5
    changefeed_dist_test.go:421: relocating range for 18 to store 5
    changefeed_dist_test.go:421: relocating range for 19 to store 5
    changefeed_dist_test.go:421: relocating range for 20 to store 5
    changefeed_dist_test.go:421: relocating range for 21 to store 5
    changefeed_dist_test.go:421: relocating range for 22 to store 5
    changefeed_dist_test.go:421: relocating range for 23 to store 5
    changefeed_dist_test.go:421: relocating range for 24 to store 5
    changefeed_dist_test.go:421: relocating range for 25 to store 5
    changefeed_dist_test.go:421: relocating range for 26 to store 5
    changefeed_dist_test.go:421: relocating range for 27 to store 5
    changefeed_dist_test.go:421: relocating range for 28 to store 5
    changefeed_dist_test.go:421: relocating range for 29 to store 5
    changefeed_dist_test.go:421: relocating range for 30 to store 5
    changefeed_dist_test.go:421: relocating range for 31 to store 5
    changefeed_dist_test.go:421: relocating range for 32 to store 6
    changefeed_dist_test.go:421: relocating range for 33 to store 6
    changefeed_dist_test.go:421: relocating range for 34 to store 6
    changefeed_dist_test.go:421: relocating range for 35 to store 6

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality failed with artifacts on release-24.2 @ 13c54e882d05f8ec1f6257a74c75cc9670c4fa37:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality (14m54s)

Stack:

goroutine 5423779 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x30c
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x38
Log preceding fatal error

=== RUN   TestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f236cfce7e32f4b492de4b4f1cd80c96/logTestChangefeedWithSimpleDistributionStrategyAndConstrainedLocality1957798079
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:157: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    changefeed_dist_test.go:407: creating and splitting table into single-key ranges

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@iskettaneh
Copy link
Contributor

should be fixed by #130261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-multitenancy Related to multi-tenancy branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-kv KV Team X-duplicate Closed as a duplicate of another issue.
Projects
No open projects
Status: Incoming
Development

No branches or pull requests

6 participants