Add linearizable support to VSchema management #9741
Annotations
10 errors and 1 warning
Code Coverage:
go/vt/topo/test/vschema.go#L47
too many arguments in call to ts.SaveVSchema
|
Code Coverage:
go/vt/topo/test/vschema.go#L67
too many arguments in call to ts.SaveVSchema
|
Code Coverage:
go/vt/topo/topotests/srv_vschema_test.go#L79
too many arguments in call to ts.SaveVSchema
|
Code Coverage:
go/vt/topo/topotests/srv_vschema_test.go#L121
too many arguments in call to ts.SaveVSchema
|
Code Coverage:
go/vt/topo/topotests/srv_vschema_test.go#L185
too many arguments in call to ts.SaveVSchema
|
Code Coverage:
go/vt/vttablet/tabletserver/vstreamer/testenv/testenv.go#L208
too many arguments in call to te.TopoServ.SaveVSchema
|
Code Coverage:
go/vt/vtgate/executorcontext/vcursor_impl_test.go#L49
cannot use (*fakeVSchemaOperator)(nil) (value of type *fakeVSchemaOperator) as VSchemaOperator value in variable declaration: *fakeVSchemaOperator does not implement VSchemaOperator (wrong type for method UpdateVSchema)
|
Code Coverage:
go/vt/vtgate/executorcontext/vcursor_impl_test.go#L173
cannot use &fakeVSchemaOperator{…} (value of type *fakeVSchemaOperator) as VSchemaOperator value in argument to NewVCursorImpl: *fakeVSchemaOperator does not implement VSchemaOperator (wrong type for method UpdateVSchema)
|
Code Coverage:
go/vt/vtgate/executorcontext/vcursor_impl_test.go#L239
cannot use &fakeVSchemaOperator{…} (value of type *fakeVSchemaOperator) as VSchemaOperator value in argument to NewVCursorImpl: *fakeVSchemaOperator does not implement VSchemaOperator (wrong type for method UpdateVSchema)
|
Code Coverage:
go/vt/vtgate/executorcontext/vcursor_impl_test.go#L293
cannot use &fakeVSchemaOperator{…} (value of type *fakeVSchemaOperator) as VSchemaOperator value in argument to NewVCursorImpl: *fakeVSchemaOperator does not implement VSchemaOperator (wrong type for method UpdateVSchema)
|
Code Coverage
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|