ArthurTaylor added a comment.

  In this approach I'm not using filter. I'm using phpunit's 
`--list-tests-xml`to get a list of tests that would be run using the suite, 
then scanning the filesystem to find the test files associated with those test 
classes, then creating suites in `phpunit.xml` that contain those files. 
Basically expanding out the suite definitions that we have in 
`phpunit.xml.dist`.
  
  I've been using the `.phpunit.result.cache` file to see if tests are being 
missed - I run the suite linearly, run the suite in parallel, and compare the 
list of tests in the two cache files. So far I haven't spotted any difference, 
but that's for sure something to keep an eye on.
  
  Thanks for the tip about the other tickets - I'll have a look there and 
follow up with @pmiazga.

TASK DETAIL
  https://phabricator.wikimedia.org/T361190

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ArthurTaylor
Cc: kostajh, pmiazga, WMDE-leszek, Lucas_Werkmeister_WMDE, Aklapper, 
ArthurTaylor, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to