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
Currently, for WAGED enabled clusters, BestPossibleExternalViewVerifier attempts to verify all WAGED resources, regardless of whether a specific resource is specified
To Reproduce
Configure BestPossibleExternalViewVerifier with a specific resource in the settings.
Run the verification process.
Observe that BestPossibleVerifier verifies all WAGED resources rather than just the specified one.
Expected behavior
For WAGED resources, BestPossibleExternalViewVerifier should compute the BestPossibleState across all resources within the cluster, but it should limit verification of the ExternalView to the specified resource only.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
MarkGaox
changed the title
BestPossibleVerifier Verifies All Resources Instead of Specified Resource Only
BestPossibleExternalViewVerifier Verifies All Resources Instead of Specified Resource Only
Oct 28, 2024
Describe the bug
Currently, for WAGED enabled clusters,
BestPossibleExternalViewVerifier
attempts to verify all WAGED resources, regardless of whether a specific resource is specifiedTo Reproduce
BestPossibleExternalViewVerifier
with a specific resource in the settings.Expected behavior
For WAGED resources,
BestPossibleExternalViewVerifier
should compute the BestPossibleState across all resources within the cluster, but it should limit verification of the ExternalView to the specified resource only.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: