Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent 2f597a9 commit b129ff6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ def query_and_queryable(query_cmd, queryable_cmd):
if query_and_queryable('z_get_attachment -v Something', 'z_queryable_attachment -n 1') == 1:
EXIT_STATUS = 1
# Test liveliness query
print("*** Get liveliness test ***")
if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1:
EXIT_STATUS = 1
# print("*** Get liveliness test ***")
# if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1:
# EXIT_STATUS = 1
# Test liveliness subscriber
print("*** Liveliness subscriber test ***")
if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
EXIT_STATUS = 1
# print("*** Liveliness subscriber test ***")
# if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
# EXIT_STATUS = 1
## Exit
sys.exit(EXIT_STATUS)

0 comments on commit b129ff6

Please sign in to comment.