generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
Description
What is the bug?
The RollupInterceptorIT integration test is failing due to a mismatch in the expected error message order when validating rollup search failure. The actual message contains the same fields, but the order of "missing field" entries is not deterministic.
How can one reproduce the bug?
- Run
RollupInterceptorIT.test roll up searchin the Index Management module. - Test fails with different order of missing fields in the error string.
What is the expected behavior?
The error message should clearly report the required missing fields, but the test should not be sensitive to their order if all required fields are present in the message.
What is your host/environment?
- OS: [MacOS]
- Version [failure reproducable in commit
ca0416c4e9986ea1b23d643031702e9e30e16a65] - Plugins index-management
Do you have any screenshots?
Do you have any additional context?
Add any other context about the problem.
