hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 282 forks source link

🪲 Fix flaky programs test #5577

Closed jpelay closed 1 month ago

jpelay commented 1 month ago

I added a flaky test by accident while fixing the filters. I did this by logging twice, which caused errors due to it having to wait, so it worked on local but not on GH Actions.

To solve this, I removed the hardcoded waits and replaced them with intercepts. Everything should work as expected

Fixes #5578

mergify[bot] commented 1 month ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

Felienne commented 1 month ago

Still flaky 😭

image
mergify[bot] commented 1 month ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).