mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Fix case in mlockall check error message
This commit is contained in:
parent
62638b8212
commit
f35bad808c
@ -121,7 +121,7 @@ public class BootstrapCheckTests extends ESTestCase {
|
|||||||
} catch (final RuntimeException e) {
|
} catch (final RuntimeException e) {
|
||||||
assertThat(
|
assertThat(
|
||||||
e.getMessage(),
|
e.getMessage(),
|
||||||
containsString("Memory locking requested for elasticsearch process but memory is not locked"));
|
containsString("memory locking requested for elasticsearch process but memory is not locked"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// nothing should happen
|
// nothing should happen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user