Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthenian8 committed Oct 31, 2023
1 parent 35724cf commit 466a226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/stats/test_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 466a226

Please sign in to comment.