Closed
Bug 1476881
Opened 7 years ago
Closed 7 years ago
FTS index for history_fts table isn't being rebuilt upon migration
Categories
(Firefox for iOS :: Build & Test, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | 13.0 | --- |
People
(Reporter: isabel_rios, Assigned: justindarc)
Details
Attachments
(4 files)
This commit
https://github.com/mozilla-mobile/firefox-ios/commit/221759181eaa5ef83c537e5140b21142ecf7bfd2
is making this test fails:
https://github.com/mozilla-mobile/firefox-ios/blob/master/XCUITests/DomainAutocompleteTest.swift#L173
The way we implement the test is using DB with history entries so that we don't have to browser to the websites that we are using. Then, typing on the URL bar when there are matches the URL title should be shown.
Until that commit the test was working, but now no results are shown when typing an url, it only works if we don't use preloaded DB and go to visit the websites during the test.
The test can be modified so that instead of using the DB the webistes are visited but since it was working before thought it was worth mentioning just in case this could cause other issues/side effects on other tests or the app itself.
Reporter | ||
Comment 1•7 years ago
|
||
ni you Justin, since that commit is regarding the changes in the awesomebar searches. Thanks!
Flags: needinfo?(jdarcangelo)
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Renaming to clarify the root cause of the test failure.
Flags: needinfo?(jdarcangelo)
Summary: XCUITest: DomainAutocomplete testDeletingCharsUpdateTheResults failing on master → FTS index for history_fts table isn't being rebuilt upon migration
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 6•7 years ago
|
||
Attachment #8993417 -
Flags: review?(fpatel)
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8993417 [details]
GitHub Pull Request
Carrying over R+ from GitHub.
Attachment #8993417 -
Flags: review?(fpatel) → review+
Assignee | ||
Comment 8•7 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/c2b68a1ef1d2627db5e02918ed8e46ef238d284d
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•