| Summary: | [ews-build] Add build steps ArchiveTestResults, UploadTestResults and ExtractTestResults | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aakash_jain, ap, commit-queue, ews-watchlist, lforschler, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | Other | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Aakash Jain
2018-08-16 11:43:30 PDT
Created attachment 347280 [details] Proposed patch Tested in: http://ews-build.webkit-uat.org/#/builders/27/builds/23 Attachment 347280 [details] did not pass style-queue:
ERROR: Tools/BuildSlaveSupport/ews-build/steps.py:33: Module 'buildbot.process.properties' has no 'Interpolate' member [pylint/E1101] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps.py:530: [ExtractTestResults.__init__] Use of super on an old style class [pylint/E1002] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1145: [TestArchiveTestResults.test_success] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1145: [TestArchiveTestResults.test_success] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1160: [TestArchiveTestResults.test_failure] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1160: [TestArchiveTestResults.test_failure] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1191: [TestUploadTestResults.test_success] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1191: [TestUploadTestResults.test_success] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1217: [TestExtractTestResults.test_success] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1217: [TestExtractTestResults.test_success] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1235: [TestExtractTestResults.test_failure] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:1235: [TestExtractTestResults.test_failure] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
Total errors found: 12 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Style checker warnings are false positive, mostly due to https://bugs.webkit.org/show_bug.cgi?id=188572 Comment on attachment 347280 [details] Proposed patch Clearing flags on attachment: 347280 Committed r234952: <https://trac.webkit.org/changeset/234952> All reviewed patches have been landed. Closing bug. |