Closed
Bug 1638340
Opened 4 years ago
Closed 3 years ago
DO NOT USE FOR CLASSIFICATION InvalidArgumentException: Expected 'y' ([object Number] 90.86666870117188) to be an Integer
Categories
(Testing :: web-platform-tests, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
Filed by: fbraun [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=302453649&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BuL98D8QTmCOeErVSSEGXg/runs/0/artifacts/public/logs/live_backing.log
Comment 1•4 years ago
|
||
[task 2020-05-15T14:03:38.704Z] 14:03:38 WARNING - Action action_sequence failed
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - Traceback (most recent call last):
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\tests\web-platform\tests\tools\wptrunner\wptrunner\executors\base.py", line 720, in process_action
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - result = action_handler(payload)
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\tests\web-platform\tests\tools\wptrunner\wptrunner\executors\base.py", line 779, in __call__
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - self.protocol.action_sequence.send_actions({"actions": actions})
[task 2020-05-15T14:03:38.705Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\tests\web-platform\tests\tools\wptrunner\wptrunner\executors\executormarionette.py", line 424, in send_actions
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - self.marionette._send_message("WebDriver:PerformActions", actions)
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\venv\lib\site-packages\marionette_driver\decorators.py", line 26, in _
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - return func(*args, **kwargs)
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\venv\lib\site-packages\marionette_driver\marionette.py", line 601, in _send_message
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - self._handle_error(err)
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - File "Z:\task_1589549364\build\venv\lib\site-packages\marionette_driver\marionette.py", line 621, in _handle_error
[task 2020-05-15T14:03:38.706Z] 14:03:38 WARNING - raise errors.lookup(error)(message, stacktrace=stacktrace)
[task 2020-05-15T14:03:38.707Z] 14:03:38 WARNING - InvalidArgumentException: Expected 'y' ([object Number] 90.86666870117188) to be an Integer
This is actually web-platform-tests. And some test or the harness sends a float instead of an integer for the y coordinate.
Component: Marionette → web-platform-tests
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•4 years ago
|
||
James, this is also flooding the wpt logs a lot. Is there anything which can be done in the short term?
Flags: needinfo?(james)
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Keywords: intermittent-failure
Summary: Intermittent InvalidArgumentException: Expected 'y' ([object Number] 90.86666870117188) to be an Integer → DO NOT USE FOR CLASSIFICATION InvalidArgumentException: Expected 'y' ([object Number] 90.86666870117188) to be an Integer
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(james)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•