WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
261071
test-webkitpy doesn't run resultsdbpy tests
https://bugs.webkit.org/show_bug.cgi?id=261071
Summary
test-webkitpy doesn't run resultsdbpy tests
Sam Sneddon [:gsnedders]
Reported
2023-09-02 14:42:38 PDT
Tools/Scripts/webkitpy/test/main.py contains: tester = Tester() tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts'), 'webkitpy') tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts', 'libraries', 'webkitcorepy'), 'webkitcorepy') tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts', 'libraries', 'webkitbugspy'), 'webkitbugspy') tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts', 'libraries', 'webkitscmpy'), 'webkitscmpy') tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts', 'libraries', 'webkitflaskpy'), 'webkitflaskpy') if sys.version_info > (3, 0): tester.add_tree(os.path.join(_webkit_root, 'Tools', 'Scripts', 'libraries', 'reporelaypy'), 'reporelaypy') Notably, this omits resultsdbpy. Including resultsdbpy is probably going to have to be conditional as it has dependencies (cassandra-driver) where no version supports Python 3.12.
Bug 201928
added the resultsdbpy tests to EWS, but the "normal" entry-point to our Python tests doesn't run them, which is perhaps surprising.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-09 14:43:17 PDT
<
rdar://problem/115228881
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug