Closed
Bug 907329
Opened 12 years ago
Closed 11 years ago
Intermittent Jetpack tests/test-places-history.testSearchURL | returns all entries - 4 == 0
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=26761084&tree=Mozilla-Inbound
Windows XP 32-bit mozilla-inbound pgo test jetpack on 2013-08-20 03:51:34 PDT for push a727146d85e2
slave: t-xp32-ix-059
TEST-START | tests/test-places-history.testSearchURL
TEST-UNEXPECTED-FAIL | tests/test-places-history.testSearchURL | returns all entries - 4 == 0
TEST-INFO | Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/timers.js", line 70, in null
try { immediate(); }
File "resource://gre/modules/commonjs/sdk/timers.js", line 79, in null
immediates.set(id, _ => callback.apply(callback, params));
File "resource://gre/modules/commonjs/sdk/lang/functional.js", line 65, in invoke
function invoke(callee, params, self) callee.apply(self, params);
File "resource://gre/modules/commonjs/sdk/addon/events.js", line 27, in null
else request.resolve(clone(data));
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 189, in resolve
result.then(observer.resolve, observer.reject);
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 47, in then
return { then: function then(fulfill) { fulfill(value); } };
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 122, in resolve
deferred.resolve(onFulfill ? onFulfill(value) : value);
File "resource://gre/modules/commonjs/sdk/places/history.js", line 55, in null
emit(emitter, 'end', results);
File "resource://gre/modules/commonjs/sdk/event/core.js", line 85, in emit
for each (let item in emit.lazy.apply(emit.lazy, arguments)) {
File "resource://gre/modules/commonjs/sdk/event/core.js", line 112, in lazy
if (~state.indexOf(listener)) yield listener.apply(target, args);
File "resource://gre/modules/commonjs/sdk/places/utils.js", line 165, in null
else resolve(items);
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 189, in resolve
result.then(observer.resolve, observer.reject);
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 47, in then
return { then: function then(fulfill) { fulfill(value); } };
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 122, in resolve
deferred.resolve(onFulfill ? onFulfill(value) : value);
File "resource://gre/modules/commonjs/sdk/core/promise.js", line 122, in resolve
deferred.resolve(onFulfill ? onFulfill(value) : value);
File "resource://extensions.modules.cc92630c-6935-492c-8635-5e38b0aba517-at-jetpack.commonjs.path.tests/test-places-history.js", line 76, in exports.testSearchURL/<
assert.equal(results.length, 4, 'returns all entries');
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 125, in equal
operator: "=="
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 89, in fail
this._log.fail(message);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 84, in fail
this.console.testMessage(false, false, this.test.name, message);
File "resource://gre/modules/commonjs/sdk/test/harness.js", line 525, in testMessage
this.trace();
TEST-PASS | tests/test-places-history.testSearchURL | returns entries where mozilla.org is host
TEST-PASS | tests/test-places-history.testSearchURL | should just be an exact match
TEST-PASS | tests/test-places-history.testSearchURL | should match anything starting with substring
TEST-END | tests/test-places-history.testSearchURL
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Priority: -- → P2
Updated•11 years ago
|
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 18•11 years ago
|
||
Moved into addon-test, seems to fix
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•