Skip to content

Commit

Permalink
chore: fix text
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal committed Aug 30, 2024
1 parent 81a66d3 commit e20b98a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go/cmd/vtctldclient/command/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var (
// GetUnresolvedTransactions makes an GetUnresolvedTransactions gRPC call to a vtctld.
GetUnresolvedTransactions = &cobra.Command{
Use: "GetUnresolvedTransactions <keyspace>",
Short: "Retrieved unresolved transactions for the given keyspace.",
Short: "Retrieves unresolved transactions for the given keyspace.",
Args: cobra.ExactArgs(1),
RunE: commandGetUnresolvedTransactions,
}
Expand Down
3 changes: 1 addition & 2 deletions go/flags/endtoend/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ package flags

import (
"bytes"
_ "embed"
"os"
"os/exec"
"testing"
"text/template"

_ "embed"

"github.com/stretchr/testify/require"

"vitess.io/vitess/go/test/utils"
Expand Down
1 change: 1 addition & 0 deletions go/flags/endtoend/vtctldclient.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Available Commands:
GetTablets Looks up tablets according to filter criteria.
GetThrottlerStatus Get the throttler status for the given tablet.
GetTopologyPath Gets the value associated with the particular path (key) in the topology server.
GetUnresolvedTransactions Retrieves unresolved transactions for the given keyspace.
GetVSchema Prints a JSON representation of a keyspace's topo record.
GetWorkflows Gets all vreplication workflows (Reshard, MoveTables, etc) in the given keyspace.
LegacyVtctlCommand Invoke a legacy vtctlclient command. Flag parsing is best effort.
Expand Down
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletserver/dt_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ func TestNoTwopc(t *testing.T) {
return err
},
}, {
desc: "ReadUnresolvedTransactions",
desc: "UnresolvedTransactions",
fun: func() error {
_, err := txe.UnresolvedTransactions()
return err
Expand Down

0 comments on commit e20b98a

Please sign in to comment.