mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
#489 Run the synchro with parameter max_chunk_size to split the execution into several processes, each loading at most the given count of replica (note: the master process will continue to run while child processes are being forked one by one)
SVN:trunk[1732]
This commit is contained in:
@@ -2271,8 +2271,8 @@ class TestDataExchange extends TestBizModel
|
||||
),
|
||||
),
|
||||
),
|
||||
//);
|
||||
//$aXXXXScenarios = array(
|
||||
// );
|
||||
// $aXXXXScenarios = array(
|
||||
array(
|
||||
'desc' => 'Update then delete with retention (to complete with manual testing) and reconciliation on org/name',
|
||||
'login' => 'admin',
|
||||
@@ -2361,7 +2361,7 @@ class TestDataExchange extends TestBizModel
|
||||
),
|
||||
array(
|
||||
array('obj_C', 2, 'obj_C', 'production'),
|
||||
),
|
||||
),
|
||||
),
|
||||
'target_data' => array(
|
||||
array('org_id', 'name', 'status'),
|
||||
@@ -2403,7 +2403,7 @@ class TestDataExchange extends TestBizModel
|
||||
array(2, 'obj_B', 'implementation'),
|
||||
array(2, 'obj_C', 'production'),
|
||||
array(2, 'obj_D', 'obsolete'),
|
||||
),
|
||||
),
|
||||
),
|
||||
'attributes' => array(
|
||||
'org_id' => array(
|
||||
|
||||
Reference in New Issue
Block a user