Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Unisikhin committed Dec 5, 2024
1 parent 164054b commit 9883314
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 493 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ test-unit: install-deps
test-integration: install-deps build-python-packages
cd $(TESTS_DIR)
export PYTHONPATH=$(CURDIR):$$PATH
$(POETRY) run behave --show-timings --stop --junit $(BEHAVE_ARGS)
$(POETRY) run behave --show-timings --stop --junit $(BEHAVE_ARGS) -i monrun.feature


.PHONY: publish
Expand Down
3 changes: 3 additions & 0 deletions ch_tools/monrun_checks/ch_orphaned_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@ def _zk_get_orphaned_objects_state(


def _error_message_format(error_msg: str) -> str:
print("!!!")
print(ERROR_MESSAGE_PATTERN)
print(error_msg)
error_msg = re.sub(ERROR_MESSAGE_PATTERN, r"\1...\2", error_msg)
return error_msg
Loading

0 comments on commit 9883314

Please sign in to comment.