gecko-dev/storage/test/unit
Dave Townsend c9061686f8 Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak
Includes baddataDB.sqlite which is a copy of goodDB.sqlite but with what appears
to be the row count inflated beyond the end of the file. This causes loading the
database to succeed but queries to fail.

This increments a scalar for every database open and for every database query
where a query is the full execution of a statement from start to completion. If
a statement is re-used then the scalar will be incremented once for each use.

Differential Revision: https://phabricator.services.mozilla.com/D73938
2020-08-11 20:55:33 +00:00
..
baddataDB.sqlite Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
corruptDB.sqlite
fakeDB.sqlite
goodDB.sqlite Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
head_storage.js Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
locale_collation.txt
test_bug-365166.js
test_bug-393952.js
test_bug-429521.js
test_bug-444233.js
test_cache_size.js
test_chunk_growth.js
test_connection_asyncClose.js
test_connection_executeAsync.js
test_connection_executeSimpleSQLAsync.js
test_connection_failsafe_close.js
test_connection_interrupt.js
test_js_helpers.js
test_levenshtein.js
test_like.js
test_like_escape.js
test_locale_collation.js
test_minimizeMemory.js
test_page_size_is_32k.js
test_retry_on_busy.js
test_sqlite_secure_delete.js
test_statement_executeAsync.js Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
test_statement_wrapper_automatically.js
test_storage_connection.js
test_storage_fulltextindex.js
test_storage_function.js
test_storage_progresshandler.js
test_storage_service.js Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00
test_storage_service_unshared.js
test_storage_statement.js
test_storage_value_array.js
test_telemetry_vfs.js
test_unicode.js
test_vacuum.js
vacuumParticipant.js
vacuumParticipant.manifest
xpcshell.ini Bug 1635489: Add telemetry on the status of sqlite database accesses. r=mak 2020-08-11 20:55:33 +00:00