Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit b57ab24

Browse files
committed
added stubs for other rpcs
1 parent f84151f commit b57ab24

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

tests/system/data/test_metrics_async.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,34 @@ async def target(self, client, table_id, instance_id, handler):
9797
table._metrics.add_handler(handler)
9898
yield table
9999

100+
@CrossSync.pytest
101+
async def test_read_rows(self, target, temp_rows, handler, cluster_config):
102+
pass
103+
104+
@CrossSync.pytest
105+
async def test_read_rows_stream(self, target, temp_rows, handler, cluster_config):
106+
pass
107+
108+
@CrossSync.pytest
109+
async def test_read_row(self, target, temp_rows, handler, cluster_config):
110+
pass
111+
112+
@CrossSync.pytest
113+
async def test_read_rows_sharded(self, target, temp_rows, handler, cluster_config):
114+
pass
115+
116+
@CrossSync.pytest
117+
async def test_bulk_mutate_rows(self, target, temp_rows, handler, cluster_config):
118+
pass
119+
120+
@CrossSync.pytest
121+
async def test_row_batcher(self, target, temp_rows, handler, cluster_config):
122+
pass
123+
124+
@CrossSync.pytest
125+
async def test_mutate_row(self, target, temp_rows, handler, cluster_config):
126+
pass
127+
100128
@CrossSync.pytest
101129
async def test_sample_row_keys(self, target, temp_rows, handler, cluster_config):
102130
await target.sample_row_keys()

0 commit comments

Comments
 (0)