mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
This commit fixes a test bug in EvilJNANativesTests#testSetMaximumNumberOfThreads. Namely, the test was not checking whether or not the value from /proc/self/limits was equal to "unlimited" before attempting to parse as a long. This commit fixes that error.