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
Allow to disable addMockFSIndexStore test plugin (#93473)
The MockFSIndexStore randomizes the store type index
settings in tests. It also throws random I/O exceptions
and checks the index when shards are closed.
This behavior is sometimes unwanted in tests, but today
tests cannot change the default random behavior. This
change allows to disable this test plugin on specific tests.
0 commit comments