Skip to content

Commit

Permalink
nixos/tests/archiver-appliance: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Aug 1, 2023
1 parent 9e99f79 commit e93c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/archiver-appliance/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def static_has_data(_):

with subtest("change of staticDead is not visible in the archiver"):
data = get_data("staticDeadband")
print(data)
assert (
len(data) == 1
), "no additional data should have been archived for 'staticDeadband'"
Expand All @@ -195,4 +194,5 @@ def static_deadband_has_more_data(_):
assert data[1]["val"] == 10, "staticDeadband's additional datapoint should be 10"

# TODO: check "nonExisting"
# TODO: check archiving with manual sampling period
# TODO: check /arch, check consolidation into mts, sts

0 comments on commit e93c512

Please sign in to comment.