Rachelint commented on code in PR #1507:
URL:
https://github.com/apache/incubator-horaedb/pull/1507#discussion_r1544093307
##########
integration_tests/sdk/rust/src/main.rs:
##########
@@ -117,11 +119,71 @@ async fn test_add_column(
sql_query(client, rpc_ctx, timestamp, test_datas, true).await;
}
-async fn drop_table_if_exists(client: &Arc<dyn DbClient>, rpc_ctx:
&RpcContext, timestamp: i64) {
+async fn test_block_table(client: &Arc<dyn DbClient>, rpc_ctx: &RpcContext,
timestamp: i64) {
Review Comment:
It is used to check if table blocking is enable in sdk write path, I think
place it in sdk test is resonable?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]