OpenSearch/libs/core
Ryan Ernst 67f0ffd134 Ensure char array test uses different values (#47238)
The test of constantTimeEquals could get unlucky and randomly produce
the same two strings. This commit tweaks the test to ensure the two
string are unique, and the loop inside constantTimeEquals is actually
executed (which requires the strings be of the same length).

fixes #47076
2019-09-30 14:46:53 -07:00
..
src Ensure char array test uses different values (#47238) 2019-09-30 14:46:53 -07:00
build.gradle Expose Elasticsearch API nullability information to Kotlin compiler. (#43912) (#44518) 2019-07-25 12:16:38 -07:00