Skip to content

Commit

Permalink
logictest: move paragraph in comment that got separated
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
andyyang890 committed Feb 2, 2023
1 parent 9470850 commit f99717d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/sql/logictest/logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,15 +380,14 @@ import (
// in the cluster with index N (note this is 0-indexed, while
// node IDs themselves are 1-indexed). Otherwise, it will connect
// to the node with index 0 (node ID 1).
// A "host-cluster-" prefix can be prepended to the user, which will force
// the user session to be against the host cluster (useful for multi-tenant
// configurations).
//
// - upgrade N
// When using a cockroach-go/testserver logictest, upgrades the node at
// index N to the version specified by the logictest config.
//
// A "host-cluster-" prefix can be prepended to the user, which will force
// the user session to be against the host cluster (useful for multi-tenant
// configurations).
//
// - skipif <mysql/mssql/postgresql/cockroachdb/config CONFIG [ISSUE]>
// Skips the following `statement` or `query` if the argument is
// postgresql, cockroachdb, or a config matching the currently
Expand Down

0 comments on commit f99717d

Please sign in to comment.