Closed
Bug 600029
Opened 14 years ago
Closed 14 years ago
Running ts_cold_generated_* tests on windows and should not
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sdwilsh, Assigned: anodelman)
References
Details
Attachments
(1 file)
9.55 KB,
patch
|
lsblakk
:
review+
|
Details | Diff | Splinter Review |
We are running the ts_cold_generated_* tests on windows, but we shouldn't since we have no way to clear the cache. On the plus side, this means we get more talos time given back to the pool :)
Assignee | ||
Comment 1•14 years ago
|
||
This was an oversite when the dirty tests were initially created.
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #478875 -
Flags: review?(lsblakk)
Assignee | ||
Updated•14 years ago
|
Component: Release Engineering → Talos
Product: mozilla.org → Testing
QA Contact: release → talos
Version: other → unspecified
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → anodelman
Comment 3•14 years ago
|
||
Comment on attachment 478875 [details] [diff] [review]
[checked in] do not run any of the cold tests on windows
>-BRANCHES['mozilla-central']['cold_tests'] = (1, True, {}, NO_WIN)
>+BRANCHES['mozilla-central']['cold_tests'] = (1, True, TALOS_DIRTY_OPTS, NO_WIN)
Was this tested? I don't understand why all the cold_tests now have TALOS_DIRTY_OPTS passed in.
Comment 4•14 years ago
|
||
Comment on attachment 478875 [details] [diff] [review]
[checked in] do not run any of the cold tests on windows
looks good.
Attachment #478875 -
Flags: review?(lsblakk) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Cleared up with lsblakk that we need the dirty profile options as these are dirty+cold tests, so they need the generated profiles to test against.
Assignee | ||
Updated•14 years ago
|
Blocks: releng-downtime
Comment 6•14 years ago
|
||
This landed, and I no longer see any cold builders for Windows.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
Comment on attachment 478875 [details] [diff] [review]
[checked in] do not run any of the cold tests on windows
Landed in 883c318795a2
Attachment #478875 -
Attachment description: do not run any of the cold tests on windows → [checked in] do not run any of the cold tests on windows
You need to log in
before you can comment on or make changes to this bug.
Description
•