From 466a226570b983fac2d589b75ffff4105cd3ea49 Mon Sep 17 00:00:00 2001 From: ruthenian8 Date: Tue, 31 Oct 2023 13:57:20 +0300 Subject: [PATCH] debug test --- tests/stats/test_charts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/stats/test_charts.py b/tests/stats/test_charts.py index ac8e56a10..1df6526c9 100644 --- a/tests/stats/test_charts.py +++ b/tests/stats/test_charts.py @@ -11,6 +11,7 @@ from aiochclient import ChClient from httpx import AsyncClient import omegaconf # noqa: F401 + import tqdm # noqa: F401 from dff.stats.utils import get_superset_session from dff.stats.cli import DEFAULT_SUPERSET_URL except ImportError: @@ -83,7 +84,7 @@ async def test_charts(example_module_name, otlp_log_exp_provider, otlp_trace_exp await ch_client.execute(f"TRUNCATE {table}") module.dff_instrumentor.uninstrument() module.dff_instrumentor.instrument(logger_provider=logger_provider, tracer_provider=tracer_provider) - module.main(40) + await module.main(40) await asyncio.sleep(1) args = Namespace(