https://bugzilla.wikimedia.org/show_bug.cgi?id=72012

            Bug ID: 72012
           Summary: QA: Rename /tmp/out.jpg to something else
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Quality Assurance
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

I'm not a 100% sure, but I see this on all contint slaves and suspect it comes
from browser tests.

If that's the case, please:

1) [required] Give it a more descriptive name to avoid clashing with other
programs and to make it possible for others trace what it is.

2) [required] Collect garbage. Either put it in the workspace (auto-cleaned),
or ensure its removal with a Jenkins "postbuildscript" publisher (similar to
the qunit-cleanup macro).

3) [suggestion] If you want parallelism, be sure to either store it in the
workspace (which is already unique for each concurrent job, e.g. project-lint@1
and project-lint@2), or embed a unique id in the file name to avoid race
conditions, such as $BUILD_TAG (=$JOB_NAME-$BUILD_NUMBER).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to