Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting parallized workers in ArrayNode subNodes #4567

Merged
merged 16 commits into from
Dec 15, 2023

Merge branch 'master' into performance/arraynode-parallel-workers

2b59e98
Select commit
Loading
Failed to load commit list.
Merged

Supporting parallized workers in ArrayNode subNodes #4567

Merge branch 'master' into performance/arraynode-parallel-workers
2b59e98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 15, 2023 in 1s

76.59% of diff hit (target 58.99%)

View this Pull Request on Codecov

76.59% of diff hit (target 58.99%)

Annotations

Check warning on line 304 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L303-L304

Added lines #L303 - L304 were not covered by tests

Check warning on line 320 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L319-L320

Added lines #L319 - L320 were not covered by tests

Check warning on line 325 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L324-L325

Added lines #L324 - L325 were not covered by tests

Check warning on line 350 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L349-L350

Added lines #L349 - L350 were not covered by tests

Check warning on line 382 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L382

Added line #L382 was not covered by tests

Check warning on line 431 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L427-L431

Added lines #L427 - L431 were not covered by tests

Check warning on line 454 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L450-L454

Added lines #L450 - L454 were not covered by tests

Check warning on line 475 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L474-L475

Added lines #L474 - L475 were not covered by tests

Check warning on line 487 in flytepropeller/pkg/controller/nodes/array/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/handler.go#L486-L487

Added lines #L486 - L487 were not covered by tests

Check warning on line 64 in flytepropeller/pkg/controller/nodes/array/worker.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/worker.go#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 85 in flytepropeller/pkg/controller/nodes/array/worker.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/worker.go#L82-L85

Added lines #L82 - L85 were not covered by tests

Check warning on line 91 in flytepropeller/pkg/controller/nodes/array/worker.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/worker.go#L91

Added line #L91 was not covered by tests

Check warning on line 93 in flytepropeller/pkg/controller/nodes/array/worker.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

flytepropeller/pkg/controller/nodes/array/worker.go#L93

Added line #L93 was not covered by tests