Commit 7b740018 authored by Sebastien Robin's avatar Sebastien Robin

unit test distributor: prevent parallel optimization

parent 847cb0ab
...@@ -112,6 +112,8 @@ class ERP5ProjectUnitTestDistributor(XMLObject): ...@@ -112,6 +112,8 @@ class ERP5ProjectUnitTestDistributor(XMLObject):
We are going to add test suites to test nodes. We are going to add test suites to test nodes.
First are completed test nodes with fewer test suites First are completed test nodes with fewer test suites
""" """
self.serialize() # prevent parallel optimization to avoid conflict
# on nodes and possibly weird results
portal = self.getPortalObject() portal = self.getPortalObject()
test_node_module = self._getTestNodeModule() test_node_module = self._getTestNodeModule()
test_node_list = [ test_node_list = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment