PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.89k stars 897 forks source link

Investigate flakiness of tests #3270

Open rom1504 opened 8 months ago

rom1504 commented 8 months ago

https://github.com/PrismarineJS/mineflayer/actions/runs/7371040331/job/20058044897

extremeheat commented 8 months ago

I think these kinds of failures could be the result of bad world gen that break expectations in tests. If so it may be a bit tricky to correct without either doing manual world gen or deleting and restarting a server a few times

rom1504 commented 8 months ago

maybe we should have a scheduled test every day that would run the test like 10 times and report what worked/did not