[7.x] Unmute more memory-related tests after the fix in #68542#68741
[7.x] Unmute more memory-related tests after the fix in #68542#68741danhermann merged 1 commit intoelastic:7.xfrom
Conversation
|
I think there was a problem with the workaround, so these tests will probably fail if unmuted. The Java security manager blocks reading |
Ah, thanks for pointing that out, @droberts195. |
|
@droberts195, I opened #68742 to address the security manager issue. |
|
#68742 has been merged and the previously failing test on the debian8 platform passed, so I think this PR is clear to be reviewed. |
| package org.elasticsearch.monitor.os; | ||
|
|
||
| import static org.hamcrest.Matchers.allOf; | ||
| import static org.hamcrest.Matchers.anyOf; |
There was a problem hiding this comment.
These import changes are not needed for this change, right?
There was a problem hiding this comment.
The commit that muted these tests (09f823b) moved the import statements out of the standard ordering that we use, so I just restored the original standard ordering as part of the un-mute.
Relates to #68542