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: wait until playground is initialized #222

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

jeffmaury
Copy link
Contributor

Fixes #147

What does this PR do?

Wait until the playground container is properly initialized

Screenshot / video of UI

N/A

What issues does this PR fix or reference?

Fixes #147

How to test this PR?

Start a playground

@jeffmaury jeffmaury requested a review from a team as a code owner February 2, 2024 17:48
Copy link
Collaborator

@benoitf benoitf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@feloy
Copy link
Contributor

feloy commented Feb 5, 2024

The test are failing with heap memory limit. Is the while loop capped by time terminating during the tests?

@feloy
Copy link
Contributor

feloy commented Feb 5, 2024

I cannot make it work on mac. Let me add some sleep between requests to be able to check the logs, or I get flooded by logs

INFO:     192.168.127.1:56827 - "GET / HTTP/1.1" 404 Not Found

@jeffmaury
Copy link
Contributor Author

The test are failing with heap memory limit. Is the while loop capped by time terminating during the tests?

It is and seems related to another (flaky ?) test

@jeffmaury
Copy link
Contributor Author

The test are failing with heap memory limit. Is the while loop capped by time terminating during the tests?

Should be fixed now

Copy link
Contributor

@feloy feloy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works on mac

@jeffmaury jeffmaury merged commit 24802ec into containers:main Feb 5, 2024
3 checks passed
@jeffmaury jeffmaury deleted the GH-147 branch February 5, 2024 13:02
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.

Detect the playground container is ready
5 participants