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: pkg/openSearch/ostesting/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ NewIndexAlias creates new uniquely named index together with associated alias us
203
203
204
204
Internally opensearchapi.Client is called directly rather than opensearch.Client, to avoid using tested object in testing setup and to not have to adjust opensearch.Client methods just for the sake of being used by Tester \(as tester use\-case of generating unique index/alias with custom mapping differs from production use\-cases\).
205
205
206
-
Upon succesful creation the function returns index and associated alias names, in case of error \[t\] is used to mark test as failed. Note: usually the index should be accessed through alias name. In some cases the method needs to receive the concrete index instead.
206
+
Upon successful creation the function returns index and associated alias names, in case of error \[t\] is used to mark test as failed. Note: usually the index should be accessed through alias name. In some cases the method needs to receive the concrete index instead.
0 commit comments