Closed
Bug 1129493
Opened 10 years ago
Closed 7 years ago
Add file path to Marionette's test_start and test_end structured logs
Categories
(Remote Protocol :: Marionette, defect, P3)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1417051
People
(Reporter: ahal, Unassigned)
References
Details
(Keywords: pi-marionette-runner)
Alice has been working moving Test-Informant to using structured logs. We noticed that it is not currently possible to get the file path out of a test_start or test_end message in Marionette.
Normally the test id *is* the file path, but that's not the case with Marionette. This is fine, but after briefly talking to jgraham on irc, we agreed that in the case that id != test path, we should include a top level "test_path" attribute in addition to "test".
This would not be unique, but would at least give tools like Test-Informant a place to link to.
Side note:
The contents of suite_start's "tests" attribute *does* contain the test paths. This is actually an error, as this should contain the test id's.
Comment 1•10 years ago
|
||
Let's just call it "path" (bug 1129495)
Updated•10 years ago
|
Keywords: ateam-marionette-runner
Comment 3•7 years ago
|
||
This will actually be fixed with my work on bug 1417051.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•