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

Commit 685b62a

Browse files
committed
changed test names
1 parent 2683b50 commit 685b62a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/data/test_metrics_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ async def test_read_modify_write(self, table, temp_rows, handler, cluster_config
17411741
assert attempt.grpc_throttling_time_ns == 0 # TODO: confirm
17421742
17431743
@CrossSync.pytest
1744-
async def test_read_modify_write_failure_grpc(
1744+
async def test_read_modify_write_failure_cancelled(
17451745
self, table, temp_rows, handler, error_injector
17461746
):
17471747
"""
@@ -1915,7 +1915,7 @@ async def test_check_and_mutate_row(
19151915
assert attempt.grpc_throttling_time_ns == 0 # TODO: confirm
19161916
19171917
@CrossSync.pytest
1918-
async def test_check_and_mutate_row_failure_grpc(
1918+
async def test_check_and_mutate_row_failure_cancelled(
19191919
self, table, temp_rows, handler, error_injector
19201920
):
19211921
"""

0 commit comments

Comments
 (0)