Closed Bug 1052907 Opened 10 years ago Closed 10 years ago

The --this-chunk and --total-chunk arguments to "mach reftest-remote" don't work

Categories

(Testing :: Reftest, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla34

People

(Reporter: dbaron, Assigned: dbaron)

References

Details

Attachments

(1 file)

The --this-chunk and --total-chunk arguments to "mach reftest-remote" don't work because they're stored as strings rather than ints, and thus written to the prefs file as strings rather than ints.

Patch coming shortly.
(I'd note that the arguments do work for "mach reftest".  I was tempted to make the same change there despite that, though.   If there's ongoing work to pass more stuff around within python rather than invoking other python scripts, that might incline me more towards doing so.)
Comment on attachment 8471959 [details] [diff] [review]
Make --this-chunk and --total-chunks arguments to mach reftest-remote work by coercing them to ints, which they need to be

Review of attachment 8471959 [details] [diff] [review]:
-----------------------------------------------------------------

Thanks!
Attachment #8471959 - Flags: review?(ahalberstadt) → review+
https://hg.mozilla.org/mozilla-central/rev/c57732433b20
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: