Open github-actions[bot] opened 12 hours ago
This issue has multiple T-eam labels. Please make sure it only has one, or else issue synchronization will not work correctly.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
This issue has multiple T-eam labels. Please make sure it only has one, or else issue synchronization will not work correctly.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
The test somehow got zero nodes at: https://github.com/cockroachdb/cockroach/blob/535f8f31b122261c54e0b27f803010c71b25377f/pkg/ccl/workloadccl/fixture.go#L171
which is computed by the caller: https://github.com/cockroachdb/cockroach/blob/535f8f31b122261c54e0b27f803010c71b25377f/pkg/ccl/workloadccl/fixture.go#L430
pkg/ccl/workloadccl/workloadccl_test.TestImportFixtureCSVServer failed on master @ 59848e274abde8644a3f005d711e0c5e484b8d20:
Fatal error:
Stack:
Log preceding fatal error
``` === RUN TestImportFixtureCSVServer test_log_scope.go:165: test logs captured to: outputs.zip/logTestImportFixtureCSVServer3930782724 test_log_scope.go:76: use -show-logs to present logs inline * * ERROR: a panic has occurred! * runtime error: integer divide by zero * (1) attached stack trace * -- stack trace: * | runtime.gopanic * | GOROOT/src/runtime/panic.go:770 * | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop * | pkg/util/stop/stopper.go:535 * | runtime.gopanic * | GOROOT/src/runtime/panic.go:770 * | runtime.panicdivide * | GOROOT/src/runtime/panic.go:240 * | github.com/cockroachdb/cockroach/pkg/ccl/workloadccl.csvServerPaths * | pkg/ccl/workloadccl/fixture.go:171 * | github.com/cockroachdb/cockroach/pkg/ccl/workloadccl.ImportFixture * | pkg/ccl/workloadccl/fixture.go:430 * | pkg/ccl/workloadccl/workloadccl_test_test.TestImportFixtureCSVServer * | pkg/ccl/workloadccl/fixture_test.go:259 * | testing.tRunner * | GOROOT/src/testing/testing.go:1689 * | runtime.goexit * | src/runtime/asm_amd64.s:1695 * Wraps: (2) runtime error: integer divide by zero * Error types: (1) *withstack.withStack (2) runtime.errorString * stopper.go:226: -- test log scope end -- ERROR: a panic has occurred! Details cannot be printed yet because we are still unwinding. Hopefully the test harness prints the panic below, otherwise check the test logs. test logs left over in: outputs.zip/logTestImportFixtureCSVServer3930782724 stopper.go:226: panic: runtime error: integer divide by zero --- FAIL: TestImportFixtureCSVServer (3.00s) ```
Parameters:
attempt=1
run=1
shard=1
Help
See also: How To Investigate a Go Test Failure (internal)
/cc @cockroachdb/test-eng @cockroachdb/sql-foundationsThis test on roachdash | Improve this report!
Jira issue: CRDB-45179