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
Requesting a client on an ElasticsearchNode in integration mode when the
node hasn't started yet now throws an exception. This prevents false
positives against already running node on 9200 (since we default to that
port if not already started).
Fixed 2 small unit test failures on PutRole's Names json output
CatSnapshots did a snapshot of all indices, depending on when xunit
decides to run this this could be a very very costly operation. We
always limit to a single index now.
Make sure we forcereseed as default on EnvironmentConfiguration
RoleDetection integration tests still passed extra node settings using
-D hardcoded which caused these integration tests to fail
0 commit comments