Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 13, 2024
1 parent d7c472b commit 18a2220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Run test
run: |
ls -la ./build/tests/
ls -la ./build/examples/
python3 ./build/tests/memory_leak.py
timeout-minutes: 15

Expand Down
3 changes: 2 additions & 1 deletion tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def query_and_queryable(query_cmd, queryable_cmd):

# Check output of z_queryable
z_queryable_output = z_queryable_process.stderr.read()
print(z_query_output)
if NO_LEAK_OUTPUT in z_queryable_output:
print(f"{queryable_cmd} output valid")
else:
Expand Down Expand Up @@ -181,7 +182,7 @@ def query_and_queryable(query_cmd, queryable_cmd):
if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1:
EXIT_STATUS = 1
# Test liveliness subscriber
# print("*** Liveliness subscriber test ***")
print("*** Liveliness subscriber test ***")
# if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
# EXIT_STATUS = 1
# Exit
Expand Down

0 comments on commit 18a2220

Please sign in to comment.