From 0016047fb1da79b81e36a59c8f7a1a545ead8fbe Mon Sep 17 00:00:00 2001 From: Michael Thamm Date: Wed, 8 Jan 2025 09:05:10 -0500 Subject: [PATCH] test --- tests/integration/test_remote_write_grafana_agent.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_remote_write_grafana_agent.py b/tests/integration/test_remote_write_grafana_agent.py index 1b9c0da9..8748e8d6 100644 --- a/tests/integration/test_remote_write_grafana_agent.py +++ b/tests/integration/test_remote_write_grafana_agent.py @@ -123,7 +123,11 @@ async def test_check_data_persist_on_kubectl_delete_pod(ops_test, prometheus_cha # the timestamp and the value itself. num_head_chunks_before = int(total0[0]["value"][1]) assert num_head_chunks_before > 0 - + print("-----DEBUG-----") + print(uk8s_group()) + print(await ops_test.run("groups")) + print(await ops_test.run("id")) + print("-----END-----") cmd = [ "sg", uk8s_group(),