test: add (failing) test for 2d fluids - #631
Conversation
|
odd, the tests seem to crash with godot crashing on cicd.. /home/runner/work/_temp/7b7826ce-9114-4f99-bd78-b5c4dd0c91a6.sh: line 3: 5035 Aborted (core dumped) "$GODOT4" --headless --path ./bin2d --import 2>&1 I wonder if it was like this for a while or if its new, will investigate anyway. Thx for contribution. This test you changed, I need to also check visually, so will do that and then merge if good. |
|
Actually, on mac the tests pass, minus the 1 regression. Are you sure you added the test to the test suite? |
|
The issue with fluid physics I'm running into on the current version is that collisions seem to be ignored, so that's the regression test I've added. |
It seems fluid collisions broke recently and the test suite couldn't catch it