@@ -43,8 +43,6 @@ describe('getIterationContext', () => {
4343 parallelId : 'p1' ,
4444 totalBranches : 3 ,
4545 branchOutputs : new Map ( ) ,
46- completedCount : 0 ,
47- totalExpectedNodes : 3 ,
4846 } ,
4947 ] ,
5048 ] ) ,
@@ -135,8 +133,6 @@ describe('buildUnifiedParentIterations', () => {
135133 parallelId : 'outer-p' ,
136134 totalBranches : 4 ,
137135 branchOutputs : new Map ( ) ,
138- completedCount : 0 ,
139- totalExpectedNodes : 4 ,
140136 } ,
141137 ] ,
142138 ] ) ,
@@ -164,8 +160,6 @@ describe('buildUnifiedParentIterations', () => {
164160 parallelId : 'parallel-1' ,
165161 totalBranches : 5 ,
166162 branchOutputs : new Map ( ) ,
167- completedCount : 0 ,
168- totalExpectedNodes : 5 ,
169163 } ,
170164 ] ,
171165 ] ) ,
@@ -232,8 +226,6 @@ describe('buildUnifiedParentIterations', () => {
232226 parallelId : 'outer-p' ,
233227 totalBranches : 3 ,
234228 branchOutputs : new Map ( ) ,
235- completedCount : 0 ,
236- totalExpectedNodes : 3 ,
237229 } ,
238230 ] ,
239231 ] ) ,
@@ -275,8 +267,6 @@ describe('buildUnifiedParentIterations', () => {
275267 parallelId : 'P1' ,
276268 totalBranches : 2 ,
277269 branchOutputs : new Map ( ) ,
278- completedCount : 0 ,
279- totalExpectedNodes : 2 ,
280270 } ,
281271 ] ,
282272 [
@@ -285,8 +275,6 @@ describe('buildUnifiedParentIterations', () => {
285275 parallelId : 'P2' ,
286276 totalBranches : 2 ,
287277 branchOutputs : new Map ( ) ,
288- completedCount : 0 ,
289- totalExpectedNodes : 2 ,
290278 } ,
291279 ] ,
292280 [
@@ -295,8 +283,6 @@ describe('buildUnifiedParentIterations', () => {
295283 parallelId : 'P2__obranch-1' ,
296284 totalBranches : 2 ,
297285 branchOutputs : new Map ( ) ,
298- completedCount : 0 ,
299- totalExpectedNodes : 2 ,
300286 } ,
301287 ] ,
302288 ] ) ,
@@ -363,8 +349,6 @@ describe('buildUnifiedParentIterations', () => {
363349 parallelId : 'parallel-1' ,
364350 totalBranches : 5 ,
365351 branchOutputs : new Map ( ) ,
366- completedCount : 0 ,
367- totalExpectedNodes : 5 ,
368352 } ,
369353 ] ,
370354 ] ) ,
@@ -423,8 +407,6 @@ describe('buildUnifiedParentIterations', () => {
423407 parallelId : 'parallel-1' ,
424408 totalBranches : 3 ,
425409 branchOutputs : new Map ( ) ,
426- completedCount : 0 ,
427- totalExpectedNodes : 3 ,
428410 } ,
429411 ] ,
430412 ] ) ,
@@ -478,8 +460,6 @@ describe('buildContainerIterationContext', () => {
478460 parallelId : 'parallel-1' ,
479461 totalBranches : 5 ,
480462 branchOutputs : new Map ( ) ,
481- completedCount : 0 ,
482- totalExpectedNodes : 5 ,
483463 } ,
484464 ] ,
485465 ] ) ,
@@ -541,8 +521,6 @@ describe('buildContainerIterationContext', () => {
541521 parallelId : 'P2__obranch-1' ,
542522 totalBranches : 5 ,
543523 branchOutputs : new Map ( ) ,
544- completedCount : 0 ,
545- totalExpectedNodes : 5 ,
546524 } ,
547525 ] ,
548526 ] ) ,
@@ -568,8 +546,6 @@ describe('buildContainerIterationContext', () => {
568546 parallelId : 'outer-parallel' ,
569547 totalBranches : 3 ,
570548 branchOutputs : new Map ( ) ,
571- completedCount : 0 ,
572- totalExpectedNodes : 3 ,
573549 } ,
574550 ] ,
575551 ] ) ,
0 commit comments