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

Commit a16360c

Browse files
authored
Update test_data_api.py
1 parent a895bc2 commit a16360c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/system/v2_client/test_data_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ class ReadRowsErrorInjector(UnaryStreamClientInterceptor):
6161
6262
The error injector is configured to inject errors off the self.errors_to_inject queue.
6363
Exceptions can be configured to arise either during stream initialization or in the middle
64-
of a stream.
64+
of a stream. If no errors are in the error injection queue, the ReadRows RPC call will behave
65+
normally.
6566
"""
6667
def __init__(self):
6768
self.errors_to_inject = []

0 commit comments

Comments
 (0)