Tobias Pfeiffer

Results 513 comments of Tobias Pfeiffer

:wave: Thanks for the bug report! That's super weird... Can you check if the problem really goes away if you move them outside of the subfolder? Or is it likely...

:wave: Thanks for the quick turnaround, I'll try to set it up now, but can't guarantee how far I'll get - time being limited and all :) linke for my...

Works when running `rake test` - it has to do with Rails and their binstubs or whatevers as expected. This is the rails binstub: ```ruby #!/usr/bin/env ruby begin load File.expand_path('../spring',...

this is neither really a rails bug nor a simplecov bug - it's a setup bug. As Rails is bigger and we integrate with Rails it's probably more of a...

I did another round of testing... removing my old adversary spring via `spring binstub --remove --all` solves the problem... :|

yeah spring messes with code coverage greatly due to the nature of what it does... we have specific spring instructions in the README but these don't work for me either...

Yeah.. I left this open so far to reinvestigate how we can work with spring as I think last time I tried it I forgot something. I fear we won't...

@benissimo similar symptoms, separate issue (more user configuration) In the local test case the tests finish within ~2 seconds so it's way beyond being impacted by the merge timeout.

This _might_ be related to us not doing correct checking which I ask/discuss in https://github.com/grosser/parallel_tests/issues/772 - after that is resolved and changes are implemented this should be worth re checking.