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

Fix test run execution live logging #94

Merged

Conversation

ccruzagralopes
Copy link
Contributor

The issue

The logs were not being shown during the test run executions when running TH in prod mode. The UI would stay stuck loading while the test would run in the background.
Screenshot 2023-11-21 at 14 53 54

Running TH in dev mode for backend would not show this issue, the logs were updated as expected.

What changed

Reverted a change from a recent PR that exchanged the start-reload and start gunicorn scripts as the command for the backend container creation in the docker-compose file.

Testing

I tested running in both dev and prod mode and the logs were displayed while the test executed.

Screenshot 2023-11-21 at 15 02 47

@ccruzagralopes ccruzagralopes merged commit 4f33f8d into project-chip:main Nov 23, 2023
@ccruzagralopes ccruzagralopes deleted the fix_test_execution_live_logs branch November 23, 2023 12:32
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.

4 participants