https://bugzilla.wikimedia.org/show_bug.cgi?id=61351
--- Comment #8 from Antoine "hashar" Musso <[email protected]> --- I found out a rather nasty race condition which occurs when running the job "parsertests-run-harder". That basically run the command: node parserTests --wt2html --wt2wt --html2wt --html2html \ --selser --no-color --quiet --blacklist I have triggered three occurrences of the same patch to have them run concurrently and the two last build failed. The job is: http://integration.wikimedia.org/ci/job/parsoidsvc-deploy-parsertests-run-harder/ The three builds are #3 #4 and #5. The first passed, the last two failed: http://integration.wikimedia.org/ci/job/parsoidsvc-deploy-parsertests-run-harder/3/console http://integration.wikimedia.org/ci/job/parsoidsvc-deploy-parsertests-run-harder/4/console http://integration.wikimedia.org/ci/job/parsoidsvc-deploy-parsertests-run-harder/5/console Related bug is: https://bugzilla.wikimedia.org/61351 Would it make sense to split each action (selser, wt2wt..) in separated jobs? I have zero clue what could be the race condition, any pointer would be nice. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
