Skip to content

Commit

Permalink
Nit: remove errant tab in vschema definition
Browse files Browse the repository at this point in the history
And add comment

Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Feb 17, 2025
1 parent d2002fa commit 9cfe798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/test/endtoend/vreplication/vreplication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func TestMoveTablesIgnoreSourceKeyspace(t *testing.T) {
}
},
"tables": {
"customer": {
"customer": {
"column_vindexes": [
{
"column": "customer_id",
Expand Down Expand Up @@ -651,6 +651,8 @@ func TestMoveTablesIgnoreSourceKeyspace(t *testing.T) {
args := []string{"MoveTables", "--workflow=" + workflow, "--target-keyspace=" + targetKs, "complete"}
run(t, defaultShard, defaultShard, nil, args, true)
})
// You can't complete a partial MoveTables workflow. Well, only the
// last one which moves the last shard(s). So we don't test it here.
}

func testVStreamCellFlag(t *testing.T) {
Expand Down

0 comments on commit 9cfe798

Please sign in to comment.