Skip to content

Commit

Permalink
test: Fix failing TestInternalizeLookupVindex sub-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <[email protected]>
  • Loading branch information
beingnoble03 committed Jan 8, 2025
1 parent ee296d2 commit f11a0a7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions go/vt/vttablet/tabletmanager/rpc_vreplication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2144,20 +2144,18 @@ func TestInternalizeLookupVindex(t *testing.T) {
"owned_lookup": {
Type: "lookup_unique",
Params: map[string]string{
"table": "targetks.owned_lookup",
"from": "c1",
"to": "c2",
"write_only": "true",
"table": "targetks.owned_lookup",
"from": "c1",
"to": "c2",
},
Owner: "t1",
},
"unowned_lookup": {
Type: "lookup_unique",
Params: map[string]string{
"table": "targetks.unowned_lookup",
"from": "c1",
"to": "c2",
"write_only": "true",
"table": "targetks.unowned_lookup",
"from": "c1",
"to": "c2",
},
},
"unqualified_lookup": {
Expand Down

0 comments on commit f11a0a7

Please sign in to comment.