Gabriella Lotz has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22779 )

Change subject: Add /api/v1/leader endpoint to REST API endpoints
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/22779/2/src/kudu/master/rest_catalog-test.cc
File src/kudu/master/rest_catalog-test.cc:

http://gerrit.cloudera.org:8080/#/c/22779/2/src/kudu/master/rest_catalog-test.cc@561
PS2, Line 561:   string table_id;
             :   ASSERT_OK(GetTableId(kTableName, &table_id));
             :   EasyCurl c;
             :   faststring buf;
             :   c.set_custom_method("PUT");
             :   ASSERT_OK(c.PostToURL(Substitute("http://$0/api/v1/tables/$1";,
             :                                    
cluster_->mini_master()->bound_http_addr().ToString(),
             :                                    table_id),
             :                         R"({
             :                           "table": {
             :                             "table_name": "test_table"
             :                           },
             :                           "new_table_owner": "new_owner"
             :                         }
             :                         )",
             :                         &buf));
> I guess we could do a bit more assertion:
Done



--
To view, visit http://gerrit.cloudera.org:8080/22779
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If74db14bee2d273529ebfb02e72c6675bb094bce
Gerrit-Change-Number: 22779
Gerrit-PatchSet: 3
Gerrit-Owner: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>
Gerrit-Comment-Date: Thu, 24 Apr 2025 13:15:48 +0000
Gerrit-HasComments: Yes

Reply via email to