Closed
Bug 1039582
Opened 12 years ago
Closed 12 years ago
Investigate disabling parallel tests in content/media/test
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1036992
People
(Reporter: sydpolk, Unassigned)
References
Details
Attachments
(2 files)
|
937 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.82 KB,
patch
|
Details | Diff | Splinter Review |
Currently, test_seek.html is highly intermittent, so much so that it has been disabled for b2g. (see https://bugzilla.mozilla.org/show_bug.cgi?id=981153). This investigation will enable it for b2g and Android, but not run tests in parallel. On my MacBook Pro, running with PARALLEL_TESTS = 2 takes 11 minutes; with PARALLEL_TESTS = 1 takes 17 minutes.
Got syd's patch in email. Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=939398bcc18f
Also, Syd, you need to configure your editors to use linux only line endings.
Please attach your patches here.
| Reporter | ||
Comment 2•12 years ago
|
||
Flags: needinfo?(ctalbert)
| Reporter | ||
Comment 3•12 years ago
|
||
Flags: needinfo?(ctalbert)
Comment 4•12 years ago
|
||
Please refer to [1]. We should set PARALLEL_TESTS to 1 only in test_seek.html when it is B2G or Android in order not to slow down tests on other platforms.
[1] http://hg.mozilla.org/mozilla-central/file/4024d8019701/content/media/test/manifest.js#l258
| Reporter | ||
Comment 5•12 years ago
|
||
jwwang: Your point is certainly well-taken. Right now we are doing investigation. If indeed we decide to proceed in this direction, we will be doing what you suggest. Thanks!
Syd's second patch on try: https://tbpl.mozilla.org/?tree=Try&rev=9601b6bffd11
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 8•12 years ago
|
||
This patch caused too many failures as many tests depend on PARALLEL_TESTS being > 1. Investigation subsumed by 1036992.
You need to log in
before you can comment on or make changes to this bug.
Description
•