Closed Bug 1566951 Opened 5 years ago Closed 2 years ago

Intermittent org.mozilla.geckoview.test.TextInputDelegateTest#restartInput_temporaryBlur[#input] | single tracking bug

Categories

(GeckoView :: IME, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1566689

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: intermittent-failure, intermittent-testcase, regression)

Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=257011235&repo=mozilla-inbound
Full log: https://queue.taskcluster.net/v1/task/Y91BYORwTpWqRqiWZYfatg/runs/0/artifacts/public/logs/live_backing.log


[task 2019-07-17T19:28:18.748Z] 19:28:18 INFO - TEST-START | org.mozilla.geckoview.test.TextInputDelegateTest.restartInput_temporaryBlur[#input]
[task 2019-07-17T19:28:49.906Z] 19:28:49 WARNING - TEST-UNEXPECTED-FAIL | org.mozilla.geckoview.test.TextInputDelegateTest.restartInput_temporaryBlur[#input] | status -2
[task 2019-07-17T19:28:49.906Z] 19:28:49 INFO - TEST-INFO took 31156ms
[task 2019-07-17T19:28:49.906Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: numtests=478
[task 2019-07-17T19:28:49.906Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: stream=
[task 2019-07-17T19:28:49.907Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: id=AndroidJUnitRunner
[task 2019-07-17T19:28:49.907Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: test=inputConnection[#textarea]
[task 2019-07-17T19:28:49.907Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: class=org.mozilla.geckoview.test.TextInputDelegateTest
[task 2019-07-17T19:28:49.907Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS: current=428
[task 2019-07-17T19:28:49.907Z] 19:28:49 INFO - org.mozilla.geckoview.test | INSTRUMENTATION_STATUS_CODE: 1

Summary: Intermittent org.mozilla.geckoview.test.TextInputDelegateTest.restartInput_temporaryBlur[#input] | status -2 → Intermittent org.mozilla.geckoview.test.TextInputDelegateTest.restartInput_temporaryBlur[#input] | org.mozilla.geckoview.test.util.UiThreadUtils$TimeoutException: Timed out after 30000ms
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Resolution: --- → INCOMPLETE
Product: Firefox for Android → Firefox for Android Graveyard
Status: RESOLVED → REOPENED
Product: Firefox for Android Graveyard → GeckoView
Resolution: INCOMPLETE → ---

6c6f5da9-bf33-4082-a19d-7d99e8083d97 Mass rename intermittents due to Bug 1723034.

Summary: Intermittent org.mozilla.geckoview.test.TextInputDelegateTest.restartInput_temporaryBlur[#input] | org.mozilla.geckoview.test.util.UiThreadUtils$TimeoutException: Timed out after 30000ms → Intermittent org.mozilla.geckoview.test.TextInputDelegateTest#restartInput_temporaryBlur[#input] | org.mozilla.geckoview.test.util.UiThreadUtils$TimeoutException: Timed out after 30000ms

Moving some input bugs to the new GeckoView::IME component.

Component: General → IME
Severity: normal → S3

If I change:

mainSession.evaluateJS("document.querySelector('$id').blur(); document.querySelector('$id').focus()")

to

mainSession.evaluateJS(
    """
    document.querySelector('$id').blur();
    requestAnimationFrame(resolve =>
      document.querySelector('$id').focus()
    );
    """
)

Then, I reproduce this permanently. Perhaps, same thing must occur accidentally.

Summary: Intermittent org.mozilla.geckoview.test.TextInputDelegateTest#restartInput_temporaryBlur[#input] | org.mozilla.geckoview.test.util.UiThreadUtils$TimeoutException: Timed out after 30000ms → Intermittent org.mozilla.geckoview.test.TextInputDelegateTest#restartInput_temporaryBlur[#input] | single tracking bug
Status: REOPENED → RESOLVED
Closed: 4 years ago2 years ago
Duplicate of bug: 1566689
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.