add promised comment to testCanResetUnreasonableSettings
it got lost in a broken git song and dance.
This commit is contained in:
parent
fc4645bae6
commit
1753c49beb
|
@ -417,6 +417,8 @@ public class CircuitBreakerServiceIT extends ESIntegTestCase {
|
|||
.build();
|
||||
client().admin().cluster().prepareUpdateSettings().setTransientSettings(insane).get();
|
||||
|
||||
// calls updates settings to reset everything to default, checking that the request
|
||||
// is not blocked by the above inflight circuit breaker
|
||||
reset();
|
||||
|
||||
assertThat(client().admin().cluster().prepareState().get()
|
||||
|
|
Loading…
Reference in New Issue