Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to control a background process execution #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Chystik
Copy link

@Chystik Chystik commented Oct 29, 2023

Проблема:
Если фоновый процесс запускается без ошибки, но в процессе выполнения завершается с ошибкой (например не смог подключиться к БД) - suite об этом ничего не знает и продолжает выполнение, также не выводит stdout, errout логи фонового процесса, что затрудняет поиск ошибок при тестировании.
Решение:
Добавить опциональную возможность контролировать выполнение фонового процесса: если он завершается с ошибкой - возвращаем ошибку, логи stdout, errout фонового процесса и завершаем тест.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant