Skip to content

Commit

Permalink
Updated tests for new expanded replication location.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Farr <Peter@PrismaPhonic.com>
  • Loading branch information
PrismaPhonic committed Aug 24, 2020
1 parent 6c1fc30 commit 1e51804
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions go/vt/wrangler/vexec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,19 @@ func TestWorkflowListStreams(t *testing.T) {
require.Nil(t, err)
want := `{
"Workflow": "wrWorkflow",
"SourceKeyspace": "source",
"TargetKeyspace": "target",
"SourceLocation": {
"Keyspace": "source",
"Shards": [
"0"
]
},
"TargetLocation": {
"Keyspace": "target",
"Shards": [
"-80",
"80-"
]
},
"ShardStatuses": {
"-80/zone1-0000000200": {
"MasterReplicationStatuses": [
Expand Down

0 comments on commit 1e51804

Please sign in to comment.