You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
randomAlpha is generating UTF16 strings, which return as UTF8 and fail
to match. Generating random UTF8 strings can generate control
characters, which the REST handler throws an error on. So we're
generating UUIDs.
Fixelastic#113430
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceCrudIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ public void testUnsupportedStream() throws Exception {
0 commit comments