Skip to content

Add linearizable support to VSchema management #41498

Add linearizable support to VSchema management

Add linearizable support to VSchema management #41498

Triggered via pull request January 6, 2025 20:54
Status Failure
Total duration 10m 21s
Artifacts

unit_test_mysql57.yml

on: pull_request
Unit Test (mysql57)
9m 53s
Unit Test (mysql57)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Unit Test (mysql57): go/vt/topo/topotests/srv_vschema_test.go#L79
too many arguments in call to ts.SaveVSchema
Unit Test (mysql57): go/vt/topo/topotests/srv_vschema_test.go#L121
too many arguments in call to ts.SaveVSchema
Unit Test (mysql57): go/vt/topo/topotests/srv_vschema_test.go#L185
too many arguments in call to ts.SaveVSchema
Unit Test (mysql57): go/vt/vtctld/api_test.go#L85
too many arguments in call to ts.SaveVSchema
Unit Test (mysql57): 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)
Unit Test (mysql57): 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)
Unit Test (mysql57): 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)
Unit Test (mysql57): 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)
Unit Test (mysql57): go/vt/vtgate/executorcontext/vcursor_impl_test.go#L316
cannot use &fakeVSchemaOperator{…} (value of type *fakeVSchemaOperator) as VSchemaOperator value in argument to NewVCursorImpl: *fakeVSchemaOperator does not implement VSchemaOperator (wrong type for method UpdateVSchema)
Unit Test (mysql57): go/vt/wrangler/materializer_test.go#L332
too many arguments in call to env.topoServ.SaveVSchema
Unit Test (mysql57)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.