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
TestSmartCollectorReassignment in cmd/otel-allocator/allocation/least_weighted_test.go fails frequently. I will add a t.skip() to prevent it from breaking CI
The text was updated successfully, but these errors were encountered:
This test was flaky because the behaviour it was checking wasn't what the strategy actually does. The least-weighted strategy is not stable - it's not guaranteed that if you allocate using the same sets of Collectors and Targets, you'll always get the same allocation.
TestSmartCollectorReassignment in cmd/otel-allocator/allocation/least_weighted_test.go fails frequently. I will add a t.skip() to prevent it from breaking CI
The text was updated successfully, but these errors were encountered: