Skip to content

v0.6.10: Wait for global resource to release before ending tests

Compare
Choose a tag to compare
@Baccata Baccata released this 16 Feb 12:44
· 77 commits to master since this release
5eda2f2

Highlight

Fixes a bug that would lead to global resources not being finalised correctly, due to build tools prematurely killing forked JVMs.

The bug is fixed by preventing the last task from yielding back to the build tool until the finalisation of global resources is complete.

What's Changed

New Contributors

Full Changelog: v0.6.9...v0.6.10