- 25 Apr, 2012 2 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
- 24 Apr, 2012 8 commits
-
-
Sebastien Robin authored
This is surely the source of random duplicate uid problems. Indeed, some test like testERP5Catalog using default extra_sql_connection_string_list provided by slapos were using same connection string as other running tests
-
Sebastien Robin authored
-
Vincent Pelletier authored
This way, we can effectively kill all subprocesses. This worked for slapproxy because Flask calls setsid internally, but slapgrid-* doesn't, so they wouldn't be killed by killpg.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Fixes upgrade path from older erp5testnode version.
-
Vincent Pelletier authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
- 23 Apr, 2012 18 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
Note that it is useless to test simulation quantity in isSimulated because even if it exists, we already failed to find a related SM.
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This will be required to fix a possible race condition in causality_workflow
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Otherwise, first test may fail if '--random_activity_priority=' option is used.
-
Julien Muchembled authored
-
Sebastien Robin authored
This fix is already applied to erp5.util.testnode, we duplicate the fix. The code will move to library soon
-
Leonardo Rochael Almeida authored
The stop_condition() check is run once every beginning of loop tic, but if a loop achieved a state of total failure, RuntimeError was raised before stop_condition() had a chance to run. So we call it again just one more time to see if we can avoid failing.
-
Sebastien Robin authored
the code of some id generator can raise ValueError when objects are not fully installed, and this is typically a case when the compatibility code needs to run (like uid generation in the middle of the installation of id generators objects)
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This is used to get ongoing status even though there is no failures, it allows to know what is going on on testnode side
-
Aurel authored
-
- 20 Apr, 2012 5 commits
-
-
Sebastien Robin authored
This fix errors that could depend on environment (like python version, mariadb version, etc)
-
Ivan Tyagov authored
-
Leonardo Rochael Almeida authored
-
Sebastien Robin authored
The test was randomly failing since we were not getting last modification date exactly the same way as the zope webdav support
-
Ivan Tyagov authored
Allow to override and address every individual menu item.
-
- 19 Apr, 2012 7 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Css fixes.
-
Kazuhiko Shiozaki authored
-
Aurel authored
- move "keep in draft state" field - fix list of nodes displayed on event creation dialog - display warning for mail message only
-
Vincent Pelletier authored
Forgot to drop extra threadframe references.
-
Aurel authored
in Base_viewAddEventDialog: - add sender&receiver - change the destination state of the event based on who is the sender - allow to keep event in draft state in Event_viewCreateTicketWorkflowActionDialog: - copy title from event - make selection of resource dynamic based on ticket portal type - fix some category definition on the created ticket
-
Aurel authored
-