You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve logging clarity in e2e, we need to refactor the functions responsible for retrieving the current and target clusters. These functions are currently private and located in dractions/retry.go. The goal is to make them public and relocate them to a new file, util/placement.go. This change will help standardize cluster placement logic across deployer types and ensure consistent logging for failover, and relocate actions.
Tasks:
Identify all functions related to retrieving the current and target clusters in dractions/retry.go.
Move/refactor these functions to a new file, util/placement.go.
Make the functions public to allow access from other packages.
Update existing code to reference the new public functions.
Verify that e2e logs correctly display the current and target clusters during failover, and relocate actions.
The text was updated successfully, but these errors were encountered:
parikshithb
changed the title
e2e: move functions related to placement to util/placement.go
e2e: move and update functions related to placement to util/placement.go
Feb 14, 2025
To improve logging clarity in e2e, we need to refactor the functions responsible for retrieving the current and target clusters. These functions are currently private and located in dractions/retry.go. The goal is to make them public and relocate them to a new file, util/placement.go. This change will help standardize cluster placement logic across deployer types and ensure consistent logging for failover, and relocate actions.
Tasks:
The text was updated successfully, but these errors were encountered: