Closed
Bug 895783
Opened 12 years ago
Closed 11 years ago
Intermittent jetpack tests/test-places-host.testTagsUntag | no extra tags - 2 == 4
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: jsantell)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=25454054&tree=UX
Looks like:
TEST-PASS | tests/test-places-host.testTagsUntag | first tag persisted
TEST-PASS | tests/test-places-host.testTagsUntag | second tag persisted
TEST-PASS | tests/test-places-host.testTagsUntag | first tag removed
TEST-PASS | tests/test-places-host.testTagsUntag | second tag removed
TEST-UNEXPECTED-FAIL | tests/test-places-host.testTagsUntag | no extra tags - 2 == 4
TEST-INFO | Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/timers.js", line 31, in notify
callback.apply(null, args);
File "resource://gre/modules/commonjs/sdk/lang/functional.js", line 66, 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/core/promise.js", line 122, in resolve
deferred.resolve(onFulfill ? onFulfill(value) : value);
File "resource://extensions.modules.9e845e9f-ba7a-4618-82ca-c29cad17c091-at-jetpack.commonjs.path.tests/test-places-host.js", line 173, in exports.testTagsUntag/<
assert.equal(tags.length, 2, 'no extra tags');
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 523, in testMessage
this.trace();
TEST-END | tests/test-places-host.testTagsUntag
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jsantell
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Priority: -- → P1
Assignee | ||
Comment 4•12 years ago
|
||
Attempted fix by removing duplicate URLs in tests: https://github.com/mozilla/addon-sdk/commit/5270f3890280b3e87aeb68bc874d913313e20452
Updated•11 years ago
|
Updated•11 years ago
|
Assignee | ||
Comment 5•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
•