Closed Bug 894724 Opened 11 years ago Closed 11 years ago

Intermittent TEST-UNEXPECTED-FAIL | tests/test-places-host.testBookmarkRemove | Test output exceeded timeout (60s).

Categories

(Add-on SDK Graveyard :: General, defect, P2)

ARM
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: KWierso, Assigned: jsantell)

References

()

Details

(Keywords: intermittent-failure)

TEST-START | tests/test-places-host.testBookmarkRemove
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Async statement execution returned with '6', 'database table is locked'" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 147}]
error: addon-sdk: [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsINavBookmarksService.getBookmarkURI]"  nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)"  location: "JS frame :: resource://gre/modules/XPIProvider.jsm -> jar:file:///var/folders/48/lhw5r9md7k706sy9km0t8zkm00000w/T/tmpEZjJjZ.mozrunner/extensions/447f2f83-89ff-4372-9905-a677c24f4031@jetpack.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://extensions.modules.447f2f83-89ff-4372-9905-a677c24f4031-at-jetpack.commonjs.path.tests/places-helper.js :: compareWithHost :: line 61"  data: no]
TEST-INFO | [JavaScript Error: "addon-sdk: [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsINavBookmarksService.getBookmarkURI]"  nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)"  location: "JS frame :: resource://gre/modules/XPIProvider.jsm -> jar:file:///var/folders/48/lhw5r9md7k706sy9km0t8zkm00000w/T/tmpEZjJjZ.mozrunner/extensions/447f2f83-89ff-4372-9905-a677c24f4031@jetpack.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://extensions.modules.447f2f83-89ff-4372-9905-a677c24f4031-at-jetpack.commonjs.path.tests/places-helper.js :: compareWithHost :: line 61"  data: no]
"]
TEST-UNEXPECTED-FAIL | tests/test-places-host.testBookmarkRemove | Test output exceeded timeout (60s).
Traceback (most recent call last):
  File "jetpack/bin/cfx", line 33, in <module>
    cuddlefish.run()
  File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 608, in run
    test_all_packages(env_root, defaults=options.__dict__)
  File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 490, in test_all_packages
    env_root=env_root)
  File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 937, in run
    pkgdir=options.pkgdir)
  File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/runner.py", line 745, in run_app
    OUTPUT_TIMEOUT, test_name, parseable)
Exception: Test output exceeded timeout (60s).
Priority: -- → P2
Assignee: nobody → jsantell
Looks like possibly related to bug 871896. Looks like an invalid URI got in the database, and when bookmark service's getBookmarkURI is called, it tries to nsIURI the invalid URI, throwing this.
Depends on: 904219
Blocks: 913120
No longer depends on: 904219
No longer blocks: 913120
Depends on: 913120
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.