Updates jline to 3.25.0 to resolve CVE-2023-50572. (#4020) #49
GitHub Actions / Unit Test Results
failed
Jan 30, 2024 in 0s
1 fail, 119 pass in 6m 55s
Annotations
Check warning on line 0 in org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchIT
github-actions / Unit Test Results
1 out of 11 runs failed: testOpenSearchConnection (org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchIT)
test-results/data-prepper-opensearch-integration-tests-opensearch-1.0.1-java-11/data-prepper-plugins/opensearch/build/test-results/integrationTest/TEST-org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchIT.xml
Raw output
java.net.ConnectException: Connection refused
at org.opensearch.client.RestClient.extractAndWrapCause(RestClient.java:953)
at org.opensearch.client.RestClient.performRequest(RestClient.java:332)
at org.opensearch.client.RestClient.performRequest(RestClient.java:320)
at org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchIT.testOpenSearchConnection(OpenSearchIT.java:47)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:119)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:94)
at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:89)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at com.sun.proxy.$Proxy5.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:777)
at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:174)
at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:148)
at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:351)
at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:221)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64)
at java.base/java.lang.Thread.run(Thread.java:829)
Check notice on line 0 in .github
github-actions / Unit Test Results
120 tests found
There are 120 tests, see "Raw output" for the full list of tests.
Raw output
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [1] opensearch:1.2.4, OPENSEARCH, 1.2.4
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [1] opensearch:1.2.4, opensearch:1.2.4, 0
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [2] opendistro:1.13.3, opendistro:1.13.3, 0
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [2] opensearch:1.3.9, OPENSEARCH, 1.3.9
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [3] opendistro:0.10.0, opendistro:1.0.0, -1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [3] opensearch:2.2.1, OPENSEARCH, 2.2.1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [4] opensearch:1.2.4, opensearch:1.2.3, 1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [4] opensearch:2.6.0, OPENSEARCH, 2.6.0
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [5] opendistro:1.3.0, OPENDISTRO, 1.3.0
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [5] opensearch:1.2.3, opensearch:1.2.4, -1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [6] opendistro:1.13.3, OPENDISTRO, 1.13.3
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [6] opensearch:2.6.0, opensearch:1.2.3, 1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [7] opensearch:1.2.3, opensearch:2.6.0, -1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [8] opensearch:1.3.9, opendistro:1.13.3, 1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ [9] opendistro:1.13.3, opensearch:1.3.9, -1
org.opensearch.dataprepper.plugins.sink.opensearch.DeclaredOpenSearchVersionTest ‑ parse_with_null_should_return_minimum_version()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchIT ‑ testOpenSearchConnection
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [10] -4.9E-324
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [11] 3.4028234663852886E38
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [12] 1.401298464324817E-45
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [13] -3.4028234663852886E38
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [14] -1.401298464324817E-45
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [15] true
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [16] false
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1]
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] id, yyyy-MM-dd, %{yyyy-MM-dd}-test-${id}-index
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] info/ids/id
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] info/ids/id, yyyy-MM
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] info/ids/rid
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] null
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] test-%{yyyy-MM-dd}-index
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] true, true
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@15105ce, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@3afa2d9b
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@2d798972, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@6ad0040a
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@3afa2d9b, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@dddbaf1
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@5dfb54c1, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@775f4eef
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@6c6233b7, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@3204b591
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@775f4eef, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@643b1df9
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100794c40@9eb7e21, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100795040@794790c4
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100796040@2e6387f4, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100796440@1b5e0d5c
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1426/0x0000000100796040@30a53a45, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1427/0x0000000100796440@ccd2d7d
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@11b15c96
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@21158a34
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@29786d7f
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@2b2d3732
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@3cc6f9d0
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@50e0bce4
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007bfc40@690eead4
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007c7840@6b82ce26
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, _template, test-index-template.json, test-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1456/0x00000001007c7840@6d23a4cf
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] v1, test-index-template.json
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [1] yyyy-MM
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] %{yyyy-MM-dd}-test-index
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] 9223372036854775807
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] id
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] id, yyyy-MM-dd
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] id, yyyy-MM-dd, test-%{yyyy-MM-dd}-${id}-index
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@115492b3, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@70ea5bbf
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@4908ac6c, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@115492b3
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@5ce45629, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@62cc61e6
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@617659a, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@1f3f8436
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@62cc61e6, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@5949c7f9
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@6638d250, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@517b6eff
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100795440@ccf2bc3, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100795840@1c2b4742
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100796840@4ac5f0bc, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100796c40@5d248012
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1428/0x0000000100796840@5959a826, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithIndexTemplateArgumentsProvider$$Lambda$1429/0x0000000100796c40@5a0520d4
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c7c40@2b1398dd
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c7c40@73d8545b
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@131111ff
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@399a6dd1
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@3b409a70
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@4f631d7d
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@5a45733b
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@675f0fe2
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, _index_template, test-composable-index-template.json, test-composable-index-template-v2.json, org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT$CreateWithTemplatesArgumentsProvider$$Lambda$1457/0x00000001007c8040@71d915b4
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] index-template, test-composable-index-template.json
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] info/ids/rid
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] rid
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] true, false
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [2] yyyy-MM-dd
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [3] -9223372036854775808
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [3] dd-MM-yyyy
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [3] false, true
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [3] id, yyyy-MM-dd, test-${id}-%{yyyy-MM-dd}-index
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [3] rid
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [4] 2147483647
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [4] false, false
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [5] -2147483648
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] FARdIerHOcnvKdNUrCrhoeWSNDrDrEIDmkRoJrDigDdGcQNYfcBmGnpxxiziZHEwyyuBRbJuWjmXPPYTtgfgYuJOVwORqatKJoSwllURCgbijsnibrTUGLRpxzUDzqIzVHubJgejfOOPRRldVNTfIlJbnnCIchzcIbTnoNVAmgOqnqfuoGQcytyGhIdofWSTRXCOpyXZfTsPkbkliuScFklfDhpvdQGyZGrJTnCzFKpBnTphHcZWgUktwYLqPgvUMbgsMGukflPQSBgEDoNcOOUPtkTHYneWXduazPkuEpBmYUzfZZRtWIOHwFaIYjkxESPbceqxegYtqTYtkypLadQhfurjFoaBSkjDjHawmxzujVuZlNCYbiJUBIFgOSUxMqApQxNJMpwLYYjkjJyDermTJUBRDosBDwkDEuxhPQsnFezMykmgZmeLCOOIwxbfNgOveVuXycwatlurlPImQsVngpCdOvGsnDrDrEGHfPXxioIgEwgiveuAWgBjUuj…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] JSKyhVMdKhbNPzfwgtMgycLAexxGPeCuwFHgQrcPVDpZaLyaIqjEppRIjpvuGdJIGfiZajGdjppHiuZNsgHaLQGXISUNFTMgbmfJGkBliQVcfaezBRjJSVXwPWEjBInpfMNngHrSKpzQSerBHXGLvxdBxrSRqnzqJgHZnozawLdCWZhDVEbspIQPHdeKrOPxESNavUvuSfgBqAzVBlzsyYPhyDkgGVXhGxrNEtjWCSOTIKGgKqbMIkcEYyAUFumEGClFZtNiXGqVxzAqcGUXetgNgrhWDifQHJneWGsqmHhLfQYGYfPfhrpcvkSzPTPlJQsMGcvHsRhiKwKqWGCihMlWFAcOFdPSdRfxjOeNtEeYMOSOtzgbIvsxvftGcWAlVltPygKPOPBitwiUEnVLPdLYkpyoKxFzlfKNEudenNUZXLIMfkmVFJFgTWMhQQABcyuWlRybIBbsMeueMUaSAdChGdUTbaVSLNchbgOEWwgdcgMtgPKPFKweySuBGwV…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] QlrAPTtXyJynOaueZFIyzXiOokiVuZifsySKrcpKKEOgbYvvkQPLfRDYLPOTFFGAeunOtnmDnSAWfOSmdUcPVatjQCCvQxXuVPRIoNxAWCNqVjTdddGqJafMZPVRwUcdAcNVNWRqlnwXoscbpfRiCTKkxneihqXZkTsqmzFSippVmqVgFAuSiCpCUZCCCbtWVhmsgfzsNnDOiDurfHMrbXRgWSRZRhHYPNRrBCJCVbqeZgktWZtSyxsocxziyPWRPMoyxCmSDNkCwjmOAfNfIZVKZUMGxhIhZhDrDtbafyRAwaGklzqOAUeRWVnKXdIskiQOCOHSmonTEuppsvulLeBCDeWTOPEPtevFcBCWgTKfNiAvbJsavfBtwBFVEqNxBcTywaEFEJOYMjbKqkIsaxKwQpuvSSrpQfngHqCIpRrNgVtTdbvYmkuuFkCtpfwAGUBEsZJNmoxhKTxIvibZpSRpZyjrZEpxczAeXBdulvSVGkJcKHxeVodBppODvlM…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] UrbIomReDIESHduucenkPVzkpCmEhXKMGRmYHsaqBssPlEvmrEQMvGYTYiDlgJxSxFWDNmOubDAelvIzoSnytcOufOtnxCZZmiGYUiqvwwwMlSGPaBvaqLGPZXzZTgEEMrKllgeAihKjOSUZCGFbPNidxyQaSgtbqBidQtrxLqGOFoZyidzZkFORDbYIykkxnGPVkdaQPuXnHjfRncgcHylfRKkmZHvNMdpoSMMKGTxujkMIAfOAVtYQkDDZuFpNsNUBezPfvKpvVkrKMRbUTcZGEBquNsIolODVgqbFajUmZHPpJYJvvVPuCEGdbBfmbNYDDwQasnDLYCZHCBLtCBGSUUOCstycDoZXxeQXVeJbknHlNRdWiOmDvPYFFKjZEzbUklRwGAEQTDQymHIxBwBYeZWSKjTiWLWYstSqKRQMJlxSpawYYxNvRALqASNPvYGzBMIgNlwBJDrTThypAhYNCjNBjkWfmYBbejDXbnoLYrxMCWFNJBgtPiecLnx…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] ZJVhGYswkGjEjiEIReiZaDmvFSjBtNTvLTUTTsfQAsoiyTeNGbAsBphTDgySBJQYdlkOjjLwGrsUMxpmsltUEYpqeKbICbjMXpOmCbQFYznTrMlOzJeUFivdETEyDvzKYRSYEmnwKVzoJFrKYGZdXyAaWvpywnigcBhxfLKGSOCGQWuFxWkCeqNDJVFoLPstQisDgfRdKvgCHPQLeAtbJUdVvRxOgXjSOYKbReoCFVsCyilKMYzDOOrqudCAILlhcRSQIHsSowNIVqqQRdrkkouVAMFdpogsepolWOZvRMuSPYmlBBzUTFrZjsfUpQZwqwQjtMIPoXyVLVddMCWMexohcRuUlfJeFQEdIAbmBwovCAzDWxadqkEkCpsgIygAwoqbZPWMlcKbnHtqXZuvUHGsFfsVMILbYVgWKHKitbdsGPFFocHaEftvneTAfyyDKYDVukeqApCDanCNVgeZDepXjwuUDrLqAboEubsMymqqVKwhJHtZpgNJojXDvzo…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] azTEbgHAExnGaRVORWxHgmGZcIMhTqFCrMYxPbPrDSIJFgoWwlUBhKuirrHlcIMWJkBWnGpgBJhPZxAKBQPjOLVJppnXIGFKoaTATyFXHkaAQoJuisVAcNiTSdLIorfRTISzUtueYwidJIoNQIfbOtKrmffbxhmNhelKaYzPJisMpVNrPxAVWVNpxODOAEEoUXJslCQLGTmBiIZBGaJbzLTlxxWcpPyDfloNlroKGxiOExOGPPqtoDsRJISTnwutDotvVDlpTbCvPMhyCDIXIThRmxnmGWoDuRRdfZtVjFgzbmgXASROgJTaPkUSGspWmjnkqKDyUDNuaKUcImudkIfUQMjWZpJVtLslhonPdfiyBhFoqujSfeUOJGNCsjuZPFLSNskdjGNnAWGmpcTTvHdsnSKQengidiPCsQNeavOEkupOcSvjXSERddFRFdTRUdOFHtOOgnISWDfuIkhZMqttDJRxTRyOdPsMypSiQtnPnuUEICXXEeCfWuArljB…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] fmwgjyZuIjehokghsZYLjvABEHOWfDDhsCGzUCDjwsMNojRCTHkTkeGeLpMpCGnXmqAahmHBZOZalmpuSzDlWgLGoSbHLRdzHdfERgHWLXHWiOafDIWfWPEcDAezMrlePkxxZYoGkzwuLdkSKvyCQjtgmNZzGdwfhBoqFCDevzhNUlZnjdwvYHMTerwbnOlOMRWjhKXdlEdDlJQsobugJzkFgQvvXruWwHUaqlalJLoYQXsLeXixEsMHDHdsDKSKQhmTuICQCNKZsIDjeUMJxxUZdGrajSAizlTMHSFvPVzGJJHGpsnGJqetkCWkilBafeENrrdcpfhTxsJWlxJGXVLFStZRYBpoYqCsZrZnsBrgSJIWzvkoiPePucdbpERSBVXpKmSfERmDiVGKirWCUBmPZvrVohNTaGwxaMTjkUUjzNiXseQdczdXVqhFgULajDQUscUceUUWZRPwocwNwMtczRhQvlLFOEvMXvbFskYvHEsVyRBNQcHzIoWDEpv…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] qnFdgSHQepHXphTAygosoAfnZocXIAzLoEGgrCZYzGBHzgsIHbxWlYwzKEQAWWbuKnHBSicuQVpuqzipAlSrLhtgObkHGZeydusIYRDFVAbUiWeHLXPuyuWpFpQxgCsXVveQIcgdsMYSlwezxxnNLFtlOTPTHVytzEzJrujZkSZwVJqwtJiHwVZqGnkSxorrmNfuxKiBYyByFekZrnSPoztDzJfpFLgKRqqDXXuatouTZQUJTSTmrdqsnjtLWoBbXQJRckUKEAiBGytNesvjXMQGaFgEdFWHcYWcPUxDwJkHNrLFTKaqKtHjkozucfPnVPMXzXmkkXciBtmalHAeREtqqnPiivsFzytxGWDfJrPdxZvFIPhBciDAaEKCoUoUlAdAZYsbCOTOzrdLAiZqPEAcQSQcCcjCLEuBpIoTtJSrkLUdmUJQMmenYkbMwToQoaAwWErGvMdOUqIascfVUCOcMFkHuYlNPtjoIHlDsOyhmiHoKByCKlQQMaYDBJr…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] rAQhuFHBBrJzIWneeVDbhAPaopPGLccjWNSVxWnfmbZZvOUJzbYQehxztSqkbAdxTBWVadxgAkcwpybKFGPePkJToElHseStKwZbiwqxiewTpSMVAtevyvonAMcGSKlqanQtXfrKiCZfrczIGYpfqeXtFwwbcSqSnTpayKzcMjiHHVyxZQYWjfaRISDJoBnaOQRitcVWDUqpLSPsavVGwvfkRDpqINxgBPGzyIZxeiZfostruMxwXZlZopyCcmsefUWdpxvbUmiMiUqUUJQAeTBQIbQeOxOUuYhqAiaxZuCNWBFteaSqWDtymyMHWmLRuGJnuqftKaGSHBKeDpsJxSuJlrcXrCnnkczIyEGniGzASFzPbfuShKCSwXDDdHZuXBjhelSJUwKMiddzkNopJaTERMTuIaKNJQxdgSjGacGmPgDbOvXgbkepdTYXWWmbrpVJnrXkEmYLHFUWqobibreMOMOFdcohUNtDLtnwYkfFnFdhpHHKTYxMfPOZuEZ…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [6] wGpAVLveyBSpDaISRqnRqKsfQGajkbfjzDRhXQnpGWnwAbIgfDmMLurzgQiRwPjgxruTOYIiVXiUXrarTLzRPtwmxMKmgCuRzQQfaaYQEvskeUEIPNmtjUbnymPGhWaLWAuDBlvRXWxeDtzubxPVKdfSAGgSWLojBPlyoIQBkRWemvHyUFrMMupFUjJTnlQxIaDnkbYASaYrGUNkvqLyqWyZVBeGlAbPHDvZsNbQMjHLwJAHEPJvXamxQhLhGotBBDLaPseszLKoamGqFJgOBaxgyAMhHmkguAoVPhFIjHbHYQZJKgyoTYmcFOUJnAhXmhfYkfOObYSKKlEEOmOcLnzBrcSqEFrBHRjiRWhoZyDnYjLnnBkuoduCqxItWbWaOiDQjAxnegbqhpiAtRzhXoXPdHKVwlOBqiJYVHmwEsaugmAtnsOcfsEXMWQlTsrFGjQzIecWhbtDWNoxjSdHSybZULRJTDTVwLwmiNdjNTDUscsVGAzyrGPYMVviPPI…
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [7] Hello! Data-Prepper? #Example123
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [8] Привет,Γειά σας,こんにちは,你好
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ [9] 4.9E-324
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionCreateWithActions()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionDeleteWithActions()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionUpdateWithActions()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionUpdateWithDocumentRootKey()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionUpsertWithActions()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testBulkActionUpsertWithoutCreate()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testEventOutput()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testEventOutputWithTags()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testInstantiateSinkCustomIndex_NoRollOver()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testInstantiateSinkRawSpanDefault()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testInstantiateSinkRawSpanReservedAliasAlreadyUsedAsIndex()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testInstantiateSinkServiceMapDefault()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOpenSearchBulkActionsCreate()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOpenSearchBulkActionsCreateWithExpression()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOpenSearchBulkActionsCreateWithInvalidExpression()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOpenSearchIndexWithInvalidChars()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOpenSearchIndexWithInvalidDate()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOutputCustomIndex()
org.opensearch.dataprepper.plugins.sink.opensearch.OpenSearchSinkIT ‑ testOutputManagementDisabled()
Loading