Open
Bug 1619575
Opened 5 years ago
Updated 2 years ago
Marionette suite_start tests property do not match test_start test names
Categories
(Testing :: Marionette Client and Harness, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: ekyle, Unassigned)
References
Details
For example, in
We see the suite_start
record
{"tests": {"testing/marionette/harness/marionette_harness/tests/unit-tests.ini": ["testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py",
while the "matching" test start record show a name of
{"source": "Marionette-based Tests", "test": "testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py TestContext.test_get_context", "thread": "MainThread", "time": 1582781894946, "action": "test_start", "pid": 1509}
The latter record has an additional space, plus what I assume is the Class.method
name for the specific test.
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(gbrown)
Updated•5 years ago
|
Assignee: nobody → gbrown
Flags: needinfo?(gbrown)
Priority: -- → P2
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Product: Testing → Remote Protocol
Updated•2 years ago
|
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•