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
This commit unmutes and renames the test that failed on CI (elastic#44796)
after elastic#44702 has been merged.
This test assumes that follow stats still exist after a follower index has
been deleted. The follow stats are based on persistent tasks, and
since elastic#44702 the persistent tasks of deleted following indices are now
automatically cleaned up to avoid to bloat the cluster state.
I don't think we should report any follow stats for deleted indices and I
don't think that this test makes much sense now the tasks are cleaned
up. This is why the test has been renamed.
closeselastic#44796
0 commit comments