Closed
Bug 981633
Opened 11 years ago
Closed 11 years ago
Intermittent tests/test-functional.test throttle | function called again during second throttle period - 3 == 1
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 981361
People
(Reporter: RyanVM, Unassigned)
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=35829978&tree=Fx-Team
Ubuntu VM 12.04 fx-team debug test jetpack on 2014-03-07 19:36:47 PST for push 479720fcefed
slave: tst-linux32-spot-466
TEST-START | tests/test-functional.test query
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | function
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-PASS | tests/test-functional.test query | undefined
TEST-END | tests/test-functional.test query
TEST-START | tests/test-functional.test throttle
TEST-PASS | tests/test-functional.test throttle | function called atleast once during first throttle period
TEST-PASS | tests/test-functional.test throttle | function attempted to be called several times during first period
TEST-UNEXPECTED-FAIL | tests/test-functional.test throttle | function called again during second throttle period - 3 == 1
TEST-INFO | Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/timers.js", line 40, in notify
callback.apply(null, args);
File "resource://extensions.modules.115d265b-ede1-4ca1-9716-91d9d63f0d80-at-jetpack.commonjs.path.tests/test-functional.js", line 456, in exports["test throttle"]/<
assert.equal(called, 3, "function called again during second throttle period");
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 124, in equal
operator: "=="
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 88, in fail
this._log.fail(message);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 83, in fail
this.console.testMessage(false, false, this.test.name, message);
File "resource://gre/modules/commonjs/sdk/test/harness.js", line 527, in testMessage
this.trace();
TEST-PASS | tests/test-functional.test throttle | function attempted to be called several times during second period
TEST-END | tests/test-functional.test throttle
Reporter | ||
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•