Markus Staab

Results 1232 comments of Markus Staab

If you have a workload somewhere which reproduces the slowness I would be happy to help and profile it

oh my.. if I would be interessted in performance, I would not run my static analysis tooling thru docker ;-). ---- running it locally on my mac pro m1 takes...

Yeah, I was joking. If I can reproduce it locally - without docker - I can look into it

hey sebastian, thx for doing the research. I think we need to do more escaping, see the very first example in the PR description above. when using data-providers with a...

from a contributor perspective getting rid of the "duplicated metadata stuff" is a really welcome change. thank you

asked differently: maybe there is already a mechanism to determine a list of test-classes given a group-name?

just leaving a note for myself: the initial `--list-tests` feature was implemented in https://github.com/sebastianbergmann/phpunit/commit/ebc228036d0fd06d2d48b080657af2684634f7ee which can be taken as a source of inspiration to implement the request

> Grouping is a very manual / tedious process, I wanted something easier: give me all tests, split them up (aka: slice them) and feed a slice of test back...

@ondrejmirtes I am not sure whether its a good idea to run a portion of tests with a different PHPunit version, since it will emit different warnings/deprecations and it might...

I did my initial tests with phpunit 9.x therefore did not realize there is also a `--list-tests-xml` variant, which contains everything we need. I would therefore close this issue here....