Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm committed Jan 8, 2025
1 parent 6fa356e commit 0016047
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/integration/test_remote_write_grafana_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0016047

Please sign in to comment.