Skip to content

Remove duplicated functions in e2eautoscaler/support.go and e2erayservice/support.go to reuse test/support/support.go #3947

@Future-Outlier

Description

@Future-Outlier

There’s a clear opportunity to reduce code duplication in the following files:
• ray-operator/test/e2eautoscaler/support.go
• ray-operator/test/e2erayservice/support.go

Both contain functions that duplicate logic already implemented in ray-operator/test/support/support.go. To improve maintainability and reduce redundancy, I suggest refactoring these files to reuse the existing functions from test/support/support.go, removing the duplicated implementations.

Related PRs: #3932

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions