- 27 Jul, 2017 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 03 Jul, 2017 1 commit
-
-
Tristan Cavelier authored
-
- 27 Apr, 2017 11 commits
-
-
Sebastien Robin authored
CHERRY-PICKED test_result: fixed random issues where test result was staying confirmed while all tests were finished When two test results line were stopped in parallel, both transactions were thinking that there was still one ongoing test line, thus none of them were setting the test result in stopped. Use activities instead of serialization to avoid having testnode getting conflict errors.
-
Łukasz Nowak authored
If Test Result is associated with Test Node and thus distributor, and distributor defines process timeout use this timeout to now when to restart test lines. This is useful to avoid needless restart of tests running on nodes related to long time outing distributors. Otherwise fallback to default.
-
Łukasz Nowak authored
This link allows to navigate from Test Result via its Test Result Node to Test Node and distributor related to given Test Result. Note: It happens only, if client will do subscribeNode before calling createTestResult.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This is accompanying commit to "erp5_test_result: stop affecting last remaining tests to all test nodes", where alarms redrafts running tests for long running nodes. In case of very long running test nodes, to which support is introduced in this work, it is acceptable situation that test will get redrafted and shall be stopped.
-
Łukasz Nowak authored
Unfinished test (test_18_checkConfigurationGenerationERP5ScalabilityDistributor) uses return value of subscribeNode and assumes it is ERP5 object. This work changes return value of subscribeNode to JSON object, following startTestSuite return value, thus rendering this test failure. As test is unfinished, non asserting part has been commented out.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also if process_timeout is available in received configuration setup process_manager with transmitted value. Backward compatibility is assured, that if no process_timeout is provided, nothing is being updated. Also process_timeout not set on master (the default), will not change local default.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Extend subscribeNode to send configuration provided by user.
-
Łukasz Nowak authored
ERP5ProjectUnitTestDistributor allows to define maximum process timeout of testnodes attached to it.
-
- 08 Mar, 2017 1 commit
-
-
Julien Muchembled authored
-
- 07 Mar, 2017 1 commit
-
-
Sebastien Robin authored
-
- 15 Feb, 2017 1 commit
-
-
Jérome Perrin authored
When checking constraints, ignore lines where the node is an acquired organisation, we should only consider lines where node is an account.
-
- 23 Jan, 2017 1 commit
-
-
Tristan Cavelier authored
-
- 12 Jan, 2017 1 commit
-
-
Tristan Cavelier authored
-
- 04 Jan, 2017 1 commit
-
-
Tristan Cavelier authored
-
- 12 Dec, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 02 Dec, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 01 Dec, 2016 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 19 Oct, 2016 8 commits
-
-
Tristan Cavelier authored
removing lines, columns and tabs but improving PaySheetLine_asCellRange
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Arnaud Fontaine authored
These methods were generated when rendering the ListBox and with the id of the ListBox in their name. However, a customer reported the following problem on Accounting Periods ListBox: 1. Display Accounting Period ListBox on ZEO-1. => The ListBox will be rendered and 'listbox_period_list_*' methods will be generated on ZEO-1. 2. Click on 'Next Page' button and the user is redirect to ZEO-2 where the ListBox has never been generated. => The method does not exist yet and thus a 404 error is raised. Instead of having one method per ListBox ID, only one is now created (eg listbox_setPage() for SelectionTool.setPage()) at Zope startup and the ListBox ID previously defined in the method name is now defined in the value attributes of the buttons.
-
- 18 Oct, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Oct, 2016 2 commits
-
-
Arnaud Fontaine authored
Pattern: SIT_1 => RSPL => SIT_1. Also, this reduces the complexity by not checking objects twice.
-
Arnaud Fontaine authored
Functional Tests: Migration to PDF.js in recent Firefox clears preference to save automatically PDF files to the disk.
-
- 14 Oct, 2016 5 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Tristan Cavelier authored
- <a href="c"> was not transformed to absolute url - split the WebPage_exportAsSingleFile and WebPage_extractReferredObjectDict into two scripts to allow to evaluate string html data. + tests
-
Hardik Juneja authored
/reviewed-on !180
-
Vincent Bechu authored
/reviewed-on !167
-