https://bugs.documentfoundation.org/show_bug.cgi?id=154451
Bug ID: 154451
Summary: UITest: enable oneprocess mode
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
This easyHack is about enabling oneprocess mode in UItests.
See f5d97d14a2169c23b801d5d09ea19c001d36bba1 for more information
"A uitest suite may have several testcases and we spend a lot of time
spinning up a new soffice process for each testcase, while we typically
do such initialization only once for per testsuites in the cppunit case,
slowing down uitests.
Fix the problem by adding an opt-in way, so that a uitest suite can
declare that it's safe to run the entire suite with the same soffice
process."
Example: f7ec6a19dca9619bce038dd0aee88765a93255f6
it's important to add to the commit message the difference in execution time.
--
You are receiving this mail because:
You are the assignee for the bug.