Skip to content

Commit 6d04c4f

Browse files
committed
Use start-single-node instead of start for cockroachdb
1 parent 6475ca4 commit 6d04c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/cockroachdb/cockroachdb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const defaultPort = 26257
2727

2828
var (
29-
opts = dktest.Options{Cmd: []string{"start", "--insecure"}, PortRequired: true, ReadyFunc: isReady}
29+
opts = dktest.Options{Cmd: []string{"start-single-node", "--insecure"}, PortRequired: true, ReadyFunc: isReady}
3030
// Supported versions: https://www.cockroachlabs.com/docs/releases/release-support-policy#supported-versions
3131
specs = []dktesting.ContainerSpec{
3232
{ImageName: "cockroachdb/cockroach:latest-v24.3", Options: opts},

0 commit comments

Comments
 (0)