Bug 236075 - WebDriver: selenium tests are executed more than once
Summary: WebDriver: selenium tests are executed more than once
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-03 04:28 PST by Carlos Garcia Campos
Modified: 2022-02-03 05:12 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2022-02-03 04:30 PST, Carlos Garcia Campos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2022-02-03 04:28:04 PST
I think this happens since we updated the pytest version. Pytest is now collecting test files that don't any test like __init__,py files. When that's given to the runner tall the tests under the directory are executed.
Comment 1 Carlos Garcia Campos 2022-02-03 04:30:27 PST
Created attachment 450759 [details]
Patch
Comment 2 Darin Adler 2022-02-03 04:40:20 PST
Comment on attachment 450759 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=450759&action=review

> Tools/ChangeLog:8
> +        I think this happens since we updated the pytest version. Pytest is now collecting test files that don't any

missing word here “don’t contain any”
Comment 3 Carlos Garcia Campos 2022-02-03 05:11:12 PST
Committed r289042 (?): <https://commits.webkit.org/r289042>
Comment 4 Radar WebKit Bug Importer 2022-02-03 05:12:17 PST
<rdar://problem/88430477>