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

Commit 5ccb57c

Browse files
committed
removed sync export metrics
1 parent 05ae3ec commit 5ccb57c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

tests/system/data/test_metrics_async.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,15 +2194,14 @@ async def test_check_and_mutate_row_failure_unauthorized(
21942194

21952195

21962196
@pytest.mark.order('last')
2197-
@CrossSync.convert_class(sync_name="TestExportedMetrics")
2198-
class TestExportedMetricsAsync(SystemTestRunner):
2197+
@CrossSync.drop
2198+
class TestExportedMetrics(SystemTestRunner):
21992199
"""
22002200
Checks to make sure metrics were exported by tests
22012201
22022202
Runs at the end of test suite, to allow other tests to write metrics
22032203
"""
22042204

2205-
22062205
@pytest.fixture(scope="session")
22072206
def client(self):
22082207
from google.cloud.bigtable.data import BigtableDataClient
@@ -2238,8 +2237,7 @@ def time_interval(self, start_timestamp):
22382237
("connectivity_error_count", [m.value for m in OperationType]),
22392238
("application_blocking_latencies", [OperationType.READ_ROWS]),
22402239
])
2241-
@CrossSync.pytest
2242-
async def test_metric_existence(self, table_id, client, metrics_client, time_interval, metric, methods):
2240+
def test_metric_existence(self, table_id, client, metrics_client, time_interval, metric, methods):
22432241
print(f"using table: {table_id}")
22442242
for m in methods:
22452243
metric_filter = (

0 commit comments

Comments
 (0)