-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[java] bump java version to 7.0 for release-7.0
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
…port Settings tweak backport
…ment Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Do not add tablet that is going down. Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Add diagnostic logging to healthcheck.
Backport: Make sure lookup vindexes are queryable inside transaction
backport vitessio#6514 to 7.0 release branch
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
… failure Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Backport of 6522 to release 7.0
…tessio#6546) * tablet_picker: keep trying to find a tablet until context expires Signed-off-by: deepthi <deepthi@planetscale.com> * tablet_picker: keyspace/shard/cells must be provided Signed-off-by: deepthi <deepthi@planetscale.com> * tablet picker: return ks/cell/shard in test result for TestShardMigrateMainflow Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet picker: fix wrangler tests by choosing a valid source per-test Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet picker: fix worker and testlib tests Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet_picker: gofmted Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet picker: fix test races Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet picker: gofmt Signed-off-by: Rohit Nayak <rohit@planetscale.com> * tablet picker: gofmt Signed-off-by: Rohit Nayak <rohit@planetscale.com> * healthcheck: cleanup test code where we were setting the same flag twice Signed-off-by: deepthi <deepthi@planetscale.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
Backport: HandleSet in executor to handle multiple settings in single set statement
…t in dml query Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[vtctld] Migrate cell getters
[vtctld] migrate tablet getters
…nd_pkg [vtctld] vtctldclient command pkg
[vtctld] Add GetSrvVSchema command
[vtctld] Migrate GetSchema
[vtctld] Migrate ListBackups as GetBackups in new vtctld server
[vtctld] Migrate GetVSchema to VtctldServer
[vtctld] Migrate topo management RPCs
…ce_errors [vtctldclient] Set `SilenceErrors` on the root command, so we don't double-log
Provide named function for squashing usage errors; start using it
Signed-off-by: Andrew Mason <amason@slack-corp.com>
@setassociative @doeg I've updated this branch to include the following:
Here are the relevant test results:
If you want the diff between the last deploy and now: slack-vitess-2021.01.11.rc1...slack-vitess-2021.01.11-release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:rubber_stamp:
And against the local example GetTablets + GetSchema
|
Tagged current branch HEAD as |
[vtctld | tests only] testtmclient refactor Conflicts: go/vt/vtadmin/api_test.go go/vt/vtctl/reparentutil/emergency_reparenter_test.go go/vt/vtctl/reparentutil/planned_reparenter_test.go Resolved by `git rm -f` those files. Note: Also includes a change to grpcvtctldclient/client_test.go, not in the cherry-picked commit, to use the testutil constructor for vtctldservers. Signed-off-by: Andrew Mason <amason@slack-corp.com> wip test fixes Signed-off-by: Andrew Mason <amason@slack-corp.com>
[vtctld] Add v0 GetWorkflows rpc and workflow/vexec packages Signed-off-by: Andrew Mason <amason@slack-corp.com> Conflicts: go/vt/proto/vtctldata/vtctldata.pb.go go/vt/proto/vtctlservice/vtctlservice.pb.go go/vt/vtctl/grpcvtctldclient/client_gen.go go/vt/vtctl/grpcvtctldserver/server.go go/vt/wrangler/vexec.go proto/vtctldata.proto proto/vtctlservice.proto
Signed-off-by: Andrew Mason <amason@slack-corp.com>
814f29a
to
cd78f4e
Compare
I've pushed up 2 more cherry-picks to allow us to start working with the new workflows API! Contains:
Testing:
@setassociative @doeg mind taking a look? Then I'll tag it and start to deploy. |
@ajm188 looks reasonable to me! Thank you for doing this. Are the test failures significant or is that "expected"? |
......... "expected" unfortunately |
Tagged current branch as |
For vtctld, just to get the diff reviewed and approved. We shouldn't merge this to tinyspeck/master.
Contains the following PRs:
I ran
make build
at each cherry-pick; the code is buildable and I can run the local example at hit a grpc endpoint:And the retaining of the legacy format (note
vtctlclient
notvtctldclient
here):