[Webkit-unassigned] [Bug 222601] [JSC] detect infrastructure failure for remote stress tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 06:17:51 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=222601

--- Comment #17 from Angelos Oikonomopoulos <angelos at igalia.com> ---
FWIW I think I've tracked down the issue with the uncaptured stderr that Mark ran into. I've updated the ruby test writer too, which was straightforward.

My remaining concern is this piece of code:

           outp.puts JSON.generate({
                name: @name,
                outputDir: $runnerDir,
                baseDir: baseDir,
                env: $envVars + @additionalEnv,
                outputName: @name.gsub(/(\\|\/)/, '_'),
                checkScript: filename,
                args: @arguments,
                failFile: "#{failFile}"
            })

in the playstation test writer. My patch removes the failFile and replaces it with a statusFile which contains a single line: $runid $exitcode $pf, where $pf is either P(ass) or F(ail).

Stephan, presumably something checks that failFile on your end? Would you be ok with adapting it to the changes in this patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210429/35a3260a/attachment.htm>


More information about the webkit-unassigned mailing list