Closed Bug 964438 Opened 10 years ago Closed 10 years ago

Update mozharness scripts with new marionette errors

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mdas, Assigned: mdas)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch update with new strings (obsolete) — Splinter Review
After Bug 959520 lands, ahal pointed out that the new error reporting lines should be added to our mozharness scripts (https://hg.mozilla.org/integration/mozilla-inbound/rev/a37e6c57ae0f)

There are 2 lines to be added, and we should keep the old one for tests running against older branches.
Attachment #8366193 - Flags: review?(aki)
Comment on attachment 8366193 [details] [diff] [review]
update with new strings

'substr' is a substring; it runs an |if SUBSTR in STRING:|  Periods are periods here.
http://hg.mozilla.org/build/mozharness/file/35223f92c123/mozharness/base/log.py#l161

'regex' runs a re.compile()d regular expression.  Periods are single-character wildcards here.

In this case, the backslashes will cause the messages to not match.  r=me without the backslashes.
Attachment #8366193 - Flags: review?(aki) → review+
Thanks, I didn't know that!

I've updated the patch and will land after the related bug lands.
Attachment #8366193 - Attachment is obsolete: true
Attachment #8367376 - Flags: review+
Assignee: nobody → mdas
Depends on: 959520
Totally forgot about this after the bug landed, heh. Just to be sure, am I free to land this? It still applies cleanly.
Flags: needinfo?(aki)
clearing needinfo, jgriffin approves :)
Flags: needinfo?(aki)
pushed to mozharness:
https://hg.mozilla.org/build/mozharness/rev/b6acd64fcf06
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: