Commit de98ee03 authored by Vincent Pelletier's avatar Vincent Pelletier

This line is not required to trigger race condition.

Relevant race condition is between recursiveReindexObject and
unindexObject (triggered by setId).
parent 162dd557
......@@ -92,7 +92,6 @@ class TestCopySupport(ERP5TypeTestCase):
self.tic()
person.recursiveReindexObject()
person.default_address.setId('old_address')
person.setAddressCity('Paris')
self.commit()
# Currently, the test passes only because ActivityTool.distribute always
# iterates on queues in the same order: SQLQueue before SQLDict.
......
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