Closed
Bug 1461202
Opened 7 years ago
Closed 7 years ago
Fix addition failure of baseline tests in test-coverage: "dictionary changed size during iteration"
Categories
(Testing :: Code Coverage, defect)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
Attachments
(1 file)
Here's an example error that needs to be fixed: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=a7461494a7a0bb3d80c1449c1d5d484d8b568d98&filter-searchStr=ccov&selectedJob=178206752
| Assignee | ||
Updated•7 years ago
|
Summary: Replace self.suites with new dictionary after adding baseline tests in test-coverage. → Fix addition failure of baseline tests in test-coverage: "dictionary changed size during iteration"
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•7 years ago
|
||
Here's a try run that is currently running with these changes: https://treeherder.mozilla.org/#/jobs?repo=try&revision=516d241e406acf041c11c35b9cc3810c5fc8d4af
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gmierz2
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8975350 [details]
Bug 1461202 - Add baseline tests to run to self.suites after iterating through it.
https://reviewboard.mozilla.org/r/243646/#review249478
Attachment #8975350 -
Flags: review?(mcastelluccio) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5de959f33f60
Add baseline tests to run to self.suites after iterating through it. r=marco
Keywords: checkin-needed
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•