|
| 1 | +package planetscale |
| 2 | + |
| 3 | +import ( |
| 4 | + "context" |
| 5 | + "net/http" |
| 6 | + "net/http/httptest" |
| 7 | + "testing" |
| 8 | + |
| 9 | + qt "github.com/frankban/quicktest" |
| 10 | +) |
| 11 | + |
| 12 | +func TestWorkflows_List(t *testing.T) { |
| 13 | + c := qt.New(t) |
| 14 | + |
| 15 | + ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { |
| 16 | + w.WriteHeader(200) |
| 17 | + out := `{"type":"list","current_page":1,"next_page":null,"next_page_url":null,"prev_page":null,"prev_page_url":null,"data":[{"id":"thisisanid","type":"Workflow","name":"shard-table","number":1,"state":"completed","created_at":"2025-03-18T16:22:15.293Z","updated_at":"2025-03-18T16:22:15.293Z","started_at":null,"completed_at":null,"cancelled_at":null,"reversed_at":null,"retried_at":null,"data_copy_completed_at":null,"cutover_at":null,"replicas_switched":false,"primaries_switched":false,"switch_replicas_at":null,"switch_primaries_at":null,"verify_data_at":null,"workflow_type":"move_tables","workflow_subtype":null,"may_retry":false,"verified_data_stale":false,"branch":{"id":"ddi0rgmj636p","type":"Branch","name":"main","created_at":"2025-03-18T16:22:14.872Z","deleted_at":null,"updated_at":"2025-03-18T16:22:15.169Z"},"source_keyspace":{"id":"ki6zinvzi973","type":"BranchKeyspace","name":"source-keyspace","created_at":"2025-03-18T16:22:15.016Z","deleted_at":null,"updated_at":"2025-03-18T16:22:15.128Z"},"target_keyspace":{"id":"n4bqtq0akviv","type":"BranchKeyspace","name":"target-keyspace","created_at":"2025-03-18T16:22:15.240Z","deleted_at":null,"updated_at":"2025-03-18T16:22:15.240Z"},"actor":{"id":"lcuyaidzbteb","type":"User","display_name":"[email protected]","avatar_url":"https://app.planetscale.com/gravatar-fallback.png"},"verify_data_by":null,"reversed_by":null,"switch_replicas_by":null,"switch_primaries_by":null,"cancelled_by":null,"completed_by":null,"retried_by":null,"cutover_by":null,"reversed_cutover_by":null}]}` |
| 18 | + _, err := w.Write([]byte(out)) |
| 19 | + c.Assert(err, qt.IsNil) |
| 20 | + })) |
| 21 | + |
| 22 | + client, err := NewClient(WithBaseURL(ts.URL)) |
| 23 | + c.Assert(err, qt.IsNil) |
| 24 | + |
| 25 | + ctx := context.Background() |
| 26 | + |
| 27 | + workflows, err := client.Workflows.List(ctx, &ListWorkflowsRequest{ |
| 28 | + Organization: "foo", |
| 29 | + Database: "bar", |
| 30 | + }) |
| 31 | + |
| 32 | + wantID := "thisisanid" |
| 33 | + |
| 34 | + c.Assert(err, qt.IsNil) |
| 35 | + c.Assert(len(workflows), qt.Equals, 1) |
| 36 | + c.Assert(workflows[0].ID, qt.Equals, wantID) |
| 37 | + c.Assert(workflows[0].Name, qt.Equals, "shard-table") |
| 38 | + c.Assert(workflows[0].Number, qt.Equals, 1) |
| 39 | +} |
| 40 | + |
| 41 | +func TestWorkflows_Get(t *testing.T) { |
| 42 | + c := qt.New(t) |
| 43 | + |
| 44 | + ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { |
| 45 | + w.WriteHeader(200) |
| 46 | + out := `{"id":"thisisanid","type":"Workflow","name":"shard-table","number":1,"state":"pending","created_at":"2025-03-18T17:21:55.546Z","updated_at":"2025-03-18T17:21:55.618Z","started_at":null,"completed_at":null,"cancelled_at":null,"reversed_at":null,"retried_at":null,"data_copy_completed_at":null,"cutover_at":null,"replicas_switched":false,"primaries_switched":false,"switch_replicas_at":null,"switch_primaries_at":null,"verify_data_at":null,"workflow_type":"move_tables","workflow_subtype":null,"may_retry":false,"verified_data_stale":false,"branch":{"id":"hjcq437nimp2","type":"Branch","name":"branch","created_at":"2025-03-18T17:21:55.194Z","updated_at":"2025-03-18T17:21:55.434Z","restore_checklist_completed_at":null,"schema_last_updated_at":"2025-03-18T17:21:55.360Z","mysql_address":"us-east.connect.psdb.cloud","mysql_provider_address":"aws.connect.psdb.cloud","schema_ready":true,"state":"ready","vtgate_size":"vg.c1.nano","vtgate_count":1,"cluster_rate_name":"PS_10","mysql_edge_address":"aws.connect.psdb.cloud","ready":true,"metal":false,"production":true,"safe_migrations":true,"sharded":true,"shard_count":4,"stale_schema":false,"index_usage_enabled":true,"actor":{"id":"55cloymikacf","type":"User","display_name":"[email protected]","avatar_url":"https://app.planetscale.com/gravatar-fallback.png"},"restored_from_branch":null,"private_connectivity":false,"private_edge_connectivity":false,"html_url":"http://app.pscaledev.com:3001/organization1/weathered-bush-4453/main","has_replicas":true,"has_read_only_replicas":false,"url":"http://api.pscaledev.com:3000/v1/organizations/organization1/databases/weathered-bush-4453/branches/main","region":{"id":"ps-region-id","type":"Region","provider":"AWS","enabled":true,"public_ip_addresses":[],"display_name":"AWS us-east-1","location":"Ashburn, Virginia","slug":"us-east","current_default":true},"parent_branch":null},"source_keyspace":{"id":"w7l4fekda4xg","type":"BranchKeyspace","name":"source-keyspace","shards":1,"sharded":false,"replicas":2,"extra_replicas":0,"created_at":"2025-03-18T17:21:55.284Z","updated_at":"2025-03-18T17:21:55.390Z","cluster_rate_name":"PS_10","cluster_rate_display_name":"PS-10","resizing":false,"ready":true,"metal":false,"vector_pool_allocation":null,"resize_pending":false},"target_keyspace":{"id":"65qnxzwehl6f","type":"BranchKeyspace","name":"target-keyspace","shards":4,"sharded":true,"replicas":2,"extra_replicas":0,"created_at":"2025-03-18T17:21:55.499Z","updated_at":"2025-03-18T17:21:55.499Z","cluster_rate_name":"PS_10","cluster_rate_display_name":"PS-10","resizing":false,"ready":true,"metal":false,"vector_pool_allocation":null,"resize_pending":false},"actor":{"id":"55cloymikacf","type":"User","display_name":"[email protected]","avatar_url":"https://app.planetscale.com/gravatar-fallback.png"},"verify_data_by":null,"reversed_by":null,"switch_replicas_by":null,"switch_primaries_by":null,"cancelled_by":null,"completed_by":null,"retried_by":null,"cutover_by":null,"reversed_cutover_by":null,"streams":[{"id":"z7orf7caq72o","type":"WorkflowStream","state":"copying","created_at":"2025-03-18T17:21:55.598Z","updated_at":"2025-03-18T17:21:55.598Z","vitess_id":1,"target_shard":"-80","source_shard":"-80","target_tablet_uid":"target-uid","target_tablet_cell":"target-cell","position":"position","stop_position":"stop-position","rows_copied":10,"component_throttled":null,"component_throttled_at":null,"primary_serving":false,"info":"important info"}],"tables":[{"id":"5lje0cf2dvdi","type":"WorkflowTable","name":"cool-snowflake-2076","created_at":"2025-03-18T17:21:55.584Z","updated_at":"2025-03-18T17:21:55.584Z","rows_copied":10,"rows_total":100,"rows_percentage":10}],"vdiff":{"id":"n86yn5nr26zc","type":"WorkflowVDiff","state":"pending","created_at":"2025-03-18T17:21:55.614Z","updated_at":"2025-03-18T17:21:55.614Z","started_at":null,"completed_at":null,"has_mismatch":false,"progress_percentage":null,"eta_seconds":null,"table_reports":[{"id":"rw5saem6ltq0","type":"WorkflowVDiffTableReport","table_name":"users","shard":"-","mismatched_rows_count":0,"extra_source_rows_count":0,"extra_target_rows_count":0,"extra_source_rows":[],"extra_target_rows":[],"mismatched_rows":[],"sample_extra_source_rows_query":null,"sample_extra_target_rows_query":null,"sample_mismatched_rows_query":null,"created_at":"2025-03-18T17:21:55.624Z","updated_at":"2025-03-18T17:21:55.624Z"}]}}` |
| 47 | + _, err := w.Write([]byte(out)) |
| 48 | + c.Assert(err, qt.IsNil) |
| 49 | + })) |
| 50 | + |
| 51 | + client, err := NewClient(WithBaseURL(ts.URL)) |
| 52 | + c.Assert(err, qt.IsNil) |
| 53 | + |
| 54 | + ctx := context.Background() |
| 55 | + |
| 56 | + workflow, err := client.Workflows.Get(ctx, &GetWorkflowRequest{ |
| 57 | + Organization: "foo", |
| 58 | + Database: "bar", |
| 59 | + WorkflowNumber: 1, |
| 60 | + }) |
| 61 | + |
| 62 | + wantID := "thisisanid" |
| 63 | + |
| 64 | + c.Assert(err, qt.IsNil) |
| 65 | + c.Assert(workflow.ID, qt.Equals, wantID) |
| 66 | + c.Assert(workflow.Name, qt.Equals, "shard-table") |
| 67 | + c.Assert(workflow.Number, qt.Equals, 1) |
| 68 | + c.Assert(workflow.SourceKeyspace.Name, qt.Equals, "source-keyspace") |
| 69 | + c.Assert(workflow.TargetKeyspace.Name, qt.Equals, "target-keyspace") |
| 70 | + c.Assert(workflow.Branch.Name, qt.Equals, "branch") |
| 71 | + c.Assert(workflow.VDiff.State, qt.Equals, "pending") |
| 72 | + c.Assert(len(*workflow.Streams), qt.Equals, 1) |
| 73 | + c.Assert(len(*workflow.Tables), qt.Equals, 1) |
| 74 | +} |
0 commit comments