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
Copy file name to clipboardExpand all lines: tests/CTS/client/ingestion/api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
"go": "API error [429] Too Many Requests",
29
29
"java": "Status Code: 429 - Too Many Requests",
30
30
"javascript": "Too Many Requests",
31
-
"kotlin": "Client request(GET http://%localhost%:6676/1/html-error) invalid: 429 Too Many Requests. Text: \\\"<html><body>429 Too Many Requests</body></html>\\\"",
31
+
"kotlin": "Client request\\\\(GET http://%localhost%:6676/1/html-error\\\\) invalid: 429 Too Many Requests. Text: \\\"<html><body>429 Too Many Requests</body></html>\\\"",
Copy file name to clipboardExpand all lines: tests/CTS/client/search/api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@
137
137
"go": "failed to do request: all hosts have been contacted unsuccessfully, it can either be a server or a network error or wrong appID/key credentials were used. You can use 'ExposeIntermediateNetworkErrors: true' in the config to investigate.",
138
138
"java": "Error(s) while processing the retry strategy\\nCaused by: java.net.SocketTimeoutException: timeout",
139
139
"javascript": "Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.",
140
-
"kotlin": "Error(s) while processing the retry strategy",
140
+
"kotlin": "Error\\\\(s\\\\) while processing the retry strategy",
141
141
"php": "Impossible to connect, please check your Algolia Application Id.",
142
142
"python": "Unreachable hosts",
143
143
"ruby": "Unreachable hosts. Last error for %localhost%: Net::ReadTimeout with #<TCPSocket:(closed)>",
Copy file name to clipboardExpand all lines: tests/CTS/client/search/replaceAllObjects.json
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@
123
123
"apiKey": "test-api-key",
124
124
"customHosts": [
125
125
{
126
-
"host": "${{localhost}}",
127
126
"port": 6684
128
127
}
129
128
]
@@ -148,13 +147,13 @@
148
147
"expected": {
149
148
"error": {
150
149
"csharp": "{\\\"message\\\":\\\"Record is too big\\\",\\\"status\\\":400}",
151
-
"go": "API error [400] {\\\"message\\\":\\\"Record is too big\\\",\\\"status\\\":400}",
150
+
"go": "API error [400] Record is too big",
152
151
"java": "Status Code: 400 - {\\\"message\\\":\\\"Record is too big\\\",\\\"status\\\":400}",
153
152
"javascript": "Record is too big",
154
-
"kotlin": "Client request(POST http://${{localhost}}:6684/1/indexes/cts_e2e_replace_all_objects_too_big_${{language}}/batch) invalid: 400 Bad Request. Text: \\\"{\\\"message\\\":\\\"Record is too big\\\",\\\"status\\\":400}\\\"",
153
+
"kotlin": "Client request\\\\(POST http://%localhost%:6684/1/indexes/cts_e2e_replace_all_objects_too_big_${{language}}_tmp_\\\\d+/batch\\\\) invalid: 400 Bad Request. Text: \\\"\\\\{\\\"message\\\":\\\"Record is too big\\\",\\\"status\\\":400\\\\}\\\"",
155
154
"php": "Record is too big",
156
155
"python": "Record is too big",
157
-
"ruby": "Record is too big",
156
+
"ruby": "400: Record is too big",
158
157
"swift": "HTTP error: Status code: 400 Message: Record is too big"
0 commit comments