Open
Bug 1762066
Opened 1 year ago
Updated 1 month ago
Intermittent Android Wd | <random> - webdriver.error.InvalidArgumentException: invalid argument (400): File not found: /tmp/wdspec-<random>
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox100 disabled, firefox101 disabled, firefox102 disabled)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: intermittent-failure, test-disabled)
With the upcoming support for wdspec tests on Android there are a couple of tests that fail because files need to be accessed which are created on the host machine instead of on the device.
https://treeherder.mozilla.org/logviewer?job_id=372683560&repo=try&lineNumber=20663
The problem is the following pytest fixture:
Right now I'm not sure how we could change the tests so that the file is created on the actual testing device. From wdspec tests (pytest) we do not have access to it.
For now I'm going to mark all the affected tests as expected to fail via bug 1749444.
Reporter | ||
Comment 1•1 year ago
•
|
||
The same also applies to
/webdriver/tests/element_send_keys/file_upload.py | *
/webdriver/tests/execute_async_script/collections.py | test_file_list
/webdriver/tests/execute_script/collections.py | test_file_list
/webdriver/tests/get_current_url/get.py | test_get_current_url_file_protocol
/webdriver/tests/navigate_to/navigate.py | test_file_protocol
OS: Unspecified → Android
Hardware: Unspecified → All
Summary: Intermittent /webdriver/tests/element_clear/clear.py | <random> - webdriver.error.InvalidArgumentException: invalid argument (400): File not found: /tmp/wdspec-<random> → Intermittent Android Wd | <random> - webdriver.error.InvalidArgumentException: invalid argument (400): File not found: /tmp/wdspec-<random>
Reporter | ||
Updated•11 months ago
|
status-firefox100:
--- → disabled
status-firefox101:
--- → disabled
status-firefox102:
--- → disabled
Comment 2•1 month ago
|
||
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•