Balazs Csaba

Results 12 comments of Balazs Csaba

@nickautomatic Actually even on Windows NFS will work, with help from this plugin: https://github.com/winnfsd/vagrant-winnfsd Happy coding!

Yes, we are using it for almost a year now on the current project. The performance boost is more visible with heavier systems, eg. based on Symfony, and the speedup...

Exactly, [this one](http://twig.sensiolabs.org/doc/installation.html) I'm using it on production, but don't expect a huge improvement, it will be around 10-15%, but it's worth it.

@nickautomatic This is the best part, I've installed it on 4 servers in 10 minutes, so it is just a plug and play really.

We are also having this issue, unfortunately.

It seems to be related to some internal caching mechanism that relies on previous runs of some tests. It's inconsistently thrown on various tests, so it's not quite possible to...

> > internal caching mechanism > > Internal to PHPUnit or internal to your software? Internal to PHPUnit, as described in the summary https://github.com/sebastianbergmann/phpunit/issues/5652#issue-2074166581

@demiankatz We've encountered in CI only, GitHub Actions Runner, Ubuntu (latest, x64), PHP 8.2.*; The problem seems to have been caused by the cache we were using for PHPUnit (`phpunit`...

None of the tests were run in process isolation

If it helps anything, I introduced caching when I upgraded to phpunit 10, to order tests by the first failed previously to be run first on the next PR run....