Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Release version 2.4.1 #2925

Closed
32 of 40 tasks
github-actions bot opened this issue Nov 19, 2022 · 26 comments
Closed
32 of 40 tasks

[RELEASE] Release version 2.4.1 #2925

github-actions bot opened this issue Nov 19, 2022 · 26 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2022

Release OpenSearch and OpenSearch Dashboards 2.4.1

I noticed that a manifest was automatically created in manifests/2.4.1. Please follow the following checklist to make a release.

How to use this issue

This Release Issue

This issue captures the state of the OpenSearch release, its assignee is responsible for driving the release. Please contact them or @mention them on this issue for help. There are linked issues on components of the release where individual components can be tracked. More details are included in the Maintainers Release owner section.

Release Steps

There are several steps to the release process, these steps are completed as the whole release and components that are behind present risk to the release. The release owner completes the tasks in this ticket, whereas component owners resolve tasks on their ticket in their repositories.

Steps have completion dates for coordinating efforts between the components of a release; components can start as soon as they are ready far in advance of a future release.

Component List

To aid in understanding the state of the release there is a table with status indicating each component state. This is updated based on the status of the component issues.

Preparation

  • Assign this issue to a release owner.
  • Declare a pencils down date for new features to be merged.
  • Dec 07, 2022 is pencils down date for feature freeze.
  • Update the Campaigns section to include monitoring campaigns during this release.
  • Update this issue so all __REPLACE_RELEASE-__ placeholders have actual dates.
  • Document any new quality requirements or changes.
  • Finalize scope and feature set and update the Public Roadmap.
  • Create a release issue in every component repo that links back to this issue, update Components section with these links.
  • Ensure the label is created in each component repo for this new version, and the next minor release. Create a version label
  • Ensure that all release issues created above are assigned to an owner in the component team.
  • Increase the build frequency for the this release from once a day (H 1 * * *) to once every hour (H/60 * * * *) in jenkinsFile

CI/CD (Feature Freeze) - _Ends Dec 07, 2022

  • Create Jenkins workflows that run daily snapshot builds for OpenSearch and OpenSearch Dashboards.
  • Increment each component version to 2.4.1 and ensure working CI in component repositories.
  • Make pull requests to add each component to manifests/2.4.1/opensearch-2.4.1.yml and manifests/2.4.1/opensearch-dashboards-2.4.1.yml with the corresponding checks.
  • OpenSearch / OpenSearch-Dashboards core and components teams finalize their features
  • OpenSearch / OpenSearch-Dashboards core cut branch <MajorVersion>.<MinorVersion> early.

Campaigns

REPLACE with OpenSearch wide initiatives to improve quality and consistency.

Code Complete - Ends Dec 07, 2022

Release testing - _Ends Dec 12, 2022

  • All components should have cut branch <MajorVersion>.<MinorVersion> for the release.
  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing (REPLACE_RELEASE-minus-8-days).
  • Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary else manually run the build workflow and declare new release candidate.
  • Sanity Testing (REPLACE_RELEASE-minus-8-days - REPLACE_RELEASE-minus-6-days): Sanity testing and fixing of critical issues found by teams. Teams test their components within the distribution, ensuring integration, backwards compatibility, and perf tests pass.
  • Publish all test results in the comments of this issue.

Performance testing validation - Ends REPLACE_RELEASE-minus-6-days

  • Performance tests do not show a regression
  • Longevity tests do not show any issues

Release - Ends Dec 13, 2022

Post Release

  • Create release tags for each component (Jenkins job name: release-tag-creation).
  • Replace refs in manifests/2.4.1 with tags and remove checks.
  • If this is a major or minor version release, stop building previous patch version.
  • Generate distribution release notes reviewed by PM team for opensearch-build repository.
  • Increment version for Helm Charts (sample PR) for the 2.4.1 release.
  • Increment version for Ansible Charts (sample PR) for the 2.4.1 release.
  • Prepare for next patch release by incrementing patch versions for each component.
  • Update this template with any new or missed steps.
  • Retrospective release 2.4.1 #2981

Components

Replace with links to all component tracking issues.

Component On track Release Notes
{COMPONENT_ISSUE_LINK} {INDICATOR}} {STATUS}
Legend

Symbol Meaning
🟢 On track with overall release
🟡 Missed last milestone
🔴 Missed multiple milestones

@gaiksaya
Copy link
Member

gaiksaya commented Dec 7, 2022

Release testing

We have release candidates built and ready for testing.


OpenSearch docker

  • Start without security
    Docker command docker pull opensearchstaging/opensearch:2.4.1.6667 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:2.4.1.6667
    Connect command curl http://localhost:9200
  • Start with security
    Docker command docker pull opensearchstaging/opensearch:2.4.1.6667 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:2.4.1.6667
    Connect command curl --insecure https://admin:admin@localhost:9200

OpenSearch-Dashboards docker

  • Start without security
    Docker command docker pull opensearchstaging/opensearch-dashboards:2.4.1.4665 && docker run -it -d --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:2.4.1.4665
    URL http://localhost:5601
  • Start without security
    Docker command docker pull opensearchstaging/opensearch-dashboards:2.4.1.4665 && docker run -it -d --network="host" opensearchstaging/opensearch-dashboards:2.4.1.4665
    URL http://localhost:5601

Use below artifacts to deploy OpenSearch and OpenSearch Dashboards on different platforms

OpenSearch - Build 6667

OpenSearch Dashboards - Build 4665

How to install via yum, tarball, windows etc?

@gaiksaya
Copy link
Member

gaiksaya commented Dec 7, 2022

Integration tests for Linux are failing for below components:
X64: https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/3450/pipeline/130

  • SQL
  • Index Management

ARM64: https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/3449/pipeline/121/

  • ml-commons
  • Index Management
  • neural-search
  • SQL

@gaiksaya
Copy link
Member

gaiksaya commented Dec 8, 2022

SQL below are the logs for windows:

failure log

2022-12-08 21:37:24 INFO     ===============================================
2022-12-08 21:37:24 INFO     Running integration tests for sql
2022-12-08 21:37:24 INFO     ===============================================
2022-12-08 21:37:24 INFO     Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s false -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpbg9f65cl\sql
2022-12-08 21:37:29 INFO     Recording component test results for sql at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\sql\without-security\test-results
2022-12-08 21:37:29 INFO     Integration test run failed for component sql
2022-12-08 21:37:29 INFO
FAILURE: Build failed with an exception.

* What went wrong:
Unable to get mutable Windows environment variable map

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':integ-test:compileJdbc'.
> Process 'command './gradlew.bat'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s

2022-12-08 21:37:29 INFO     Sending SIGKILL to PID 332
2022-12-08 21:37:29 INFO     Process killed with exit code None
2022-12-08 21:37:29 INFO     Cleanup C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpbg9f65cl\1\local-test-cluster/* 

cc: @anirudha @derek-ho

@gaiksaya
Copy link
Member

gaiksaya commented Dec 8, 2022

Also windows integ test failing for asynchronous-search without security:

failure log

``` 2022-12-08 22:33:41 INFO =============================================== 2022-12-08 22:33:41 INFO Running integration tests for asynchronous-search 2022-12-08 22:33:41 INFO =============================================== 2022-12-08 22:33:41 INFO Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s false -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmppcxig_tl\asynchronous-search 2022-12-08 22:37:36 INFO Recording component test results for asynchronous-search at C:\Users\Administrator\opensearch-build\test-results\3456\integ-test\asynchronous-search\without-security\test-results 2022-12-08 22:37:36 INFO Integration test run failed for component asynchronous-search 2022-12-08 22:37:36 INFO OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.search.asynchronous.restIT.AsynchronousSearchRestIT.testGetWithKeepAliveUpdate" -Dtests.seed=EBCF501A714D591A -Dtests.security.manager=false -Dtests.locale=hi-IN -Dtests.timezone=Asia/Vientiane -Druntime.java=17

Suite: Test class org.opensearch.search.asynchronous.restIT.AsynchronousSearchRestIT
2> ?????? ??, ???? ?:??:?? ????????? org.opensearch.client.RestClient logResponse
2> WARNING: request [POST http://localhost:9200/_opendistro/_asynchronous_search?keep_on_completion=true] returned 1 warnings: [299 OpenSearch-2.4.1-f2f809ea280ffba217451da894a5899f1cec02ab "[POST /_opendistro/_asynchronous_search] is deprecated! Use [POST /_plugins/_asynchronous_search] instead."]
2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.search.asynchronous.restIT.AsynchronousSearchRestIT.testGetWithKeepAliveUpdate" -Dtests.seed=EBCF501A714D591A -Dtests.security.manager=false -Dtests.locale=hi-IN -Dtests.timezone=Asia/Vientiane -Druntime.java=17
2> java.lang.AssertionError:
Expected: a value greater than <1670557020650L>
but: <1670557020650L> was equal to <1670557020650L>
at __randomizedtesting.SeedInfo.seed([EBCF501A714D591A:A08B2D04250F4F1]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at org.opensearch.search.asynchronous.restIT.AsynchronousSearchRestIT.testGetWithKeepAliveUpdate(AsynchronousSearchRestIT.java:135)
2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmppcxig_tl\asynchronous-search\build\testrun\integTest\temp\org.opensearch.search.asynchronous.restIT.AsynchronousSearchRestIT_EBCF501A714D591A-001
2> NOTE: test params are: codec=Asserting(Lucene94), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hi-IN, timezone=Asia/Vientiane
2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=372051760,total=536870912
2> NOTE: All tests run in this JVM: [AsynchronousSearchQueryIT, AsynchronousSearchRejectionIT, AsynchronousSearchStatsIT, AsynchronousSearchTaskCancellationIT, DeleteAsynchronousSearchSingleNodeIT, GetAsynchronousSearchSingleNodeIT, MixedOperationSingleNodeIT, SubmitAsynchronousSearchSingleNodeIT, AsynchronousSearchCancellationIT, AsynchronousSearchPartialResponseIT, AsynchronousSearchProgressListenerIT, AsynchronousSearchManagementServiceIT, AsynchronousSearchRequestRoutingIT, ApiParamsValidationIT, AsynchronousSearchRestIT]

75 tests completed, 1 failed

=== Standard output of node node{::integTest-0} ===

=== Standard error of node node{::integTest-0} ===

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':integTest'.

There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmppcxig_tl/asynchronous-search/build/reports/tests/integTest/index.html

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 3m 54s

2022-12-08 22:37:36 INFO Sending SIGKILL to PID 7992
2022-12-08 22:37:36 INFO Process killed with exit code None
2022-12-08 22:37:36 INFO Cleanup C:\Users\ADMINI1\AppData\Local\Temp\2\tmppcxig_tl\1\local-test-cluster/* content after the test
2022-12-08 22:37:37 INFO Recording local cluster logs for asynchronous-search with test configuration as without-security at C:\Users\Administrator\opensearch-build\test-results\3456\integ-test\asynchronous-search\without-security\local-cluster-logs
2022-12-08 22:37:37 INFO Skipping sql
2022-12-08 22:37:37 INFO Skipping notifications-core
2022-12-08 22:37:37 INFO Skipping notifications
2022-12-08 22:37:37 INFO Skipping alerting
2022-12-08 22:37:37 INFO Skipping index-management
2022-12-08 22:37:37 INFO Skipping security-analytics
2022-12-08 22:37:37 INFO Removing C:\Users\ADMINI
1\AppData\Local\Temp\2\tmppcxig_tl
2022-12-08 22:37:37 WARNING Removing try count: 1/3 for C:\Users\ADMINI1\AppData\Local\Temp\2\tmppcxig_tl\asynchronous-search.git\objects\pack\pack-c4ebb968f4579a7108e230120ea5c4bce2d8acac.idx
2022-12-08 22:37:37 WARNING Removing try count: 1/3 for C:\Users\ADMINI
1\AppData\Local\Temp\2\tmppcxig_tl\asynchronous-search.git\objects\pack\pack-c4ebb968f4579a7108e230120ea5c4bce2d8acac.pack
2022-12-08 22:37:37 INFO | asynchronous-search | with-security | PASS | 0 |
2022-12-08 22:37:37 ERROR | asynchronous-search | without-security | FAIL | 1 |
C:\Users\Administrator.virtualenvs\opensearch-build-ppYgApDN\lib\site-packages\urllib3\connectionpool.py:1052: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
C:\Users\Administrator.virtualenvs\opensearch-build-ppYgApDN\lib\site-packages\urllib3\connectionpool.py:1052: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,


Notifications is failing for **windows** too:

2022-12-08 22:45:33 INFO ===============================================
2022-12-08 22:45:33 INFO Running integration tests for notifications
2022-12-08 22:45:33 INFO ===============================================
2022-12-08 22:45:33 INFO Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s true -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpyfl4acc0\notifications\notifications
2022-12-08 22:49:58 INFO Recording component test results for notifications at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\notifications\with-security\test-results
2022-12-08 22:49:58 INFO Integration test run failed for component notifications
2022-12-08 22:49:58 INFO OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail" -Dtests.seed=E1F5A8212A0E06CE -Dtests.security.manager=false -Dtests.locale=nb -Dtests.timezone=America/Cayenne -Druntime.java=17

Suite: Test class org.opensearch.integtest.config.DeleteNotificationConfigIT
2> REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail" -Dtests.seed=E1F5A8212A0E06CE -Dtests.security.manager=false -Dtests.locale=nb -Dtests.timezone=America/Cayenne -Druntime.java=17
2> java.lang.AssertionError: expected:<19> but was:<18>
at __randomizedtesting.SeedInfo.seed([E1F5A8212A0E06CE:EDCD62314813E807]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals(ObjectEqualsHelpers.kt:156)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals$default(ObjectEqualsHelpers.kt:151)
at org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail(DeleteNotificationConfigIT.kt:159)
2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpyfl4acc0\notifications\notifications\notifications\build\testrun\integTest\temp\org.opensearch.integtest.config.DeleteNotificationConfigIT_E1F5A8212A0E06CE-001
2> NOTE: test params are: codec=Asserting(Lucene94), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=nb, timezone=America/Cayenne
2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=255396024,total=536870912
2> NOTE: All tests run in this JVM: [NotificationsPluginIT, SecurityNotificationIT, ChimeNotificationConfigCrudIT, CreateNotificationConfigIT, DeleteNotificationConfigIT]

75 tests completed, 1 failed

=== Standard output of node node{:notifications:integTest-0} ===

=== Standard error of node node{:notifications:integTest-0} ===

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':notifications:integTest'.

There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmpyfl4acc0/notifications/notifications/notifications/build/reports/tests/integTest/index.html

  • Try:

Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':notifications:integTest'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:147)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:145)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmpyfl4acc0/notifications/notifications/notifications/build/reports/tests/integTest/index.html
    at org.gradle.api.tasks.testing.AbstractTestTask.handleTestFailures(AbstractTestTask.java:651)
    at org.gradle.api.tasks.testing.AbstractTestTask.handleCollectedResults(AbstractTestTask.java:513)
    at org.gradle.api.tasks.testing.AbstractTestTask.executeTests(AbstractTestTask.java:508)
    at org.gradle.api.tasks.testing.Test.executeTests(Test.java:689)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:242)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:227)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:210)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:193)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:171)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42)
    at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
    at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:180)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:249)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:204)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:83)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:54)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:287)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:144)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)

  • Get more help at https://help.gradle.org

BUILD FAILED in 4m 24s



@gaiksaya
Copy link
Member

gaiksaya commented Dec 8, 2022

Notifications is failing for both with and without security for windows as well:

failure log

``` 2022-12-08 22:50:29 INFO =============================================== 2022-12-08 22:50:29 INFO Running integration tests for notifications 2022-12-08 22:50:29 INFO =============================================== 2022-12-08 22:50:29 INFO Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s false -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpyfl4acc0\notifications\notifications 2022-12-08 22:53:01 INFO Recording component test results for notifications at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\notifications\without-security\test-results 2022-12-08 22:53:01 INFO Integration test run failed for component notifications 2022-12-08 22:53:01 INFO OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail" -Dtests.seed=F363E8B88C588A4C -Dtests.security.manager=false -Dtests.locale=en -Dtests.timezone=Europe/Athens -Druntime.java=17

REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete partial items from multiple notification config" -Dtests.seed=F363E8B88C588A4C -Dtests.security.manager=false -Dtests.locale=en -Dtests.timezone=Europe/Athens -Druntime.java=17

Suite: Test class org.opensearch.integtest.config.DeleteNotificationConfigIT
2> REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail" -Dtests.seed=F363E8B88C588A4C -Dtests.security.manager=false -Dtests.locale=en -Dtests.timezone=Europe/Athens -Druntime.java=17
2> java.lang.AssertionError: expected:<19> but was:<18>
at __randomizedtesting.SeedInfo.seed([F363E8B88C588A4C:FF5B22A8EE456485]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals(ObjectEqualsHelpers.kt:156)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals$default(ObjectEqualsHelpers.kt:151)
at org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete some items from multiple notification config with missing configs should fail(DeleteNotificationConfigIT.kt:159)
2> REPRODUCE WITH: gradlew ':notifications:integTest' --tests "org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete partial items from multiple notification config" -Dtests.seed=F363E8B88C588A4C -Dtests.security.manager=false -Dtests.locale=en -Dtests.timezone=Europe/Athens -Druntime.java=17
2> java.lang.AssertionError: expected:<19> but was:<18>
at __randomizedtesting.SeedInfo.seed([F363E8B88C588A4C:81F90FA9EE09F3FE]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals(ObjectEqualsHelpers.kt:156)
at org.opensearch.notifications.ObjectEqualsHelpersKt.verifyMultiConfigIdEquals$default(ObjectEqualsHelpers.kt:151)
at org.opensearch.integtest.config.DeleteNotificationConfigIT.test Delete partial items from multiple notification config(DeleteNotificationConfigIT.kt:197)
2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpyfl4acc0\notifications\notifications\notifications\build\testrun\integTest\temp\org.opensearch.integtest.config.DeleteNotificationConfigIT_F363E8B88C588A4C-001
2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=476, maxMBSortInHeap=7.129175445289429, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en, timezone=Europe/Athens
2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=310048192,total=536870912
2> NOTE: All tests run in this JVM: [DeleteNotificationConfigIT]

61 tests completed, 2 failed

=== Standard output of node node{:notifications:integTest-0} ===

=== Standard error of node node{:notifications:integTest-0} ===

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':notifications:integTest'.

There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmpyfl4acc0/notifications/notifications/notifications/build/reports/tests/integTest/index.html

  • Try:

Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':notifications:integTest'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:147)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:145)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmpyfl4acc0/notifications/notifications/notifications/build/reports/tests/integTest/index.html
    at org.gradle.api.tasks.testing.AbstractTestTask.handleTestFailures(AbstractTestTask.java:651)
    at org.gradle.api.tasks.testing.AbstractTestTask.handleCollectedResults(AbstractTestTask.java:513)
    at org.gradle.api.tasks.testing.AbstractTestTask.executeTests(AbstractTestTask.java:508)
    at org.gradle.api.tasks.testing.Test.executeTests(Test.java:689)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
    at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:242)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:227)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:210)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:193)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:171)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42)
    at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
    at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:180)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:249)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:204)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:83)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:54)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:287)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:144)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:333)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:320)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:313)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:299)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:143)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:227)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:218)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:140)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)

  • Get more help at https://help.gradle.org

BUILD FAILED in 2m 30s

2022-12-08 22:53:01 INFO Sending SIGKILL to PID 9788
2022-12-08 22:53:01 INFO Process killed with exit code None
2022-12-08 22:53:01 INFO Cleanup C:\Users\ADMINI1\AppData\Local\Temp\2\tmpyfl4acc0\1\local-test-cluster/* content after the test
2022-12-08 22:53:02 INFO Recording local cluster logs for notifications with test configuration as without-security at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\notifications\without-security\local-cluster-logs
2022-12-08 22:53:02 INFO Skipping alerting
2022-12-08 22:53:02 INFO Skipping index-management
2022-12-08 22:53:02 INFO Skipping security-analytics
2022-12-08 22:53:02 INFO Removing C:\Users\ADMINI
1\AppData\Local\Temp\2\tmpyfl4acc0
2022-12-08 22:53:02 WARNING Removing try count: 1/3 for C:\Users\ADMINI1\AppData\Local\Temp\2\tmpyfl4acc0\notifications.git\objects\pack\pack-b18ba8e6b9432e226e98554209e42a531d804693.idx
2022-12-08 22:53:02 WARNING Removing try count: 1/3 for C:\Users\ADMINI
1\AppData\Local\Temp\2\tmpyfl4acc0\notifications.git\objects\pack\pack-b18ba8e6b9432e226e98554209e42a531d804693.pack
2022-12-08 22:53:02 ERROR | notifications | with-security | FAIL | 1 |
2022-12-08 22:53:02 ERROR | notifications | without-security | FAIL | 1 |
C:\Users\Administrator.virtualenvs\opensearch-build-ppYgApDN\lib\site-packages\urllib3\connectionpool.py:1052: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
C:\Users\Administrator.virtualenvs\opensearch-build-ppYgApDN\lib\site-packages\urllib3\connectionpool.py:1052: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,

@gaiksaya
Copy link
Member

gaiksaya commented Dec 8, 2022

Security Anaylatics is failing for windows both with and without security:

failure log

2022-12-08 23:49:55 INFO     ===============================================
2022-12-08 23:49:55 INFO     Running integration tests for security-analytics
2022-12-08 23:49:55 INFO     ===============================================
2022-12-08 23:49:55 INFO     Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s true -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\security-analytics
2022-12-08 23:52:20 INFO     Recording component test results for security-analytics at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\security-analytics\with-security\test-results
2022-12-08 23:52:20 INFO     Integration test run failed for component security-analytics
2022-12-08 23:52:20 INFO     Note: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\src\main\java\org\opensearch\securityanalytics\indexmanagment\DetectorIndexManagementService.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.alerts.AlertsIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:8FABDEF737C3066D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success(AlertsIT.java:372)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:744C74D7B236587E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs(AlertsIT.java:633)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:8E88C7CA9AF3A9EF]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge(AlertsIT.java:487)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:F1A7D2820115993D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination(AlertsIT.java:200)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:4BBB71425752ED9D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices(AlertsIT.java:715)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:E3A16A5AAF5F8260]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention(AlertsIT.java:556)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:2D5114FD5668132F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success(AlertsIT.java:82)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-GT -Dtests.timezone=America/North_Dakota/Center -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:EF7F9774BD32399E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success(AlertsIT.java:293)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.alerts.AlertsIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=1462, maxMBSortInHeap=7.433109990670269, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-GT, timezone=America/North_Dakota/Center
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=240664544,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-DO -Dtests.timezone=SST -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-DO -Dtests.timezone=SST -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-DO -Dtests.timezone=SST -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:E68E3BF419387E91]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorId_success(SecureAlertsRestApiIT.java:94)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-DO -Dtests.timezone=SST -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:EF7F9774BD32399E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT.testGetAlerts_byDetectorType_success(SecureAlertsRestApiIT.java:210)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.alerts.SecureAlertsRestApiIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=1787, maxMBSortInHeap=7.6814022933246875, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-DO, timezone=SST
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=477751944,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.findings.FindingIT
  2> Grd 08, 2022 4:51:19 PM org.opensearch.client.RestClient logResponse
  2> WARNING: request [PUT https://localhost:9200/_cluster/settings] returned 1 warnings: [299 OpenSearch-2.4.1-f2f809ea280ffba217451da894a5899f1cec02ab "[plugins.security_analytics.alert_finding_max_docs] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version."]
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:6D1D67BF2682408A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success(FindingIT.java:345)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:C529058BE445065F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success(FindingIT.java:120)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:D18FBF94DB51C018]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success(FindingIT.java:282)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:BA4B529C8ACD6891]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success(FindingIT.java:407)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:63631E44912A8868]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success(FindingIT.java:58)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=lt-LT -Dtests.timezone=America/Edmonton -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:D4A387E4538E7818]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success(FindingIT.java:184)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.findings.FindingIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=1077, maxMBSortInHeap=5.299371713869988, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=lt-LT, timezone=America/Edmonton
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=384428680,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT, FindingIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=Africa/Lome -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=Africa/Lome -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.findings.SecureFindingRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorId_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=Africa/Lome -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:63631E44912A8868]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorId_success(SecureFindingRestApiIT.java:83)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorType_success" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=nl-NL -Dtests.timezone=Africa/Lome -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:D4A387E4538E7818]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.SecureFindingRestApiIT.testGetFindings_byDetectorType_success(SecureFindingRestApiIT.java:178)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.findings.SecureFindingRestApiIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=1184, maxMBSortInHeap=5.563638563405367, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=nl-NL, timezone=Africa/Lome
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=315222664,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT, FindingIT, SecureFindingRestApiIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.resthandler.DetectorRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:5850396A8574321B]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules(DetectorRestApiIT.java:250)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:47512E8EA12A377D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector(DetectorRestApiIT.java:173)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:805EC11BDBB7A82A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors(DetectorRestApiIT.java:204)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:B854FF0118CC8A22]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector(DetectorRestApiIT.java:646)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:11D0AF6916DDA24A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector(DetectorRestApiIT.java:404)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:714AAE4E26A63F3A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule(DetectorRestApiIT.java:473)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:9BAB1FD328C9D36D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules(DetectorRestApiIT.java:315)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:A1F560AE321C5A61]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule(DetectorRestApiIT.java:533)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:A6FDAF09EBBF2CFB]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector(DetectorRestApiIT.java:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:A2E8CC431B49DF27]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules(DetectorRestApiIT.java:588)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-BO -Dtests.timezone=Asia/Muscat -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:751FEF854270D086]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules(DetectorRestApiIT.java:132)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.resthandler.DetectorRestApiIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=645, maxMBSortInHeap=5.09041996431178, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-BO, timezone=Asia/Muscat
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=213504184,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT, FindingIT, SecureFindingRestApiIT, MapperRestApiIT, DetectorRestApiIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.resthandler.RuleRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:DA981ED29C6C1E04]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule(RuleRestApiIT.java:559)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:D8B6E899CD12406F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated(RuleRestApiIT.java:364)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:88109265AAC93CC8]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages(RuleRestApiIT.java:243)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:5D44C4DC2DB74E2D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules(RuleRestApiIT.java:191)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:247C4DBABFCC0789]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor(RuleRestApiIT.java:268)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:39DBD5D7DF1B894F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID(RuleRestApiIT.java:216)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:4F48A38D860B5A4C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated(RuleRestApiIT.java:522)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=ru-RU -Dtests.timezone=Kwajalein -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:ABC8C3FB08EEFA81]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule(RuleRestApiIT.java:403)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.resthandler.RuleRestApiIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=260, maxMBSortInHeap=6.145305584149005, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ru-RU, timezone=Kwajalein
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=370973224,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT, FindingIT, SecureFindingRestApiIT, MapperRestApiIT, DetectorRestApiIT, RuleRestApiIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.SecureDetectorRestApiIT.testCreateDetectorWithFullAccess" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-UY -Dtests.timezone=US/Aleutian -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.resthandler.SecureDetectorRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.SecureDetectorRestApiIT.testCreateDetectorWithFullAccess" -Dtests.seed=9562B9A275714A39 -Dtests.security.manager=false -Dtests.locale=es-UY -Dtests.timezone=US/Aleutian -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [https://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([9562B9A275714A39:651193A36929A4B8]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.SecureDetectorRestApiIT.testCreateDetectorWithFullAccess(SecureDetectorRestApiIT.java:90)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.resthandler.SecureDetectorRestApiIT_9562B9A275714A39-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=883, maxMBSortInHeap=7.8237588193438015, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-UY, timezone=US/Aleutian
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=317191408,total=536870912
  2> NOTE: All tests run in this JVM: [SecurityAnalyticsPluginRestApiIT, AlertsIT, SecureAlertsRestApiIT, FindingIT, SecureFindingRestApiIT, MapperRestApiIT, DetectorRestApiIT, RuleRestApiIT, SecureDetectorRestApiIT]

61 tests completed, 38 failed

=== Standard output of node `node{::integTest-0}` ===

=== Standard error of node `node{::integTest-0}` ===

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':integTest'.
> There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmprcuzqzap/security-analytics/build/reports/tests/integTest/index.html

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2m 24s

2022-12-08 23:52:20 INFO     Sending SIGKILL to PID 10576
2022-12-08 23:52:20 INFO     Process killed with exit code None
2022-12-08 23:52:20 INFO     Cleanup C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster/* content after the test
2022-12-08 23:52:20 INFO     Recording local cluster logs for security-analytics with test configuration as with-security at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\security-analytics\with-security\local-cluster-logs
2022-12-08 23:52:20 INFO     opensearch distribution: zip
2022-12-08 23:52:20 INFO     Downloading bundle artifact
2022-12-08 23:52:20 INFO     Downloading https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.4.1/6667/windows/x64/zip/dist/opensearch/opensearch-2.4.1-windows-x64.zip into C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster\opensearch-2.4.1-windows-x64.zip ...
2022-12-08 23:52:21 INFO     Downloaded bundle to C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster\opensearch-2.4.1-windows-x64.zip
2022-12-08 23:52:21 INFO     Installing C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster\opensearch-2.4.1-windows-x64.zip in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster\opensearch-2.4.1
2022-12-08 23:52:27 INFO     Started OpenSearch with parent PID 7456
2022-12-08 23:52:27 INFO     Waiting for service to become available
2022-12-08 23:52:27 INFO     Pinging service attempt 0
2022-12-08 23:52:27 INFO     Pinging http://localhost:9200/_cluster/health
2022-12-08 23:52:29 INFO     Service not available, yet
2022-12-08 23:52:39 INFO     Pinging service attempt 1
2022-12-08 23:52:39 INFO     Pinging http://localhost:9200/_cluster/health
2022-12-08 23:52:41 INFO     Service not available, yet
2022-12-08 23:52:51 INFO     Pinging service attempt 2
2022-12-08 23:52:51 INFO     Pinging http://localhost:9200/_cluster/health
2022-12-08 23:52:51 INFO     200: {"cluster_name":"opensearchcluster1","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"discovered_master":true,"discovered_cluster_manager":true,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}
2022-12-08 23:52:51 INFO     Service is available
2022-12-08 23:52:51 INFO     ===============================================
2022-12-08 23:52:51 INFO     Running integration tests for security-analytics
2022-12-08 23:52:51 INFO     ===============================================
2022-12-08 23:52:51 INFO     Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s false -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\security-analytics
2022-12-08 23:53:56 INFO     Recording component test results for security-analytics at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\security-analytics\without-security\test-results
2022-12-08 23:53:56 INFO     Integration test run failed for component security-analytics
2022-12-08 23:53:56 INFO     OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.alerts.AlertsIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:A882E502CA76008E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAckAlerts_WithInvalidDetectorAlertsCombination(AlertsIT.java:200)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:129E46C29C31742E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlertsFromAllIndices(AlertsIT.java:715)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:BA845DDA643C1BD3]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge_low_retention(AlertsIT.java:556)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:D7ADF04A5190305C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxAge(AlertsIT.java:487)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:D68EE977FCA09FDE]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_multipleDetectors_success(AlertsIT.java:372)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:7474237D9D0B8A9C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_success(AlertsIT.java:82)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:2D6943577955C1CD]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testAlertHistoryRollover_maxDocs(AlertsIT.java:633)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Ponape -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:B65AA0F47651A02D]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.alerts.AlertsIT.testGetAlerts_byDetectorType_success(AlertsIT.java:293)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.alerts.AlertsIT_CC478E22BE12D38A-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=552, maxMBSortInHeap=7.358327623755096, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=zh-HK, timezone=Pacific/Ponape
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=348560096,total=536870912
  2> NOTE: All tests run in this JVM: [AlertsIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.findings.FindingIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:3A4629C45A4911DB]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorId_success(FindingIT.java:58)
  2> dec. 09, 2022 4:53:18 AM org.opensearch.client.RestClient logResponse
  2> WARNING: request [PUT http://localhost:9200/_cluster/settings] returned 1 warnings: [299 OpenSearch-2.4.1-f2f809ea280ffba217451da894a5899f1cec02ab "[plugins.security_analytics.alert_finding_max_docs] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version."]
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:3438503FEDE1D939]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_success(FindingIT.java:345)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:E36E651C41AEF122]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxDoc_short_retention_success(FindingIT.java:407)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:8D86B06498EDE1AB]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_success(FindingIT.java:184)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:88AA8814103259AB]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_rolloverByMaxAge_success(FindingIT.java:282)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=da-DK -Dtests.timezone=Indian/Kerguelen -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:9C0C320B2F269FEC]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.findings.FindingIT.testGetFindings_byDetectorType_oneDetector_success(FindingIT.java:120)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.findings.FindingIT_CC478E22BE12D38A-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=1313, maxMBSortInHeap=5.0906814867335175, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=da-DK, timezone=Indian/Kerguelen
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=290366176,total=536870912
  2> NOTE: All tests run in this JVM: [AlertsIT, FindingIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.resthandler.DetectorRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:286F99CEEDC5A689]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorAddingNewAggregationRule(DetectorRestApiIT.java:473)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:E171C881D3AF1391]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testDeletingADetector(DetectorRestApiIT.java:646)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:48F598E9DDBE3BF9]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateADetector(DetectorRestApiIT.java:404)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:F8D0572EF97FC3D2]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorDeletingExistingAggregationRule(DetectorRestApiIT.java:533)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:C28E2853E3AA4ADE]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithAggregationRules(DetectorRestApiIT.java:315)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:FFD8988920DCB548]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetector(DetectorRestApiIT.java:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:1750EEA4E17ABA8]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreatingADetectorWithCustomRules(DetectorRestApiIT.java:250)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:1E74190E6A49AECE]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testGettingADetector(DetectorRestApiIT.java:173)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/detectors], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:2C3AD80589134935]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testCreateDetectorWithoutRules(DetectorRestApiIT.java:132)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:D97BF69B10D43199]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testSearchingDetectors(DetectorRestApiIT.java:204)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Urumqi -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:FBCDFBC3D02A4694]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.DetectorRestApiIT.testUpdateDetectorWithAggregationAndDocLevelRules(DetectorRestApiIT.java:588)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.resthandler.DetectorRestApiIT_CC478E22BE12D38A-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=450, maxMBSortInHeap=6.46784108171996, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr-Latn-RS, timezone=Asia/Urumqi
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=502723776,total=536870912
  2> NOTE: All tests run in this JVM: [AlertsIT, FindingIT, DetectorRestApiIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17


Suite: Test class org.opensearch.securityanalytics.resthandler.RuleRestApiIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:461F35CE6D4D79E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRules(RuleRestApiIT.java:191)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:8193DF190671D9DC]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUnusedRuleAfterDetectorIndexCreated(RuleRestApiIT.java:364)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:D135A5E561AAA57B]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByPages(RuleRestApiIT.java:243)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:60FEE257147810FC]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByMitreAttackID(RuleRestApiIT.java:216)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:F2EDF47BC38D6332]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testUpdatingUsedRule(RuleRestApiIT.java:403)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:83BD2952570F87B7]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUsedRule(RuleRestApiIT.java:559)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:7D597A3A74AF9E3A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testSearchingPrepackagedRulesByAuthor(RuleRestApiIT.java:268)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated" -Dtests.seed=CC478E22BE12D38A -Dtests.security.manager=false -Dtests.locale=id -Dtests.timezone=America/Guyana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [POST], host [http://localhost:9200], URI [/_plugins/_security_analytics/rules/_search?pre_packaged=true], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;"}],"type":"security_analytics_exception","reason":"Validation Failed: 1: no requests added;","caused_by":{"type":"exception","reason":"org.opensearch.action.ActionRequestValidationException: Validation Failed: 1: no requests added;"}},"status":500}
        at __randomizedtesting.SeedInfo.seed([CC478E22BE12D38A:166D940D4D68C3FF]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.makeRequest(SecurityAnalyticsRestTestCase.java:152)
        at app//org.opensearch.securityanalytics.SecurityAnalyticsRestTestCase.getRandomPrePackagedRules(SecurityAnalyticsRestTestCase.java:250)
        at app//org.opensearch.securityanalytics.resthandler.RuleRestApiIT.testDeletingUnusedRuleAfterDetectorIndexCreated(RuleRestApiIT.java:522)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\build\testrun\integTest\temp\org.opensearch.securityanalytics.resthandler.RuleRestApiIT_CC478E22BE12D38A-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=859, maxMBSortInHeap=7.116308452438091, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=id, timezone=America/Guyana
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=425608448,total=536870912
  2> NOTE: All tests run in this JVM: [AlertsIT, FindingIT, DetectorRestApiIT, RuleRestApiIT]

56 tests completed, 33 failed

=== Standard output of node `node{::integTest-0}` ===

=== Standard error of node `node{::integTest-0}` ===

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':integTest'.
> There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmprcuzqzap/security-analytics/build/reports/tests/integTest/index.html

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 4s

2022-12-08 23:53:56 INFO     Sending SIGKILL to PID 7456
2022-12-08 23:53:56 INFO     Process killed with exit code None
2022-12-08 23:53:56 INFO     Cleanup C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\1\local-test-cluster/* content after the test
2022-12-08 23:53:57 INFO     Recording local cluster logs for security-analytics with test configuration as without-security at C:\Users\Administrator\opensearch-build\test-results\3455\integ-test\security-analytics\without-security\local-cluster-logs
2022-12-08 23:53:57 INFO     Removing C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap
2022-12-08 23:53:57 WARNING  Removing try count: 1/3 for C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\.git\objects\pack\pack-01be280509eed81d6e412aafbcd8eab648fcf095.idx
2022-12-08 23:53:57 WARNING  Removing try count: 1/3 for C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap\security-analytics\.git\objects\pack\pack-01be280509eed81d6e412aafbcd8eab648fcf095.pack
2022-12-08 23:53:58 WARNING  Removing try count: 1/3 for C:\Users\ADMINI~1\AppData\Local\Temp\2\tmprcuzqzap
2022-12-08 23:53:58 ERROR    | security-analytics   | with-security        | FAIL  |    1 |
2022-12-08 23:53:58 ERROR    | security-analytics   | without-security     | FAIL  |    1 |
C:\Users\Administrator\.virtualenvs\opensearch-build-ppYgApDN\lib\site-packages\urllib3\connectionpool.py:1052: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  InsecureRequestWarning,


</p>
</details>

@qreshi
Copy link
Contributor

qreshi commented Dec 9, 2022

@gaiksaya The Notifications failure is the backend flaky test issue due to a race condition on searchable documents that I mentioned before. The fix for this is being tracked in opensearch-project/notifications#381 and it's a known issue. We can sign off on Notifications if that's the only failures you saw.

@gaiksaya
Copy link
Member

gaiksaya commented Dec 9, 2022

OpenSearch Dashboards Windows integration test results:

With security:

Failing components:

  • Gantt-chart
  • Observability-dashboards
  • Query-workbench-dashboards
failure log

$ ./integtest.sh -s true -v 2.4.1

> [email protected] postinstall C:\Users\Administrator\opensearch-dashboards-functional-test\node_modules\cypress
> node index.js --exec install


Cypress 9.5.4 is installed in C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4


> [email protected] postinstall C:\Users\Administrator\opensearch-dashboards-functional-test
> husky install

husky - Git hooks installed
added 327 packages from 261 contributors and audited 327 packages in 11.381s

76 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Test Files List:
cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js
cypress/integration/plugins/alerting-dashboards-plugin/*
cypress/integration/plugins/anomaly-detection-dashboards-plugin/*
cypress/integration/plugins/gantt-chart-dashboards/*
cypress/integration/plugins/index-management-dashboards-plugin/*
cypress/integration/plugins/observability-dashboards/*
cypress/integration/plugins/query-workbench-dashboards/*
cypress/integration/plugins/reports-dashboards/*
cypress/integration/plugins/security/*
cypress/integration/plugins/notifications-dashboards/*
cypress/integration/plugins/custom-import-map-dashboards/*
cypress/integration/plugins/search-relevance-dashboards/*
cypress/integration/plugins/security-analytics-dashboards-plugin/*
run security enabled tests
yarn run v1.22.19
$ env TZ=America/Los_Angeles NO_COLOR=1 cypress run --headless --env SECURITY_ENABLED=true,openSearchUrl=https://localhost:9200 --browser electron --spec cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js,cypress/integration/plugins/alerting-dashboards-plugin/*,cypress/integration/plugins/anomaly-detection-dashboards-plugin/*,cypress/integration/plugins/gantt-chart-dashboards/*,cypress/integration/plugins/index-management-dashboards-plugin/*,cypress/integration/plugins/observability-dashboards/*,cypress/integration/plugins/query-workbench-dashboards/*,cypress/integration/plugins/reports-dashboards/*,cypress/integration/plugins/security/*,cypress/integration/plugins/notifications-dashboards/*,cypress/integration/plugins/custom-import-map-dashboards/*,cypress/integration/plugins/search-relevance-dashboards/*,cypress/integration/plugins/security-analytics-dashboards-plugin/*
It looks like this is your first time using Cypress: 9.5.4

[STARTED] Task without title.
[TITLE]  Verified Cypress!       C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4\Cypress
[SUCCESS]  Verified Cypress!       C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4\Cypress

Opening Cypress...

Couldn't determine Mocha version

====================================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:        9.5.4                                                                          │
  │ Browser:        Electron 94 (headless)                                                         │
  │ Node Version:   v14.20.0 (C:\Users\Administrator\scoop\apps\volta\1.1.0\appdata\tools\image\no │
  │                 de\14.20.0\node.exe)                                                           │
  │ Specs:          57 found (core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ba │
  │                 sic.spec.js, core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder │
  │                 /dashboard.spec.js, core-opensearch-dashboards/opensearch-dashboards/apps/vis_ │
  │                 builder/experimental.sp...)                                                    │
  │ Searched:       cypress\integration\core-opensearch-dashboards\opensearch-dashboards\**\*.js,  │
  │                 cypress\integration\plugins\alerting-dashboards-plugin\*, cypress\integration\ │
  │                 plugins\anomaly-detection-dashboards-plugin\*, cypress\integration\plugins\gan │
  │                 tt-chart-dashboards\*, cypress\integration\plugins\index-management-dashboards │
  │                 -plugin\*, cypress\integration\plugins\observability-dashboards\*, cypress\int │
  │                 egration\plugins\query-workbench-dashboards\*, cypress\integration\plugins\rep │
  │                 orts-dashboards\*, cypress\integration\plugins\security\*, cypress\integration │
  │                 \plugins\notifications-dashboards\*, cypress\integration\plugins\custom-import │
  │                 -map-dashboards\*, cypress\integration\plugins\search-relevance-dashboards\*,  │
  │                 cypress\integration\plugins\security-analytics-dashboards-plugin\*             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ba           (1 of 57)
            sic.spec.js
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Couldn't determine Mocha version


  Visualization Builder Base Tests
    √ Show existing visualizations in Visualize and navigate to it (13269ms)
    √ Navigate to Visualization Builder from Create Visualization
    √ Create new basic metric visualization (7349ms)
    √ Be able to add/ edit and remove a field (10395ms)
    √ Be able to save a visualization


  5 passing (38s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     38 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/basic.spec.js  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\basic.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/da           (2 of 57)
            shboard.spec.js


  Visualization Builder Dashboard Tests
    √ Should have valid visualizations (11122ms)
    √ Should be able to add a visualization
    √ Should be able to create a visualization (5725ms)
    √ Should be able to edit a visualization


  4 passing (22s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     21 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec │
  │               .js                                                                              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\dashboard.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ex           (3 of 57)
            perimental.spec.js


  Visualization Builder Experimental settings
    √ Sould show experimental banner (5977ms)
    √ Sould show experimental icons
    √ Sould handle experimental setting turned on
    √ Sould handle experimental setting turned off


  4 passing (19s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     19 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/experimental.s │
  │               pec.js                                                                           │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\experimental.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (4 of 57)
            s_types/area.spec.js


  Vis Builder: Line Chart
    √ Basic test (13899ms)


  1 passing (14s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     14 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/area │
  │               .spec.js                                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\area.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (5 of 57)
            s_types/bar.spec.js


  Vis Builder: Bar Chart
    √ Basic test (13132ms)


  1 passing (13s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     13 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/bar. │
  │               spec.js                                                                          │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\bar.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (6 of 57)
            s_types/line.spec.js


  Vis Builder: Line Chart
    √ Basic test (12928ms)


  1 passing (13s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     13 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/line │
  │               .spec.js                                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\line.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (7 of 57)
            s_types/metric.spec.js


  Vis Builder: Metric Chart
    √ Basic test (12113ms)


  1 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/metr │
  │               ic.spec.js                                                                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\metric.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/dashboard_sanity_te           (8 of 57)
            st_spec.js


  dashboard sample data validation
    checking home page
      √ checking opensearch_dashboards_overview display
      √ checking tutorial_directory display
      √ checking management display
      √ checking dev_tools display
      √ settings display
      √ checking feature_directory display
      √ checking navigation display
      √ checking Help menu display
    adding sample data
      √ checking ecommerce dashboards displayed (11076ms)
      √ checking flights dashboards displayed
      √ checking web logs dashboards displayed
      checking index patterns
        √ checking ecommerce index patterns are added
        √ checking flights index patterns are added
        √ checking web logs index patterns are added
      checking saved objects
        √ checking ecommerce object is saved
        √ checking flights object is saved
        √ checking web logs object is saved
      checking Visualize
        √ checking visualizations list display
        √ checking search bar display
        √ checking create visualization button display
      checking discover
        √ checking save query button display
        √ checking query input display
        √ checking refresh button display
        √ checking add filter button display
        √ checking index pattern switch button display
        √ checking field filter display
    checking Dev Tools
      √ checking welcome panel display
      √ checking dismiss button display
      √ checking console input area display
      √ checking console output area display
    checking stack management
      √ checking Stack Management display
      √ checking index patterns link display
      √ checking saved objects link display
      √ checking advance settings link display


  34 passing (31s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        34                                                                               │
  │ Passing:      34                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     30 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/dashboard_sanity_test_spec.js   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\dashboard_sanity_test_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme           (9 of 57)
            nt-plugin/1_create_datasource.spec.js


  0 passing (4ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_ │
  │               create_datasource.spec.js                                                        │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\1_create_datasource.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme          (10 of 57)
            nt-plugin/2_datasource_table.spec.js


  0 passing (1ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/2_ │
  │               datasource_table.spec.js                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\2_datasource_table.spec
                          .js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme          (11 of 57)
            nt-plugin/3_update_datasource.spec.js


  0 passing (2ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/3_ │
  │               update_datasource.spec.js                                                        │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\3_update_datasource.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/acknowledge_alerts_modal_spec.js           (12 of 57)


  AcknowledgeAlertsModal
    √ Acknowledge button disabled when more than 1 trigger selected (71000ms)
    √ Bucket-level monitor modal test (9813ms)
    √ Query-level monitor modal test (7994ms)


  3 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 29 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/acknowledge_alerts_modal_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\acknowl
                          edge_alerts_modal_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/alert_spec.js                              (13 of 57)


  Alerts
    can be in 'Active' state
      √ after the monitor starts running (69482ms)
    can be in 'Acknowledged' state
      √ by clicking the button in Dashboard
    can be in 'Completed' state
      √ when the trigger condition is not met after met once (66957ms)
    can be in 'Error' state
      √ by using a wrong destination
    can be in 'Deleted' state
      √ by deleting the monitor (5097ms)


  5 passing (3m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 30 seconds                                                            │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/alert_spec.js                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  87%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (12 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\alert_s
                          pec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/alerts_dashboard_flyout_spec.js            (14 of 57)


  Alerts by trigger flyout
    √ Bucket-level monitor flyout test (79613ms)
    √ Query-level monitor flyout test (8948ms)


  2 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 29 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/alerts_dashboard_flyout_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\alerts_
                          dashboard_flyout_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/bucket_level_monitor_spec.js               (15 of 57)


  Bucket-Level Monitors
    can be created
      √ by extraction query (38673ms)
      √ by visual editor (31692ms)
    can be updated
      when defined by visual editor
        √ by adding trigger (20225ms)


  3 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 31 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/bucket_level_monitor_spec.js                  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\bucket_
                          level_monitor_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/cluster_metrics_monitor_spec.js            (16 of 57)


  ClusterMetricsMonitor
    can be created
      √ for the Cluster Health API (28317ms)
      √ for the Nodes Stats API (23078ms)
    displays Query parameters field appropriately
      √ for the CAT Snapshots API (10387ms)
    clearTriggersModal renders and behaves as expected
      √ when no triggers exist (6289ms)
      √ when triggers exist (12128ms)
    can update
      Cluster Health API monitor
        √ with a new trigger (14873ms)


  6 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 35 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/cluster_metrics_monitor_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\cluster
                          _metrics_monitor_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/query_level_monitor_spec.js                (17 of 57)


  Query-Level Monitors
    can be created
      √ by extraction query (15548ms)
    can be updated
      √ by changing the name (9850ms)
    can be deleted
      √ from "Actions" menu (6849ms)
    can be searched
      √ by name (11410ms)
    can have triggers
      √ with names that contain periods (64765ms)
    schedule component displays as intended
      √ for an interval schedule (8072ms)
      √ for a cron expression schedule (7437ms)


  7 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 4 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/query_level_monitor_spec.js                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  98%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (10 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\query_l
                          evel_monitor_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js           (18 of 57)


  Create detector workflow
    √ Full creation - based on real index (23320ms)


  1 passing (23s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     23 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\create_detector_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/dashboard_spec.js                 (19 of 57)


  AD Dashboard page
    √ Empty - no detector index
    √ Empty - empty detector index
    √ Non-empty - single running detector
    √ Redirect to create detector page
    √ Filter by detector
    √ Filter by detector state
    √ Filter by index
    √ Enter and exit full screen


  8 passing (25s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      8                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     25 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/dashboard_spec.js                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\dashboard_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/detector_configuration_s          (20 of 57)
            pec.js


  Detector configuration page
    √ Redirect to edit detector settings from button (10027ms)
    √ Redirect to edit model configuration from button
    √ Redirect to edit detector settings from dropdown
    √ Redirect to edit model configuration from dropdown
    √ Delete detector from dropdown, redirects to detector list page


  5 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/detector_configuration_spec.js       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\detector_configuration_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/detector_list_spec.js             (21 of 57)


  Detector list page
    √ Empty - no detector index
    √ Empty - empty detector index
    √ Non-empty - single stopped detector
    √ Non-empty - multiple detectors
    √ Redirect to create detector
    √ Start single detector
    √ Stop single detector
    √ Delete single detector
    √ Filter by detector search
    √ Filter by detector state
    √ Filter by index


  11 passing (27s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        11                                                                               │
  │ Passing:      11                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     26 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/detector_list_spec.js                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\detector_list_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/historical_analysis_spec          (22 of 57)
            .js


  Historical results page
    Sample detector
      √ Empty message with modal (9121ms)
      √ Start first historical analysis
      √ Produces anomaly results by default (15616ms)
      √ Filtering by date range (21866ms)
      √ Aggregations render anomalies (24422ms)
      √ Run subsequent historical analysis (16088ms)


  6 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 29 seconds                                                             │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/historical_analysis_spec.js          │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\historical_analysis_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/overview_spec.js                  (23 of 57)


  Overview page
    √ Side nav AD button redirects to overview page
    Flyouts open and close
      √ HTTP responses sample detector
      √ eCommerce sample detector
      √ Host health sample detector


  4 passing (11s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     10 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/overview_spec.js                     │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\overview_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/real_time_results_spec.j          (24 of 57)
            s


  Real-time results page
    Sample detector
      √ Renders no anomalies (9141ms)
      √ Enter and exit full screen


  2 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/real_time_results_spec.js            │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\real_time_results_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/sample_detector_spec.js           (25 of 57)


  Sample detectors
    √ HTTP response sample detector - create and delete (9482ms)
    √ eCommerce sample detector - create and delete (5190ms)
    √ Host health sample detector - create and delete (5689ms)


  3 passing (20s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     20 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/sample_detector_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\sample_detector_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/custom-import-map-dashboards/import_vector_map_tab.spec.js            (26 of 57)


  Verify the presence of import custom map tab in region map plugin
    √ checks import custom map tab is present (29412ms)


  1 passing (32s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     31 seconds                                                                       │
  │ Spec Ran:     plugins/custom-import-map-dashboards/import_vector_map_tab.spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\custom-import-map-dashboards\impor
                          t_vector_map_tab.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/gantt-chart-dashboards/gantt_ui.spec.js                               (27 of 57)


  Dump test data
    √ Indexes test data for gantt chart

  Save a gantt chart
    √ Creates and saves a gantt chart (14854ms)

  Render and configure a gantt chart
    √ Renders no data message (7176ms)
    √ Renders the chart (7232ms)

  Configure panel settings
    √ Changes y-axis label (8123ms)
    √ Changes x-axis label (7824ms)
    1) Changes time formats
    √ Hides legends (8275ms)

  Add gantt chart to dashboard
    √ Adds gantt chart to dashboard (5515ms)


  8 passing (2m)
  1 failing

  1) Configure panel settings
       Changes time formats:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '12:59:07.303 PM' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\gantt-chart-dashboards\gantt_ui.spec.js:273:36)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        9                                                                                │
  │ Passing:      8                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 6 seconds                                                             │
  │ Spec Ran:     plugins/gantt-chart-dashboards/gantt_ui.spec.js                                  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\gantt-chart-dashboards\gantt_ui.spec.js\Configure panel settings -- Cha
     nges time formats (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  100%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (10 seconds)
                          t\cypress\videos\plugins\gantt-chart-dashboards\gantt_ui.sp
                          ec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/indices_spec.js                    (28 of 57)


  Indices
    can be searched
      √ successfully (14136ms)
    can show data stream indices
      √ successfully (12795ms)
    can have policies applied
      √ successfully (13294ms)


  3 passing (40s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     40 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/indices_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \indices_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/managed_indices_spec.js            (29 of 57)


  Managed indices
    can have policies removed
      √ successfully (18231ms)
    can have policies retried
      √ successfully (36514ms)
    can edit rollover_alias
      √ successfully (7569ms)
    can change policies
      √ successfully (21758ms)
    can manage data stream indices
      √ successfully (11829ms)


  5 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 36 seconds                                                             │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/managed_indices_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (8 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \managed_indices_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/policies_spec.js                   (30 of 57)


  Policies
    can be created
      √ successfully (14453ms)
    can be edited
      √ successfully (10735ms)
    can be deleted
      √ successfully (6672ms)
    can be searched
      √ successfully (8755ms)
    can be viewed
      √ successfully (5452ms)


  5 passing (46s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     46 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/policies_spec.js                      │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (4 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \policies_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/rollups_spec.js                    (31 of 57)


  Rollups
    can be created
      √ successfully (22461ms)
    can be edited
      √ successfully (14164ms)
    can be deleted
      √ successfully (13837ms)
    can be enabled and disabled
      √ successfully (13351ms)


  4 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 3 seconds                                                              │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/rollups_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \rollups_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/transforms_spec.js                 (32 of 57)


  Transforms
    can be created
      √ successfully (17956ms)
    can be edited
      √ successfully (13502ms)
    can be deleted
      √ successfully (10231ms)
    can be enabled and disabled
      √ successfully (10840ms)


  4 passing (53s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     52 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/transforms_spec.js                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (4 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \transforms_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/notifications-dashboards/1_email_senders_and_groups.spec.js           (33 of 57)


  Test create email senders
    √ creates ssl sender (6145ms)
    √ creates tls sender (9028ms)
    √ creates SES sender (5629ms)

  Test edit senders
    √ edits sender email address (5186ms)
    √ edits ses sender region

  Test delete senders
    √ deletes smtp senders (5159ms)
    √ deletes ses senders (6553ms)

  Test create, edit and delete recipient group
    √ creates recipient group (10333ms)
    √ edits recipient group description (5127ms)
    √ opens email addresses popup
    √ deletes recipient groups (6629ms)


  11 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        11                                                                               │
  │ Passing:      11                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 8 seconds                                                              │
  │ Spec Ran:     plugins/notifications-dashboards/1_email_senders_and_groups.spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\notifications-dashboards\1_email_s
                          enders_and_groups.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/notifications-dashboards/2_channels.spec.js                           (34 of 57)


  Test create channels
    √ creates a slack channel and send test message (7905ms)
    √ creates a chime channel (8356ms)
    √ creates a email channel (10145ms)
    √ creates a email channel with ses sender (11399ms)
    √ creates a webhook channel (8472ms)
    √ creates a sns channel (7722ms)

  Test channels table
    √ displays channels
    √ mutes channels (7386ms)
    √ filters channels (7066ms)

  Test channel details
    √ displays channel details (5411ms)
    √ mutes and unmutes channels (5537ms)
    √ edits channels (6652ms)
    √ deletes channels (6413ms)


  13 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        13                                                                               │
  │ Passing:      13                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 37 seconds                                                             │
  │ Spec Ran:     plugins/notifications-dashboards/2_channels.spec.js                              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\notifications-dashboards\2_channel
                          s.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/0_before.spec.js                             (35 of 57)


  Before
    √ setup completed (11579ms)


  1 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     11 seconds                                                                       │
  │ Spec Ran:     plugins/observability-dashboards/0_before.spec.js                                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\observability-dashboards\0_before.
                          spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/1_trace_analytics_dashboard.spec.js          (36 of 57)


  Testing dashboard table empty state
    √ Renders empty state (6213ms)

  Testing dashboard table
    √ Renders the dashboard table (8513ms)
    √ Has working breadcrumbs (11827ms)
    √ Adds the percentile filters (17575ms)
    1) Opens latency trend popover
    √ Redirects to traces table with filter (14394ms)

  Testing plots
    √ Renders service map (9459ms)
    √ Renders plots (6573ms)


  7 passing (3m)
  1 failing

  1) Testing dashboard table
       Opens latency trend popover:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `.euiButtonIcon[aria-label="Open popover"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\1_trace_analytics_dashboard.spec.js:172:8)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 32 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/1_trace_analytics_dashboard.spec.js             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\1_trace_analytics_dashboard.spec.js\Testing da
     shboard table -- Opens latency trend popover (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  84%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (12 seconds)
                          t\cypress\videos\plugins\observability-dashboards\1_trace_a
                          nalytics_dashboard.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/2_trace_analytics_services.spec.js           (37 of 57)


  Testing services table empty state
    √ Renders empty state (6397ms)

  Testing services table
    √ Renders the services table (8482ms)
    √ Searches correctly (11413ms)

  Testing service view empty state
    √ Renders service view empty state (5290ms)

  Testing service view
    √ Renders service view (6393ms)
    √ Has working breadcrumbs (12745ms)
    √ Renders spans data grid, flyout, filters (10463ms)


  7 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 1 second                                                               │
  │ Spec Ran:     plugins/observability-dashboards/2_trace_analytics_services.spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\observability-dashboards\2_trace_a
                          nalytics_services.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/3_trace_analytics_traces.spec.js             (38 of 57)


  Testing traces table empty state
    √ Renders empty state (6216ms)

  Testing traces table
    1) Renders the traces table
    √ Sorts the traces table (6488ms)
    2) Searches correctly

  Testing trace view
    3) Renders the trace view
    √ Has working breadcrumbs (10555ms)
    √ Renders data grid, flyout and filters (10574ms)


  4 passing (4m)
  3 failing

  1) Testing traces table
       Renders the traces table:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:23:45' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:131:40)

  2) Testing traces table
       Searches correctly:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:21:22' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:148:40)

  3) Testing trace view
       Renders the trace view:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:21:22' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:162:40)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      3                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     3 minutes, 59 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/3_trace_analytics_traces.spec.js                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
     s table -- Renders the traces table (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
     s table -- Searches correctly (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
      view -- Renders the trace view (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  56%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (18 seconds)
                          t\cypress\videos\plugins\observability-dashboards\3_trace_a
                          nalytics_traces.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/4_panels.spec.js                             (39 of 57)


  Creating visualizations
    √ Create first visualization in event analytics (14292ms)
    √ Create second visualization in event analytics (13530ms)

  Testing panels table
    √ Displays error toast for invalid panel name
    √ Creates a panel and redirects to the panel
    √ Duplicates and renames a panel
    √ Searches existing panel
    √ Deletes panels

  Testing a panel
    √ Move to test panel
    1) Opens visualization flyout from empty panel
    √ Redirects to correct page on breadcrumb click (5710ms)
    √ Duplicate the open panel
    √ Rename the open panel
    √ Change date filter of the panel
    √ Add existing visualization #1 (9153ms)
    √ Add existing visualization #2
    √ Add ppl filter to panel (36944ms)
    √ Drag and drop a visualization
    √ Resize a visualization
    √ Delete a visualization
    √ Duplicate a visualization
    √ Replace a visualization
    2) Create new visualization and add to panel
    3) Move to test panel and check visualization edit button

  Clean up all test data
    √ Delete visualizations from event analytics (6576ms)
    √ Deletes test panel


  22 passing (6m)
  3 failing

  1) Testing a panel
       Opens visualization flyout from empty panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `.euiCallOut`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:266:8)

  2) Testing a panel
       Create new visualization and add to panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Average flight delayTime minutes' within the element: [ <h5>, 2 more... ] but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:458:67)

  3) Testing a panel
       Move to test panel and check visualization edit button:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Average flight delayTime minutes' within the element: [ <h5>, 2 more... ] but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:482:67)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        25                                                                               │
  │ Passing:      22                                                                               │
  │ Failing:      3                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     5 minutes, 48 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/4_panels.spec.js                                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Opens visu
     alization flyout from empty panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Create new
      visualization and add to panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Move to te
     st panel and check visualization edit button (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  38%
    Compression progress:  78%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (26 seconds)
                          t\cypress\videos\plugins\observability-dashboards\4_panels.
                          spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/5_event_analytics.spec.js                    (40 of 57)


  Has working breadcrumbs
    √ Redirect to correct page on breadcrumb click (12122ms)

  Search a query on event home
    √ Search a query and redirect to explorer to display query output

  Open flyout for a data row to see details
    √ Should be able to open flyout and see data, json and traces (10949ms)
    1) Should be able to see srrounding docs

  Add/delete/switch explorer top level tabs
    √ Add a new tab
    √ Click to switch to anther tab
    2) Close a tab
    √ Close current selected tab (5082ms)
    3) Close another unselected tab

  Load a saved query from event home
    √ Click on a saved query and redirect to explorer (15865ms)

  Click actions
    √ Actions - click event explorer
    √ Actions - add sample data (12102ms)
    √ Actions - delete saved queries

  Saves a query on explorer page
    √ Saves a query on event tab of explorer page (18026ms)
    4) Saves a visualization on visualization tab of explorer page
    5) Saves a visualization to an existing panel

  Override timestamp for an index
    6) Click override button to override default timestamp

  Toggle sidebar fields
    7) Toggle fields between available and selected section

  Search fields in sidebar
    √ Search a field (13199ms)

  Delete saved objects
    √ Delete visualizations/querys from event analytics (16032ms)

  Click to view field insights
    8) Click a numerical field to view field insights
    9) Click a non-numerical field to view insights

  Switch on and off livetail
    √ Switch on and off in live tail (14999ms)

  Live tail stop automatically
    √ Moving to other tab should stop live tail automatically (10939ms)
    √ Add a new tab
    √ Click to switch to another tab
    √ Close current selected tab
    √ Live tail should be stopped

  Renders noresult chart
    10) It should render no result when there is no data

  Renders bar charts
    11) Renders vertical bar chart
    12) Renders horiztontal bar chart

  Renders line charts
    13) Renders line chart with threshold

  Renders pie charts
    14) Renders pie chart

  Renders heatmap chart
    15) Renders heatmap chart with different z-axes

  Renders markdown chart
    16) Renders markdown chart with test title

  Renders data view
    17) Switch views between data table and visualization workspace


  19 passing (23m)
  17 failing

  1) Open flyout for a data row to see details
       Should be able to see srrounding docs:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element:

          `<span class="euiButton__text">View su...</span>`

          has CSS `pointer-events: none`, inherited from this element:

`<button class="euiButton euiButton--primary euiButton-isDisabled header-button" disabled="" type="button">...</button>`

          `pointer-events: none` prevents user mouse interaction.

          Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureElDoesNotHaveCSS (http://localhost:5601/__cypress/runner/cypress_runner.js:164049:76)
      at ensureDescendents (http://localhost:5601/__cypress/runner/cypress_runner.js:150261:8)
      at ensureDescendentsAndScroll (http://localhost:5601/__cypress/runner/cypress_runner.js:150270:14)
      at ensureElIsNotCovered (http://localhost:5601/__cypress/runner/cypress_runner.js:150402:5)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150592:52)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:159:94)

  2) Add/delete/switch explorer top level tabs
       Close a tab:

      AssertionError: Timed out retrying after 60000ms: Too many elements found. Found '6', expected '5'.
      + expected - actual

      -6
      +5

      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:185:89)

  3) Add/delete/switch explorer top level tabs
       Close another unselected tab:

      AssertionError: Timed out retrying after 60000ms: Too many elements found. Found '7', expected '6'.
      + expected - actual

      -7
      +6

      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:206:89)

  4) Saves a query on explorer page
       Saves a visualization on visualization tab of explorer page:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'successfully' within the element: <span.euiToastHeader__title> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:284:63)

  5) Saves a query on explorer page
       Saves a visualization to an existing panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'successfully' within the element: <span.euiToastHeader__title> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:308:63)

  6) Override timestamp for an index
       Click override button to override default timestamp:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-attr-field="utc_time"] [data-test-subj="eventFields__default-timestamp-mark"`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:319:8)

  7) Toggle sidebar fields
       Toggle fields between available and selected section:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element is `disabled`:

`<button disabled="" class="euiButtonIcon euiButtonIcon-isDisabled euiButtonIcon--ghost euiButtonIcon--fill euiButtonIcon--xSmall dscSidebarItem__action" type="button" data-test-subj="fieldToggle-AvgTicketPrice" aria-label="Add AvgTicketPrice to table">...</button>`

Fix this problem, or use `{force: true}` to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureNotDisabled (http://localhost:5601/__cypress/runner/cypress_runner.js:163868:76)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150539:14)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:12697:46
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:328:61)

  8) Click to view field insights
       Click a numerical field to view field insights:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="field-bytes-showDetails"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:373:8)

  9) Click to view field insights
       Click a non-numerical field to view insights:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="field-host-showDetails"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:381:8)

  10) Renders noresult chart
       It should render no result when there is no data:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'No results found' within the element: <p> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:446:86)

  11) Renders bar charts
       Renders vertical bar chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:455:8)

  12) Renders bar charts
       Renders horiztontal bar chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:476:8)

  13) Renders line charts
       Renders line chart with threshold:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:502:8)

  14) Renders pie charts
       Renders pie chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:525:8)

  15) Renders heatmap chart
       Renders heatmap chart with different z-axes:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:537:8)

  16) Renders markdown chart
       Renders markdown chart with test title:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:559:8)

  17) Renders data view
       Switch views between data table and visualization workspace:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element is `disabled`:

`<button id="i8ff043c3-776a-11ed-9494-0ff465f9b126" aria-checked="false" class="euiSwitch__button" role="switch" type="button" disabled="" aria-labelledby="i8ff043c5-776a-11ed-9494-0ff465f9b126" aria-describedby="table view switcher" data-test-subj="workspace__dataTableViewSwitch">...</button>`

Fix this problem, or use `{force: true}` to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureNotDisabled (http://localhost:5601/__cypress/runner/cypress_runner.js:163868:76)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150539:14)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:12697:46
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:574:65)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        36                                                                               │
  │ Passing:      19                                                                               │
  │ Failing:      17                                                                               │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  17                                                                               │
  │ Video:        true                                                                             │
  │ Duration:     23 minutes, 0 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/5_event_analytics.spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Open flyout for a da
     ta row to see details -- Should be able to see srrounding docs (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Adddeleteswitch expl
     orer top level tabs -- Close a tab (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Adddeleteswitch expl
     orer top level tabs -- Close another unselected tab (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Saves a query on exp
     lorer page -- Saves a visualization on visualization tab of explorer page (faile
     d).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Saves a query on exp
     lorer page -- Saves a visualization to an existing panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Override timestamp f
     or an index -- Click override button to override default timestamp (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Toggle sidebar field
     s -- Toggle fields between available and selected section (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Click to view field
     insights -- Click a numerical field to view field insights (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Click to view field
     insights -- Click a non-numerical field to view insights (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders noresult cha
     rt -- It should render no result when there is no data (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders bar charts -
     - Renders vertical bar chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders bar charts -
     - Renders horiztontal bar chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders line charts
     -- Renders line chart with threshold (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders pie charts -
     - Renders pie chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders heatmap char
     t -- Renders heatmap chart with different z-axes (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders markdown cha
     rt -- Renders markdown chart with test title (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders data view --
      Switch views between data table and visualization workspace (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  10%
    Compression progress:  20%
    Compression progress:  30%
    Compression progress:  39%
    Compression progress:  49%
    Compression progress:  59%
    Compression progress:  68%
    Compression progress:  79%
    Compression progress:  88%
    Compression progress:  98%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes (1 minute, 48…
                          t\cypress\videos\plugins\observability-dashboards\5_event_a
                          nalytics.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/6_notebooks.spec.js                          (41 of 57)


  Adding sample visualization
    √ Add sample observability data (7056ms)

  Testing notebooks table
    √ Displays error toast for invalid notebook name (5791ms)
    √ Creates a notebook and redirects to the notebook (5341ms)
    √ Duplicates and renames a notebook (16562ms)
    √ Searches existing notebooks (8077ms)
    √ Deletes notebooks (12546ms)

  Test reporting integration if plugin installed
    √ Create in-context PDF report from notebook (8244ms)
    √ Create in-context PNG report from notebook (8414ms)
    √ Create on-demand report definition from context menu (12398ms)
    √ View reports homepage from context menu (9571ms)

  Testing paragraphs
    √ Goes into a notebook and creates paragraphs (13203ms)
    √ Has working breadcrumbs (6573ms)
    √ Renders markdown
    √ Shows output message (6703ms)
    √ Renders input only mode (5963ms)
    √ Renders output only mode
    √ Duplicates paragraphs (6618ms)
    √ Adds a dashboards visualization paragraph (15860ms)
    √ Adds a SQL query paragraph (17340ms)
    √ Adds an observability visualization paragraph (18315ms)
    √ Adds a PPL query paragraph (18725ms)
    √ Clears outputs (12735ms)
    √ Runs all paragraphs (10264ms)
    √ Adds paragraph to top and bottom (19123ms)
    √ Moves paragraphs (7105ms)
    √ Duplicates and renames the notebook (21919ms)
    √ Deletes paragraphs (11801ms)
    √ Deletes notebook (9939ms)
    √ Cleans up test notebooks (10807ms)

  clean up all test data
    √ Delete visualizations from event analytics (12589ms)
    √ Deletes test panel (10255ms)


  31 passing (6m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        31                                                                               │
  │ Passing:      31                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     5 minutes, 35 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/6_notebooks.spec.js                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  38%
    Compression progress:  76%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (27 seconds)
                          t\cypress\videos\plugins\observability-dashboards\6_noteboo
                          ks.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/7_app_analytics.spec.js                      (42 of 57)


  Creating application
    √ Creates an application and redirects to application (156936ms)

  Viewing application
    √ Saves visualization #1 to panel (136115ms)
    √ Adds availability level to visualization #1 (65166ms)
    √ Saves visualization #2 to panel with availability level (188570ms)
    √ Changes availability visualization (72289ms)

  Editing application
    √ Redirects to application after saving changes (15355ms)

  Application Analytics home page
    1) Renames application
    √ Deletes application (5658ms)


  7 passing (12m)
  1 failing

  1) Application Analytics home page
       Renames application:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `.euiTableRow`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\7_app_analytics.spec.js:484:8)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     11 minutes, 45 seconds                                                           │
  │ Spec Ran:     plugins/observability-dashboards/7_app_analytics.spec.js                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\7_app_analytics.spec.js\Application Analytics
     home page -- Renames application (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  19%
    Compression progress:  38%
    Compression progress:  57%
    Compression progress:  76%
    Compression progress:  94%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (54 seconds)
                          t\cypress\videos\plugins\observability-dashboards\7_app_ana
                          lytics.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/8_after.spec.js                              (43 of 57)


  After
    √ clean up complete


  1 passing (147ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/observability-dashboards/8_after.spec.js                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\observability-dashboards\8_after.s
                          pec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/query-workbench-dashboards/ui.spec.js                                 (44 of 57)


  Dump test data
    √ Indexes test data for SQL and PPL

  Test PPL UI
    √ Confirm results are empty
    √ Test Run button (5956ms)
    √ Test Clear button (6862ms)
    √ Test full screen view (5980ms)

  Test SQL UI
    √ Confirm results are empty
    √ Test Run button and field search (5708ms)
    √ Test Translate button (6420ms)
    √ Test Clear button
    √ Test full screen view

  Test and verify SQL downloads
    √ Download and verify JSON
    √ Download and verify JDBC
    1) Download and verify CSV
    2) Download and verify Text

  Test table display
    √ Test GROUP BY (6165ms)
    √ Test GROUP BY with aliases and scalar function (6353ms)
    √ Test GROUP BY and HAVING (6584ms)
    √ Test ORDER BY (6424ms)
    √ Test JOIN (7444ms)
    √ Test nested fields display (7326ms)


  18 passing (1m)
  2 failing

  1) Test and verify SQL downloads
       Download and verify CSV:
     AssertionError: expected 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\r\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\r\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry\r\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\r\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\r\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\r\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\r\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England' to contain 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:304:51)

  2) Test and verify SQL downloads
       Download and verify Text:
     AssertionError: expected 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\r\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\r\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry\r\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\r\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\r\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\r\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\r\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England' to contain 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:304:51)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        20                                                                               │
  │ Passing:      18                                                                               │
  │ Failing:      2                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  2                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 27 seconds                                                             │
  │ Spec Ran:     plugins/query-workbench-dashboards/ui.spec.js                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\query-workbench-dashboards\ui.spec.js\Test and verify SQL downloads --
     Download and verify CSV (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\query-workbench-dashboards\ui.spec.js\Test and verify SQL downloads --
     Download and verify Text (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\query-workbench-dashboards\ui.spec
                          .js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/01-create.spec.js                                  (45 of 57)


  Cypress
    √ Visits Reporting homepage (52200ms)
    √ Visit Create page
    √ Create a new on-demand dashboard report definition (10007ms)
    √ Create a new on-demand visualization report definition (9632ms)
    √ Create a new on-demand saved search report definition (9831ms)
    √ Create a new dashboard daily recurring report definition (10330ms)
    √ Create a new visualization daily recurring report definition (9690ms)
    √ Create a new saved search daily recurring report definition (5588ms)
    √ Create a new dashboard interval recurring report definition (25727ms)
    √ Create a new visualization interval recurring report definition (28069ms)
    √ Create a new saved search interval recurring report definition (27594ms)
    √ Create a dashboard cron-based report definition (25458ms)
    √ Create a visualization cron-based report definition (25107ms)
    √ Create a saved search cron-based report definition (24596ms)


  14 passing (4m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        14                                                                               │
  │ Passing:      14                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     4 minutes, 28 seconds                                                            │
  │ Spec Ran:     plugins/reports-dashboards/01-create.spec.js                                     │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  48%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (21 seconds)
                          t\cypress\videos\plugins\reports-dashboards\01-create.spec.
                          js.mp4

    Compression progress:  100%

────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/02-edit.spec.js                                    (46 of 57)


  Cypress
    √ Visit edit page, update name and description (32135ms)
    √ Visit edit page, change report trigger (26845ms)
    √ Visit edit page, change report trigger back (27062ms)


  3 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 26 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/02-edit.spec.js                                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\reports-dashboards\02-edit.spec.js
                          .mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/03-details.spec.js                                 (47 of 57)


  Cypress
    √ Visit report definition details page (34081ms)
    √ Go to edit report definition from report definition details (17350ms)
    √ Verify report source URL on report definition details (31881ms)
    √ Delete report definition from details page (7557ms)
    √ Visit report details page (6212ms)
    √ Verify report source URL on report details (31288ms)


  6 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 8 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/03-details.spec.js                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (10 seconds)
                          t\cypress\videos\plugins\reports-dashboards\03-details.spec
                          .js.mp4

    Compression progress:  100%

────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/04-download.spec.js                                (48 of 57)


  Cypress
    √ Download from reporting homepage (12825ms)
    √ Download pdf from in-context menu (5521ms)
    √ Download png from in-context menu (5474ms)
    √ Download csv from saved search in-context menu (10417ms)
    √ Download from Report definition details page (30496ms)


  5 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 16 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/04-download.spec.js                                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\reports-dashboards\04-download.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/search-relevance-dashboards/1_query_compare.spec.js                   (49 of 57)


  Compare queries
    √ Should get comparison results (15652ms)


  1 passing (17s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     17 seconds                                                                       │
  │ Spec Ran:     plugins/search-relevance-dashboards/1_query_compare.spec.js                      │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\search-relevance-dashboards\1_quer
                          y_compare.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security-analytics-dashboards-plugin/rules_spec.js                    (50 of 57)


  Rules
    Can be created
      √ manually using UI (17736ms)


  1 passing (18s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     17 seconds                                                                       │
  │ Spec Ran:     plugins/security-analytics-dashboards-plugin/rules_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security-analytics-dashboards-plug
                          in\rules_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/audit_log_spec.js                                            (51 of 57)


  Audit logs page
    √ should load Audit logs page properly
    √ should toggle enable-disable switch for audit logging (5166ms)
    √ should configure general settings successfully
    √ should configure compliance settings successfully


  4 passing (13s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     13 seconds                                                                       │
  │ Spec Ran:     plugins/security/audit_log_spec.js                                               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security\audit_log_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/auth_spec.js                                                 (52 of 57)


  Authc and Authz page
    √ authentication and authorization section should exist (5156ms)
    √ View Expression Modal should display and close correctly


  2 passing (7s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     7 seconds                                                                        │
  │ Spec Ran:     plugins/security/auth_spec.js                                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\auth_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/get_started_spec.js                                          (53 of 57)


  Home(Get Started) page
    √ should load Home page properly (5652ms)
    √ should redirect to Auth page
    √ should redirect to view Roles page
    √ should redirect to create Roles page
    √ should redirect to view Users page
    √ should redirect to create Users page
    √ should redirect to Audit Logging page
    √ should purge Cache successfully


  8 passing (15s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      8                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     15 seconds                                                                       │
  │ Spec Ran:     plugins/security/get_started_spec.js                                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security\get_started_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/internalusers_spec.js                                        (54 of 57)


  Internal users page
    √ should load internal users page properly
    √ should view user edit page when a user is clicked
    √ should redirect to create new users page
    √ should create new user successfully


  4 passing (14s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     13 seconds                                                                       │
  │ Spec Ran:     plugins/security/internalusers_spec.js                                           │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security\internalusers_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/permissions_spec.js                                          (55 of 57)


  Permissions page
    √ should load Permissions page properly
    √ should expand an action-group when it is clicked
    √ should open modal with options to create new action group page
    √ should create new action group successfully by selecting `Create from blank`
    √ should create new action group successfully by selecting `Create from selection` (7041ms)


  5 passing (21s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     20 seconds                                                                       │
  │ Spec Ran:     plugins/security/permissions_spec.js                                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\security\permissions_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/roles_spec.js                                                (56 of 57)


  Roles page
    √ should load Roles page properly (5304ms)
    √ should open Cluster Permissions drop-down menu when clicked
    √ should redirect to create new role page
    √ should create new role successfully


  4 passing (14s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     14 seconds                                                                       │
  │ Spec Ran:     plugins/security/roles_spec.js                                                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security\roles_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/tenants_spec.js                                              (57 of 57)


  Tenants page
    √ should load Tenants page properly (5273ms)
    √ should create new tenant successfully by selecting `Create tenant` (5379ms)


  2 passing (11s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     10 seconds                                                                       │
  │ Spec Ran:     plugins/security/tenants_spec.js                                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security\tenants_spec.js.mp4


====================================================================================================

  (Run Finished)


       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ √  core-opensearch-dashboards/opensear      00:38        5        5        -        -        - │
  │    ch-dashboards/apps/vis_builder/basi                                                         │
  │    c.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:21        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/dash                                                         │
  │    board.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:19        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/expe                                                         │
  │    rimental.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:14        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/area.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:13        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/bar.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:13        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/line.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:12        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/metric.spec.js                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:30       34       34        -        -        - │
  │    ch-dashboards/dashboard_sanity_test                                                         │
  │    _spec.js                                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/1_create_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/2_datasource_table.spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        2ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/3_update_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:29        3        3        -        -        - │
  │    acknowledge_alerts_modal_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      02:30        5        5        -        -        - │
  │    alert_spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:29        2        2        -        -        - │
  │    alerts_dashboard_flyout_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:31        3        3        -        -        - │
  │    bucket_level_monitor_spec.js                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:35        6        6        -        -        - │
  │    cluster_metrics_monitor_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      02:04        7        7        -        -        - │
  │    query_level_monitor_spec.js                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:23        1        1        -        -        - │
  │    s-plugin/create_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:25        8        8        -        -        - │
  │    s-plugin/dashboard_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:12        5        5        -        -        - │
  │    s-plugin/detector_configuration_spe                                                         │
  │    c.js                                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:26       11       11        -        -        - │
  │    s-plugin/detector_list_spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      01:29        6        6        -        -        - │
  │    s-plugin/historical_analysis_spec.j                                                         │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:10        4        4        -        -        - │
  │    s-plugin/overview_spec.js                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:12        2        2        -        -        - │
  │    s-plugin/real_time_results_spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:20        3        3        -        -        - │
  │    s-plugin/sample_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/custom-import-map-dashboard      00:31        1        1        -        -        - │
  │    s/import_vector_map_tab.spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/gantt-chart-dashboards/gant      02:06        9        8        1        -        - │
  │    t_ui.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:40        3        3        -        -        - │
  │    -plugin/indices_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      01:36        5        5        -        -        - │
  │    -plugin/managed_indices_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:46        5        5        -        -        - │
  │    -plugin/policies_spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      01:03        4        4        -        -        - │
  │    -plugin/rollups_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:52        4        4        -        -        - │
  │    -plugin/transforms_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/notifications-dashboards/1_      01:08       11       11        -        -        - │
  │    email_senders_and_groups.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/notifications-dashboards/2_      01:37       13       13        -        -        - │
  │    channels.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/0_      00:11        1        1        -        -        - │
  │    before.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/1_      02:32        8        7        1        -        - │
  │    trace_analytics_dashboard.spec.js                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/2_      01:01        7        7        -        -        - │
  │    trace_analytics_services.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/3_      03:59        7        4        3        -        - │
  │    trace_analytics_traces.spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/4_      05:48       25       22        3        -        - │
  │    panels.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/5_      23:00       36       19       17        -        - │
  │    event_analytics.spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/6_      05:35       31       31        -        -        - │
  │    notebooks.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/7_      11:45        8        7        1        -        - │
  │    app_analytics.spec.js                                                                       │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/8_      149ms        1        1        -        -        - │
  │    after.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/query-workbench-dashboards/      01:27       20       18        2        -        - │
  │    ui.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/01-creat      04:28       14       14        -        -        - │
  │    e.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/02-edit.      01:26        3        3        -        -        - │
  │    spec.js                                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/03-detai      02:08        6        6        -        -        - │
  │    ls.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/04-downl      01:16        5        5        -        -        - │
  │    oad.spec.js                                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/search-relevance-dashboards      00:17        1        1        -        -        - │
  │    /1_query_compare.spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security-analytics-dashboar      00:17        1        1        -        -        - │
  │    ds-plugin/rules_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/audit_log_spec.js       00:13        4        4        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/auth_spec.js            00:07        2        2        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/get_started_spec.j      00:15        8        8        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/internalusers_spec      00:13        4        4        -        -        - │
  │    .js                                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/permissions_spec.j      00:20        5        5        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/roles_spec.js           00:14        4        4        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/tenants_spec.js         00:10        2        2        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ×  7 of 57 failed (12%)                   1:34:17      375      347       28        -        -

error Command failed with exit code 28.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@gaiksaya
Copy link
Member

gaiksaya commented Dec 9, 2022

OpenSearch Dashboards Windows integration test results:

Without security:

Failing components:

  • Alerting Dashboards
  • Gantt Charts
  • observability-dashboards
  • Query Workbench Dashboards
failure log

$ ./integtest.sh  -s false -v 2.4.1

> [email protected] postinstall C:\Users\Administrator\opensearch-dashboards-functional-test\node_modules\cypress
> node index.js --exec install


Cypress 9.5.4 is installed in C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4


> [email protected] postinstall C:\Users\Administrator\opensearch-dashboards-functional-test
> husky install

husky - Git hooks installed
added 327 packages from 261 contributors and audited 327 packages in 11.007s

76 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Test Files List:
cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js
cypress/integration/plugins/alerting-dashboards-plugin/*
cypress/integration/plugins/anomaly-detection-dashboards-plugin/*
cypress/integration/plugins/gantt-chart-dashboards/*
cypress/integration/plugins/index-management-dashboards-plugin/*
cypress/integration/plugins/observability-dashboards/*
cypress/integration/plugins/query-workbench-dashboards/*
cypress/integration/plugins/reports-dashboards/*
cypress/integration/plugins/security/*
cypress/integration/plugins/notifications-dashboards/*
cypress/integration/plugins/custom-import-map-dashboards/*
cypress/integration/plugins/search-relevance-dashboards/*
cypress/integration/plugins/security-analytics-dashboards-plugin/*
run security disabled tests
yarn run v1.22.19
$ env TZ=America/Los_Angeles NO_COLOR=1 cypress run --headless --env SECURITY_ENABLED=false --browser electron --spec cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js,cypress/integration/plugins/alerting-dashboards-plugin/*,cypress/integration/plugins/anomaly-detection-dashboards-plugin/*,cypress/integration/plugins/gantt-chart-dashboards/*,cypress/integration/plugins/index-management-dashboards-plugin/*,cypress/integration/plugins/observability-dashboards/*,cypress/integration/plugins/query-workbench-dashboards/*,cypress/integration/plugins/reports-dashboards/*,cypress/integration/plugins/security/*,cypress/integration/plugins/notifications-dashboards/*,cypress/integration/plugins/custom-import-map-dashboards/*,cypress/integration/plugins/search-relevance-dashboards/*,cypress/integration/plugins/security-analytics-dashboards-plugin/*
It looks like this is your first time using Cypress: 9.5.4

[STARTED] Task without title.
[TITLE]  Verified Cypress!       C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4\Cypress
[SUCCESS]  Verified Cypress!       C:\Users\Administrator\AppData\Local\Cypress\Cache\9.5.4\Cypress

Opening Cypress...

Couldn't determine Mocha version

====================================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:        9.5.4                                                                          │
  │ Browser:        Electron 94 (headless)                                                         │
  │ Node Version:   v14.20.0 (C:\Users\Administrator\scoop\apps\volta\1.1.0\appdata\tools\image\no │
  │                 de\14.20.0\node.exe)                                                           │
  │ Specs:          57 found (core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ba │
  │                 sic.spec.js, core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder │
  │                 /dashboard.spec.js, core-opensearch-dashboards/opensearch-dashboards/apps/vis_ │
  │                 builder/experimental.sp...)                                                    │
  │ Searched:       cypress\integration\core-opensearch-dashboards\opensearch-dashboards\**\*.js,  │
  │                 cypress\integration\plugins\alerting-dashboards-plugin\*, cypress\integration\ │
  │                 plugins\anomaly-detection-dashboards-plugin\*, cypress\integration\plugins\gan │
  │                 tt-chart-dashboards\*, cypress\integration\plugins\index-management-dashboards │
  │                 -plugin\*, cypress\integration\plugins\observability-dashboards\*, cypress\int │
  │                 egration\plugins\query-workbench-dashboards\*, cypress\integration\plugins\rep │
  │                 orts-dashboards\*, cypress\integration\plugins\security\*, cypress\integration │
  │                 \plugins\notifications-dashboards\*, cypress\integration\plugins\custom-import │
  │                 -map-dashboards\*, cypress\integration\plugins\search-relevance-dashboards\*,  │
  │                 cypress\integration\plugins\security-analytics-dashboards-plugin\*             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ba           (1 of 57)
            sic.spec.js
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Couldn't determine Mocha version


  Visualization Builder Base Tests
    √ Show existing visualizations in Visualize and navigate to it (12174ms)
    √ Navigate to Visualization Builder from Create Visualization
    √ Create new basic metric visualization (6827ms)
    √ Be able to add/ edit and remove a field (9813ms)
    √ Be able to save a visualization


  5 passing (37s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     36 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/basic.spec.js  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\basic.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/da           (2 of 57)
            shboard.spec.js


  Visualization Builder Dashboard Tests
    √ Should have valid visualizations (10793ms)
    √ Should be able to add a visualization
    √ Should be able to create a visualization
    √ Should be able to edit a visualization


  4 passing (20s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     20 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/dashboard.spec │
  │               .js                                                                              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\dashboard.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/ex           (3 of 57)
            perimental.spec.js


  Visualization Builder Experimental settings
    √ Sould show experimental banner (6076ms)
    √ Sould show experimental icons
    √ Sould handle experimental setting turned on
    √ Sould handle experimental setting turned off


  4 passing (19s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     19 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/experimental.s │
  │               pec.js                                                                           │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\experimental.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (4 of 57)
            s_types/area.spec.js


  Vis Builder: Line Chart
    √ Basic test (13173ms)


  1 passing (13s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     13 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/area │
  │               .spec.js                                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\area.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (5 of 57)
            s_types/bar.spec.js


  Vis Builder: Bar Chart
    √ Basic test (12782ms)


  1 passing (13s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/bar. │
  │               spec.js                                                                          │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\bar.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (6 of 57)
            s_types/line.spec.js


  Vis Builder: Line Chart
    √ Basic test (12226ms)


  1 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/line │
  │               .spec.js                                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\line.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vi           (7 of 57)
            s_types/metric.spec.js


  Vis Builder: Metric Chart
    √ Basic test (12089ms)


  1 passing (12s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     12 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/apps/vis_builder/vis_types/metr │
  │               ic.spec.js                                                                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\apps\vis_builder\vis_types\metric.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/dashboard_sanity_te           (8 of 57)
            st_spec.js


  dashboard sample data validation
    checking home page
      √ checking opensearch_dashboards_overview display
      √ checking tutorial_directory display
      √ checking management display
      √ checking dev_tools display
      √ settings display
      √ checking feature_directory display
      √ checking navigation display
      √ checking Help menu display
    adding sample data
      √ checking ecommerce dashboards displayed (11638ms)
      √ checking flights dashboards displayed
      √ checking web logs dashboards displayed
      checking index patterns
        √ checking ecommerce index patterns are added
        √ checking flights index patterns are added
        √ checking web logs index patterns are added
      checking saved objects
        √ checking ecommerce object is saved
        √ checking flights object is saved
        √ checking web logs object is saved
      checking Visualize
        √ checking visualizations list display
        √ checking search bar display
        √ checking create visualization button display
      checking discover
        √ checking save query button display
        √ checking query input display
        √ checking refresh button display
        √ checking add filter button display
        √ checking index pattern switch button display
        √ checking field filter display
    checking Dev Tools
      √ checking welcome panel display
      √ checking dismiss button display
      √ checking console input area display
      √ checking console output area display
    checking stack management
      √ checking Stack Management display
      √ checking index patterns link display
      √ checking saved objects link display
      √ checking advance settings link display


  34 passing (30s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        34                                                                               │
  │ Passing:      34                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     29 seconds                                                                       │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/dashboard_sanity_test_spec.js   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\dashboard_sanity_test_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme           (9 of 57)
            nt-plugin/1_create_datasource.spec.js


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_ │
  │               create_datasource.spec.js                                                        │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\1_create_datasource.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme          (10 of 57)
            nt-plugin/2_datasource_table.spec.js


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/2_ │
  │               datasource_table.spec.js                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\2_datasource_table.spec
                          .js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  core-opensearch-dashboards/opensearch-dashboards/datasource-manageme          (11 of 57)
            nt-plugin/3_update_datasource.spec.js


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/3_ │
  │               update_datasource.spec.js                                                        │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\core-opensearch-dashboards\opensearch-dash
                          boards\datasource-management-plugin\3_update_datasource.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/acknowledge_alerts_modal_spec.js           (12 of 57)


  AcknowledgeAlertsModal
    √ Acknowledge button disabled when more than 1 trigger selected (69181ms)
    √ Bucket-level monitor modal test (8730ms)
    √ Query-level monitor modal test (6816ms)


  3 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 25 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/acknowledge_alerts_modal_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\acknowl
                          edge_alerts_modal_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/alert_spec.js                              (13 of 57)


  Alerts
    can be in 'Active' state
      √ after the monitor starts running (68780ms)
    can be in 'Acknowledged' state
      √ by clicking the button in Dashboard
    can be in 'Completed' state
      √ when the trigger condition is not met after met once (65952ms)
    can be in 'Error' state
      √ by using a wrong destination
    can be in 'Deleted' state
      √ by deleting the monitor


  5 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 26 seconds                                                            │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/alert_spec.js                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  94%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (11 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\alert_s
                          pec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/alerts_dashboard_flyout_spec.js            (14 of 57)


  Alerts by trigger flyout
    √ Bucket-level monitor flyout test (77796ms)
    √ Query-level monitor flyout test (8601ms)


  2 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 26 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/alerts_dashboard_flyout_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\alerts_
                          dashboard_flyout_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/bucket_level_monitor_spec.js               (15 of 57)


  Bucket-Level Monitors
    can be created
      √ by extraction query (32764ms)
      √ by visual editor (27243ms)
    can be updated
      when defined by visual editor
        √ by adding trigger (15018ms)


  3 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 15 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/bucket_level_monitor_spec.js                  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\bucket_
                          level_monitor_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/cluster_metrics_monitor_spec.js            (16 of 57)


  ClusterMetricsMonitor
    can be created
      √ for the Cluster Health API (23202ms)
      √ for the Nodes Stats API (19456ms)
    displays Query parameters field appropriately
      √ for the CAT Snapshots API (7241ms)
    clearTriggersModal renders and behaves as expected
      √ when no triggers exist (5900ms)
      √ when triggers exist (9237ms)
    can update
      Cluster Health API monitor
        √ with a new trigger (10153ms)


  6 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 15 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/cluster_metrics_monitor_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\cluster
                          _metrics_monitor_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/alerting-dashboards-plugin/query_level_monitor_spec.js                (17 of 57)


  Query-Level Monitors
    can be created
      √ by extraction query (11564ms)
    can be updated
      √ by changing the name (7282ms)
    can be deleted
      √ from "Actions" menu (5292ms)
    can be searched
      √ by name (9742ms)
    can have triggers
      √ with names that contain periods (59084ms)
    schedule component displays as intended
      √ for an interval schedule (5612ms)
      1) for a cron expression schedule


  6 passing (2m)
  1 failing

  1) Query-Level Monitors
       schedule component displays as intended
         for a cron expression schedule:
     AssertionError: Timed out retrying after 20000ms: Expected to find element: `[data-test-subj="frequency_field"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\alerting-dashboards-plugin\query_level_monitor_spec.js:580:10)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 3 seconds                                                             │
  │ Spec Ran:     plugins/alerting-dashboards-plugin/query_level_monitor_spec.js                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\alerting-dashboards-plugin\query_level_monitor_spec.js\Query-Level Moni
     tors -- schedule component displays as intended -- for a cron expression schedul
     e (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (10 seconds)
                          t\cypress\videos\plugins\alerting-dashboards-plugin\query_l
                          evel_monitor_spec.js.mp4

    Compression progress:  100%

────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js           (18 of 57)


  Create detector workflow
    √ Full creation - based on real index (22979ms)


  1 passing (23s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     23 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\create_detector_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/dashboard_spec.js                 (19 of 57)


  AD Dashboard page
    √ Empty - no detector index
    √ Empty - empty detector index
    √ Non-empty - single running detector
    √ Redirect to create detector page
    √ Filter by detector
    √ Filter by detector state
    √ Filter by index
    √ Enter and exit full screen


  8 passing (23s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      8                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     23 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/dashboard_spec.js                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\dashboard_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/detector_configuration_s          (20 of 57)
            pec.js


  Detector configuration page
    √ Redirect to edit detector settings from button (7559ms)
    √ Redirect to edit model configuration from button
    √ Redirect to edit detector settings from dropdown
    √ Redirect to edit model configuration from dropdown
    √ Delete detector from dropdown, redirects to detector list page


  5 passing (10s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     9 seconds                                                                        │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/detector_configuration_spec.js       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\detector_configuration_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/detector_list_spec.js             (21 of 57)


  Detector list page
    √ Empty - no detector index
    √ Empty - empty detector index
    √ Non-empty - single stopped detector
    √ Non-empty - multiple detectors
    √ Redirect to create detector
    √ Start single detector
    √ Stop single detector
    √ Delete single detector
    √ Filter by detector search
    √ Filter by detector state
    √ Filter by index


  11 passing (24s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        11                                                                               │
  │ Passing:      11                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     23 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/detector_list_spec.js                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\detector_list_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/historical_analysis_spec          (22 of 57)
            .js


  Historical results page
    Sample detector
      √ Empty message with modal (6745ms)
      √ Start first historical analysis
      √ Produces anomaly results by default (15481ms)
      √ Filtering by date range (21775ms)
      √ Aggregations render anomalies (24364ms)
      √ Run subsequent historical analysis (16020ms)


  6 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 26 seconds                                                             │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/historical_analysis_spec.js          │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\historical_analysis_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/overview_spec.js                  (23 of 57)


  Overview page
    √ Side nav AD button redirects to overview page
    Flyouts open and close
      √ HTTP responses sample detector
      √ eCommerce sample detector
      √ Host health sample detector


  4 passing (10s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     9 seconds                                                                        │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/overview_spec.js                     │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\overview_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/real_time_results_spec.j          (24 of 57)
            s


  Real-time results page
    Sample detector
      √ Renders no anomalies (7089ms)
      √ Enter and exit full screen


  2 passing (10s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        2                                                                                │
  │ Passing:      2                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     9 seconds                                                                        │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/real_time_results_spec.js            │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\real_time_results_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/anomaly-detection-dashboards-plugin/sample_detector_spec.js           (25 of 57)


  Sample detectors
    √ HTTP response sample detector - create and delete (7182ms)
    √ eCommerce sample detector - create and delete (5422ms)
    √ Host health sample detector - create and delete


  3 passing (17s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     16 seconds                                                                       │
  │ Spec Ran:     plugins/anomaly-detection-dashboards-plugin/sample_detector_spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\anomaly-detection-dashboards-plugi
                          n\sample_detector_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/custom-import-map-dashboards/import_vector_map_tab.spec.js            (26 of 57)


  Verify the presence of import custom map tab in region map plugin
    √ checks import custom map tab is present (23657ms)


  1 passing (26s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     25 seconds                                                                       │
  │ Spec Ran:     plugins/custom-import-map-dashboards/import_vector_map_tab.spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (2 seconds)
                          t\cypress\videos\plugins\custom-import-map-dashboards\impor
                          t_vector_map_tab.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/gantt-chart-dashboards/gantt_ui.spec.js                               (27 of 57)


  Dump test data
    √ Indexes test data for gantt chart

  Save a gantt chart
    √ Creates and saves a gantt chart (9707ms)

  Render and configure a gantt chart
    √ Renders no data message (6744ms)
    √ Renders the chart (6811ms)

  Configure panel settings
    √ Changes y-axis label (6787ms)
    √ Changes x-axis label (6714ms)
    1) Changes time formats
    √ Hides legends (7144ms)

  Add gantt chart to dashboard
    √ Adds gantt chart to dashboard


  8 passing (2m)
  1 failing

  1) Configure panel settings
       Changes time formats:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '12:59:07.303 PM' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\gantt-chart-dashboards\gantt_ui.spec.js:273:36)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        9                                                                                │
  │ Passing:      8                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 56 seconds                                                             │
  │ Spec Ran:     plugins/gantt-chart-dashboards/gantt_ui.spec.js                                  │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\gantt-chart-dashboards\gantt_ui.spec.js\Configure panel settings -- Cha
     nges time formats (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (9 seconds)
                          t\cypress\videos\plugins\gantt-chart-dashboards\gantt_ui.sp
                          ec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/indices_spec.js                    (28 of 57)


  Indices
    can be searched
      √ successfully (12455ms)
    can show data stream indices
      √ successfully (10764ms)
    can have policies applied
      √ successfully (10518ms)


  3 passing (34s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     33 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/indices_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \indices_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/managed_indices_spec.js            (29 of 57)


  Managed indices
    can have policies removed
      √ successfully (16397ms)
    can have policies retried
      √ successfully (32415ms)
    can edit rollover_alias
      √ successfully (7120ms)
    can change policies
      √ successfully (17742ms)
    can manage data stream indices
      √ successfully (10668ms)


  5 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 24 seconds                                                             │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/managed_indices_spec.js               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \managed_indices_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/policies_spec.js                   (30 of 57)


  Policies
    can be created
      √ successfully (13257ms)
    can be edited
      √ successfully (9477ms)
    can be deleted
      √ successfully (5617ms)
    can be searched
      √ successfully (7933ms)
    can be viewed
      √ successfully


  5 passing (41s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     41 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/policies_spec.js                      │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \policies_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/rollups_spec.js                    (31 of 57)


  Rollups
    can be created
      √ successfully (20281ms)
    can be edited
      √ successfully (11050ms)
    can be deleted
      √ successfully (11663ms)
    can be enabled and disabled
      √ successfully (12263ms)


  4 passing (55s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     55 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/rollups_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (4 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \rollups_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/index-management-dashboards-plugin/transforms_spec.js                 (32 of 57)


  Transforms
    can be created
      √ successfully (16807ms)
    can be edited
      √ successfully (7885ms)
    can be deleted
      √ successfully (6339ms)
    can be enabled and disabled
      √ successfully (7725ms)


  4 passing (39s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        4                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     38 seconds                                                                       │
  │ Spec Ran:     plugins/index-management-dashboards-plugin/transforms_spec.js                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (3 seconds)
                          t\cypress\videos\plugins\index-management-dashboards-plugin
                          \transforms_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/notifications-dashboards/1_email_senders_and_groups.spec.js           (33 of 57)


  Test create email senders
    √ creates ssl sender (6058ms)
    √ creates tls sender (8823ms)
    √ creates SES sender (5662ms)

  Test edit senders
    √ edits sender email address (5168ms)
    √ edits ses sender region (5019ms)

  Test delete senders
    √ deletes smtp senders (5043ms)
    √ deletes ses senders (6433ms)

  Test create, edit and delete recipient group
    √ creates recipient group (10450ms)
    √ edits recipient group description (5134ms)
    √ opens email addresses popup
    √ deletes recipient groups (6319ms)


  11 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        11                                                                               │
  │ Passing:      11                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 7 seconds                                                              │
  │ Spec Ran:     plugins/notifications-dashboards/1_email_senders_and_groups.spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\notifications-dashboards\1_email_s
                          enders_and_groups.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/notifications-dashboards/2_channels.spec.js                           (34 of 57)


  Test create channels
    √ creates a slack channel and send test message (7722ms)
    √ creates a chime channel (8179ms)
    √ creates a email channel (10266ms)
    √ creates a email channel with ses sender (11390ms)
    √ creates a webhook channel (9143ms)
    √ creates a sns channel (7835ms)

  Test channels table
    √ displays channels
    √ mutes channels (7311ms)
    √ filters channels (6984ms)

  Test channel details
    √ displays channel details
    √ mutes and unmutes channels (5017ms)
    √ edits channels (5700ms)
    √ deletes channels (5802ms)


  13 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        13                                                                               │
  │ Passing:      13                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 33 seconds                                                             │
  │ Spec Ran:     plugins/notifications-dashboards/2_channels.spec.js                              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\notifications-dashboards\2_channel
                          s.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/0_before.spec.js                             (35 of 57)


  Before
    √ setup completed (10315ms)


  1 passing (10s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     10 seconds                                                                       │
  │ Spec Ran:     plugins/observability-dashboards/0_before.spec.js                                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\observability-dashboards\0_before.
                          spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/1_trace_analytics_dashboard.spec.js          (36 of 57)


  Testing dashboard table empty state
    √ Renders empty state (6136ms)

  Testing dashboard table
    √ Renders the dashboard table (8427ms)
    √ Has working breadcrumbs (11501ms)
    √ Adds the percentile filters (17022ms)
    1) Opens latency trend popover
    √ Redirects to traces table with filter (14414ms)

  Testing plots
    √ Renders service map (9578ms)
    √ Renders plots (5764ms)


  7 passing (3m)
  1 failing

  1) Testing dashboard table
       Opens latency trend popover:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `.euiButtonIcon[aria-label="Open popover"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\1_trace_analytics_dashboard.spec.js:172:8)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      1                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  1                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 minutes, 30 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/1_trace_analytics_dashboard.spec.js             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\1_trace_analytics_dashboard.spec.js\Testing da
     shboard table -- Opens latency trend popover (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  86%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (12 seconds)
                          t\cypress\videos\plugins\observability-dashboards\1_trace_a
                          nalytics_dashboard.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/2_trace_analytics_services.spec.js           (37 of 57)


  Testing services table empty state
    √ Renders empty state (6161ms)

  Testing services table
    √ Renders the services table (8121ms)
    √ Searches correctly (13373ms)

  Testing service view empty state
    √ Renders service view empty state

  Testing service view
    √ Renders service view (6029ms)
    √ Has working breadcrumbs (12290ms)
    √ Renders spans data grid, flyout, filters (10587ms)


  7 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      7                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 1 second                                                               │
  │ Spec Ran:     plugins/observability-dashboards/2_trace_analytics_services.spec.js              │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (5 seconds)
                          t\cypress\videos\plugins\observability-dashboards\2_trace_a
                          nalytics_services.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/3_trace_analytics_traces.spec.js             (38 of 57)


  Testing traces table empty state
    √ Renders empty state (5932ms)

  Testing traces table
    1) Renders the traces table
    √ Sorts the traces table (6440ms)
    2) Searches correctly

  Testing trace view
    3) Renders the trace view
    √ Has working breadcrumbs (10088ms)
    √ Renders data grid, flyout and filters (9674ms)


  4 passing (4m)
  3 failing

  1) Testing traces table
       Renders the traces table:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:23:45' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:131:40)

  2) Testing traces table
       Searches correctly:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:21:22' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:148:40)

  3) Testing trace view
       Renders the trace view:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: '03/25/2021 10:21:22' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\3_trace_analytics_traces.spec.js:162:40)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        7                                                                                │
  │ Passing:      4                                                                                │
  │ Failing:      3                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     3 minutes, 55 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/3_trace_analytics_traces.spec.js                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
     s table -- Renders the traces table (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
     s table -- Searches correctly (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\3_trace_analytics_traces.spec.js\Testing trace
      view -- Renders the trace view (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  56%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (18 seconds)
                          t\cypress\videos\plugins\observability-dashboards\3_trace_a
                          nalytics_traces.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/4_panels.spec.js                             (39 of 57)


  Creating visualizations
    √ Create first visualization in event analytics (14252ms)
    √ Create second visualization in event analytics (13677ms)

  Testing panels table
    √ Displays error toast for invalid panel name
    √ Creates a panel and redirects to the panel
    √ Duplicates and renames a panel
    √ Searches existing panel
    √ Deletes panels

  Testing a panel
    √ Move to test panel
    1) Opens visualization flyout from empty panel
    √ Redirects to correct page on breadcrumb click
    √ Duplicate the open panel
    √ Rename the open panel
    √ Change date filter of the panel
    √ Add existing visualization #1 (9219ms)
    √ Add existing visualization #2
    √ Add ppl filter to panel (37065ms)
    √ Drag and drop a visualization
    √ Resize a visualization
    √ Delete a visualization
    √ Duplicate a visualization
    √ Replace a visualization
    2) Create new visualization and add to panel
    3) Move to test panel and check visualization edit button

  Clean up all test data
    √ Delete visualizations from event analytics (6559ms)
    √ Deletes test panel


  22 passing (6m)
  3 failing

  1) Testing a panel
       Opens visualization flyout from empty panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `.euiCallOut`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:266:8)

  2) Testing a panel
       Create new visualization and add to panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Average flight delayTime minutes' within the element: [ <h5>, 2 more... ] but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:458:67)

  3) Testing a panel
       Move to test panel and check visualization edit button:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Average flight delayTime minutes' within the element: [ <h5>, 2 more... ] but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\4_panels.spec.js:482:67)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        25                                                                               │
  │ Passing:      22                                                                               │
  │ Failing:      3                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     5 minutes, 49 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/4_panels.spec.js                                │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Opens visu
     alization flyout from empty panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Create new
      visualization and add to panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\4_panels.spec.js\Testing a panel -- Move to te
     st panel and check visualization edit button (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  37%
    Compression progress:  74%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (28 seconds)
                          t\cypress\videos\plugins\observability-dashboards\4_panels.
                          spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/5_event_analytics.spec.js                    (40 of 57)


  Has working breadcrumbs
    √ Redirect to correct page on breadcrumb click (11136ms)

  Search a query on event home
    √ Search a query and redirect to explorer to display query output (5455ms)

  Open flyout for a data row to see details
    √ Should be able to open flyout and see data, json and traces (10066ms)
    1) Should be able to see srrounding docs

  Add/delete/switch explorer top level tabs
    √ Add a new tab
    √ Click to switch to anther tab
    2) Close a tab
    √ Close current selected tab
    3) Close another unselected tab

  Load a saved query from event home
    √ Click on a saved query and redirect to explorer (15239ms)

  Click actions
    √ Actions - click event explorer
    √ Actions - add sample data (12128ms)
    √ Actions - delete saved queries

  Saves a query on explorer page
    √ Saves a query on event tab of explorer page (17542ms)
    4) Saves a visualization on visualization tab of explorer page
    5) Saves a visualization to an existing panel

  Override timestamp for an index
    6) Click override button to override default timestamp

  Toggle sidebar fields
    7) Toggle fields between available and selected section

  Search fields in sidebar
    √ Search a field (12225ms)

  Delete saved objects
    √ Delete visualizations/querys from event analytics (15521ms)

  Click to view field insights
    8) Click a numerical field to view field insights
    9) Click a non-numerical field to view insights

  Switch on and off livetail
    √ Switch on and off in live tail (14602ms)

  Live tail stop automatically
    √ Moving to other tab should stop live tail automatically (10672ms)
    √ Add a new tab
    √ Click to switch to another tab
    √ Close current selected tab
    √ Live tail should be stopped

  Renders noresult chart
    10) It should render no result when there is no data

  Renders bar charts
    11) Renders vertical bar chart
    12) Renders horiztontal bar chart

  Renders line charts
    13) Renders line chart with threshold

  Renders pie charts
    14) Renders pie chart

  Renders heatmap chart
    15) Renders heatmap chart with different z-axes

  Renders markdown chart
    16) Renders markdown chart with test title

  Renders data view
    17) Switch views between data table and visualization workspace


  19 passing (23m)
  17 failing

  1) Open flyout for a data row to see details
       Should be able to see srrounding docs:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element:

          `<span class="euiButton__text">View su...</span>`

          has CSS `pointer-events: none`, inherited from this element:

`<button class="euiButton euiButton--primary euiButton-isDisabled header-button" disabled="" type="button">...</button>`

          `pointer-events: none` prevents user mouse interaction.

          Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureElDoesNotHaveCSS (http://localhost:5601/__cypress/runner/cypress_runner.js:164049:76)
      at ensureDescendents (http://localhost:5601/__cypress/runner/cypress_runner.js:150261:8)
      at ensureDescendentsAndScroll (http://localhost:5601/__cypress/runner/cypress_runner.js:150270:14)
      at ensureElIsNotCovered (http://localhost:5601/__cypress/runner/cypress_runner.js:150402:5)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150592:52)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:159:94)

  2) Add/delete/switch explorer top level tabs
       Close a tab:

      AssertionError: Timed out retrying after 60000ms: Too many elements found. Found '6', expected '5'.
      + expected - actual

      -6
      +5

      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:185:89)

  3) Add/delete/switch explorer top level tabs
       Close another unselected tab:

      AssertionError: Timed out retrying after 60000ms: Too many elements found. Found '7', expected '6'.
      + expected - actual

      -7
      +6

      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:206:89)

  4) Saves a query on explorer page
       Saves a visualization on visualization tab of explorer page:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'successfully' within the element: <span.euiToastHeader__title> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:284:63)

  5) Saves a query on explorer page
       Saves a visualization to an existing panel:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'successfully' within the element: <span.euiToastHeader__title> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:308:63)

  6) Override timestamp for an index
       Click override button to override default timestamp:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-attr-field="utc_time"] [data-test-subj="eventFields__default-timestamp-mark"`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:319:8)

  7) Toggle sidebar fields
       Toggle fields between available and selected section:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element is `disabled`:

`<button disabled="" class="euiButtonIcon euiButtonIcon-isDisabled euiButtonIcon--ghost euiButtonIcon--fill euiButtonIcon--xSmall dscSidebarItem__action" type="button" data-test-subj="fieldToggle-AvgTicketPrice" aria-label="Add AvgTicketPrice to table">...</button>`

Fix this problem, or use `{force: true}` to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureNotDisabled (http://localhost:5601/__cypress/runner/cypress_runner.js:163868:76)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150539:14)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:12697:46
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:328:61)

  8) Click to view field insights
       Click a numerical field to view field insights:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="field-bytes-showDetails"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:373:8)

  9) Click to view field insights
       Click a non-numerical field to view insights:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="field-host-showDetails"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:381:8)

  10) Renders noresult chart
       It should render no result when there is no data:
     AssertionError: Timed out retrying after 60000ms: Expected to find content: 'No results found' within the element: <p> but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:446:86)

  11) Renders bar charts
       Renders vertical bar chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:455:8)

  12) Renders bar charts
       Renders horiztontal bar chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:476:8)

  13) Renders line charts
       Renders line chart with threshold:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:502:8)

  14) Renders pie charts
       Renders pie chart:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:525:8)

  15) Renders heatmap chart
       Renders heatmap chart with different z-axes:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:537:8)

  16) Renders markdown chart
       Renders markdown chart with test title:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `[data-test-subj="configPane__vizTypeSelector"] [data-test-subj="comboBoxInput"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:559:8)

  17) Renders data view
       Switch views between data table and visualization workspace:
     CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element is `disabled`:

`<button id="ie218da12-7772-11ed-835b-a999d77b0c89" aria-checked="false" class="euiSwitch__button" role="switch" type="button" disabled="" aria-labelledby="ie218da14-7772-11ed-835b-a999d77b0c89" aria-describedby="table view switcher" data-test-subj="workspace__dataTableViewSwitch">...</button>`

Fix this problem, or use `{force: true}` to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
      at $Cy.ensureNotDisabled (http://localhost:5601/__cypress/runner/cypress_runner.js:163868:76)
      at runAllChecks (http://localhost:5601/__cypress/runner/cypress_runner.js:150539:14)
      at retryActionability (http://localhost:5601/__cypress/runner/cypress_runner.js:150616:16)
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Function.Promise.attempt.Promise.try (http://localhost:5601/__cypress/runner/cypress_runner.js:10296:29)
      at whenStable (http://localhost:5601/__cypress/runner/cypress_runner.js:168808:63)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:168305:14
      at tryCatcher (http://localhost:5601/__cypress/runner/cypress_runner.js:13022:23)
      at Promise._settlePromiseFromHandler (http://localhost:5601/__cypress/runner/cypress_runner.js:10957:31)
      at Promise._settlePromise (http://localhost:5601/__cypress/runner/cypress_runner.js:11014:18)
      at Promise._settlePromise0 (http://localhost:5601/__cypress/runner/cypress_runner.js:11059:10)
      at Promise._settlePromises (http://localhost:5601/__cypress/runner/cypress_runner.js:11139:18)
      at Promise._fulfill (http://localhost:5601/__cypress/runner/cypress_runner.js:11083:18)
      at http://localhost:5601/__cypress/runner/cypress_runner.js:12697:46
  From Your Spec Code:
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\5_event_analytics.spec.js:574:65)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        36                                                                               │
  │ Passing:      19                                                                               │
  │ Failing:      17                                                                               │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  17                                                                               │
  │ Video:        true                                                                             │
  │ Duration:     22 minutes, 43 seconds                                                           │
  │ Spec Ran:     plugins/observability-dashboards/5_event_analytics.spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Open flyout for a da
     ta row to see details -- Should be able to see srrounding docs (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Adddeleteswitch expl
     orer top level tabs -- Close a tab (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Adddeleteswitch expl
     orer top level tabs -- Close another unselected tab (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Saves a query on exp
     lorer page -- Saves a visualization on visualization tab of explorer page (faile
     d).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Saves a query on exp
     lorer page -- Saves a visualization to an existing panel (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Override timestamp f
     or an index -- Click override button to override default timestamp (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Toggle sidebar field
     s -- Toggle fields between available and selected section (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Click to view field
     insights -- Click a numerical field to view field insights (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Click to view field
     insights -- Click a non-numerical field to view insights (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders noresult cha
     rt -- It should render no result when there is no data (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders bar charts -
     - Renders vertical bar chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders bar charts -
     - Renders horiztontal bar chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders line charts
     -- Renders line chart with threshold (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders pie charts -
     - Renders pie chart (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders heatmap char
     t -- Renders heatmap chart with different z-axes (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders markdown cha
     rt -- Renders markdown chart with test title (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\5_event_analytics.spec.js\Renders data view --
      Switch views between data table and visualization workspace (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  11%
    Compression progress:  21%
    Compression progress:  31%
    Compression progress:  42%
    Compression progress:  52%
    Compression progress:  63%
    Compression progress:  73%
    Compression progress:  84%
    Compression progress:  94%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes (1 minute, 41…
                          t\cypress\videos\plugins\observability-dashboards\5_event_a
                          nalytics.spec.js.mp4

    Compression progress:  100%

────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/6_notebooks.spec.js                          (41 of 57)


  Adding sample visualization
    √ Add sample observability data (6910ms)

  Testing notebooks table
    √ Displays error toast for invalid notebook name (5717ms)
    √ Creates a notebook and redirects to the notebook (5305ms)
    √ Duplicates and renames a notebook (16363ms)
    √ Searches existing notebooks (8010ms)
    √ Deletes notebooks (13154ms)

  Test reporting integration if plugin installed
    √ Create in-context PDF report from notebook (8560ms)
    √ Create in-context PNG report from notebook (8338ms)
    √ Create on-demand report definition from context menu (12221ms)
    √ View reports homepage from context menu (10223ms)

  Testing paragraphs
    √ Goes into a notebook and creates paragraphs (13489ms)
    √ Has working breadcrumbs (6919ms)
    √ Renders markdown
    √ Shows output message (6552ms)
    √ Renders input only mode
    √ Renders output only mode
    √ Duplicates paragraphs (6466ms)
    √ Adds a dashboards visualization paragraph (15847ms)
    √ Adds a SQL query paragraph (17379ms)
    √ Adds an observability visualization paragraph (17958ms)
    √ Adds a PPL query paragraph (18654ms)
    √ Clears outputs (12734ms)
    √ Runs all paragraphs (9660ms)
    √ Adds paragraph to top and bottom (17833ms)
    √ Moves paragraphs (7289ms)
    √ Duplicates and renames the notebook (21645ms)
    √ Deletes paragraphs (11659ms)
    √ Deletes notebook (9768ms)
    √ Cleans up test notebooks (10295ms)

  clean up all test data
    √ Delete visualizations from event analytics (12566ms)
    √ Deletes test panel (10177ms)


  31 passing (6m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        31                                                                               │
  │ Passing:      31                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     5 minutes, 31 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/6_notebooks.spec.js                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  40%
    Compression progress:  81%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (26 seconds)
                          t\cypress\videos\plugins\observability-dashboards\6_noteboo
                          ks.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/7_app_analytics.spec.js                      (42 of 57)


  Creating application
    √ Creates an application and redirects to application (92383ms)

  Viewing application
    √ Saves visualization #1 to panel (134474ms)
    1) Adds availability level to visualization #1
    2) Saves visualization #2 to panel with availability level
    3) Changes availability visualization

  Editing application
    √ Redirects to application after saving changes (17021ms)

  Application Analytics home page
    √ Renames application (8811ms)
    √ Deletes application (6664ms)


  5 passing (9m)
  3 failing

  1) Viewing application
       Adds availability level to visualization #1:
     AssertionError: Timed out retrying after 30000ms: Expected to find element: `[title="Bar"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\7_app_analytics.spec.js:246:8)

  2) Viewing application
       Saves visualization #2 to panel with availability level:
     AssertionError: Timed out retrying after 30000ms: Expected to find element: `[title="Bar"]`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\7_app_analytics.spec.js:327:8)

  3) Viewing application
       Changes availability visualization:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `select`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\observability-dashboards\7_app_analytics.spec.js:403:8)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        8                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      3                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  3                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     8 minutes, 48 seconds                                                            │
  │ Spec Ran:     plugins/observability-dashboards/7_app_analytics.spec.js                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\7_app_analytics.spec.js\Viewing application --
      Adds availability level to visualization #1 (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\7_app_analytics.spec.js\Viewing application --
      Saves visualization #2 to panel with availability level (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\observability-dashboards\7_app_analytics.spec.js\Viewing application --
      Changes availability visualization (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  27%
    Compression progress:  53%
    Compression progress:  78%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (39 seconds)
                          t\cypress\videos\plugins\observability-dashboards\7_app_ana
                          lytics.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/observability-dashboards/8_after.spec.js                              (43 of 57)


  After
    √ clean up complete


  1 passing (125ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/observability-dashboards/8_after.spec.js                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\observability-dashboards\8_after.s
                          pec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/query-workbench-dashboards/ui.spec.js                                 (44 of 57)


  Dump test data
    √ Indexes test data for SQL and PPL

  Test PPL UI
    √ Confirm results are empty
    √ Test Run button (5819ms)
    √ Test Clear button (6854ms)
    √ Test full screen view (5980ms)

  Test SQL UI
    √ Confirm results are empty
    √ Test Run button and field search (5808ms)
    √ Test Translate button (6682ms)
    √ Test Clear button
    √ Test full screen view

  Test and verify SQL downloads
    √ Download and verify JSON
    √ Download and verify JDBC
    1) Download and verify CSV
    2) Download and verify Text

  Test table display
    √ Test GROUP BY (6194ms)
    √ Test GROUP BY with aliases and scalar function (6325ms)
    √ Test GROUP BY and HAVING (6610ms)
    √ Test ORDER BY (6477ms)
    √ Test JOIN (7485ms)
    √ Test nested fields display (7345ms)


  18 passing (1m)
  2 failing

  1) Test and verify SQL downloads
       Download and verify CSV:
     AssertionError: expected 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\r\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\r\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry\r\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\r\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\r\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\r\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\r\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England' to contain 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:304:51)

  2) Test and verify SQL downloads
       Download and verify Text:
     AssertionError: expected 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\r\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\r\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry\r\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\r\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\r\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\r\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\r\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England' to contain 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:304:51)




  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        20                                                                               │
  │ Passing:      18                                                                               │
  │ Failing:      2                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  2                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 27 seconds                                                             │
  │ Spec Ran:     plugins/query-workbench-dashboards/ui.spec.js                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\query-workbench-dashboards\ui.spec.js\Test and verify SQL downloads --
     Download and verify CSV (failed).png
  -  C:\Users\Administrator\opensearch-dashboards-functional-test\cypress\screenshots     (1280x720)
     \plugins\query-workbench-dashboards\ui.spec.js\Test and verify SQL downloads --
     Download and verify Text (failed).png


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (7 seconds)
                          t\cypress\videos\plugins\query-workbench-dashboards\ui.spec
                          .js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/01-create.spec.js                                  (45 of 57)


  Cypress
    √ Visits Reporting homepage (49475ms)
    √ Visit Create page
    √ Create a new on-demand dashboard report definition (8878ms)
    √ Create a new on-demand visualization report definition (8392ms)
    √ Create a new on-demand saved search report definition (8633ms)
    √ Create a new dashboard daily recurring report definition (8976ms)
    √ Create a new visualization daily recurring report definition (8549ms)
    √ Create a new saved search daily recurring report definition (8081ms)
    √ Create a new dashboard interval recurring report definition (24448ms)
    √ Create a new visualization interval recurring report definition (26023ms)
    √ Create a new saved search interval recurring report definition (26078ms)
    √ Create a dashboard cron-based report definition (23963ms)
    √ Create a visualization cron-based report definition (23594ms)
    √ Create a saved search cron-based report definition (23618ms)


  14 passing (4m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        14                                                                               │
  │ Passing:      14                                                                               │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     4 minutes, 12 seconds                                                            │
  │ Spec Ran:     plugins/reports-dashboards/01-create.spec.js                                     │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
    Compression progress:  56%
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes   (19 seconds)
                          t\cypress\videos\plugins\reports-dashboards\01-create.spec.
                          js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/02-edit.spec.js                                    (46 of 57)


  Cypress
    √ Visit edit page, update name and description (28547ms)
    √ Visit edit page, change report trigger (26673ms)
    √ Visit edit page, change report trigger back (26757ms)


  3 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        3                                                                                │
  │ Passing:      3                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 22 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/02-edit.spec.js                                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\reports-dashboards\02-edit.spec.js
                          .mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/03-details.spec.js                                 (47 of 57)


  Cypress
    √ Visit report definition details page (30433ms)
    √ Go to edit report definition from report definition details (15409ms)
    √ Verify report source URL on report definition details (30571ms)
    √ Delete report definition from details page (6110ms)
    √ Visit report details page (5378ms)
    √ Verify report source URL on report details (30319ms)


  6 passing (2m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        6                                                                                │
  │ Passing:      6                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 58 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/03-details.spec.js                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (9 seconds)
                          t\cypress\videos\plugins\reports-dashboards\03-details.spec
                          .js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/reports-dashboards/04-download.spec.js                                (48 of 57)


  Cypress
    √ Download from reporting homepage (12816ms)
    √ Download pdf from in-context menu (5511ms)
    √ Download png from in-context menu (5442ms)
    √ Download csv from saved search in-context menu (10448ms)
    √ Download from Report definition details page (30538ms)


  5 passing (1m)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        5                                                                                │
  │ Passing:      5                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     1 minute, 16 seconds                                                             │
  │ Spec Ran:     plugins/reports-dashboards/04-download.spec.js                                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (6 seconds)
                          t\cypress\videos\plugins\reports-dashboards\04-download.spe
                          c.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/search-relevance-dashboards/1_query_compare.spec.js                   (49 of 57)


  Compare queries
    √ Should get comparison results (15907ms)


  1 passing (17s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     17 seconds                                                                       │
  │ Spec Ran:     plugins/search-relevance-dashboards/1_query_compare.spec.js                      │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\search-relevance-dashboards\1_quer
                          y_compare.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security-analytics-dashboards-plugin/rules_spec.js                    (50 of 57)


  Rules
    Can be created
      √ manually using UI (18144ms)


  1 passing (18s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     18 seconds                                                                       │
  │ Spec Ran:     plugins/security-analytics-dashboards-plugin/rules_spec.js                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes     (1 second)
                          t\cypress\videos\plugins\security-analytics-dashboards-plug
                          in\rules_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/audit_log_spec.js                                            (51 of 57)


  0 passing (2ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/audit_log_spec.js                                               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\audit_log_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/auth_spec.js                                                 (52 of 57)


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/auth_spec.js                                                    │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\auth_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/get_started_spec.js                                          (53 of 57)


  0 passing (2ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/get_started_spec.js                                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\get_started_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/internalusers_spec.js                                        (54 of 57)


  0 passing (1ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/internalusers_spec.js                                           │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\internalusers_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/permissions_spec.js                                          (55 of 57)


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/permissions_spec.js                                             │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\permissions_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/roles_spec.js                                                (56 of 57)


  0 passing (2ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/roles_spec.js                                                   │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\roles_spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  plugins/security/tenants_spec.js                                              (57 of 57)


  0 passing (0ms)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        0                                                                                │
  │ Passing:      0                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     0 seconds                                                                        │
  │ Spec Ran:     plugins/security/tenants_spec.js                                                 │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: C:\Users\Administrator\opensearch-dashboards-functional-tes    (0 seconds)
                          t\cypress\videos\plugins\security\tenants_spec.js.mp4


====================================================================================================

  (Run Finished)


       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ √  core-opensearch-dashboards/opensear      00:36        5        5        -        -        - │
  │    ch-dashboards/apps/vis_builder/basi                                                         │
  │    c.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:20        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/dash                                                         │
  │    board.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:19        4        4        -        -        - │
  │    ch-dashboards/apps/vis_builder/expe                                                         │
  │    rimental.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:13        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/area.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:12        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/bar.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:12        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/line.spec.js                                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:12        1        1        -        -        - │
  │    ch-dashboards/apps/vis_builder/vis_                                                         │
  │    types/metric.spec.js                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear      00:29       34       34        -        -        - │
  │    ch-dashboards/dashboard_sanity_test                                                         │
  │    _spec.js                                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/1_create_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/2_datasource_table.spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  core-opensearch-dashboards/opensear        1ms        -        -        -        -        - │
  │    ch-dashboards/datasource-management                                                         │
  │    -plugin/3_update_datasource.spec.js                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:25        3        3        -        -        - │
  │    acknowledge_alerts_modal_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      02:26        5        5        -        -        - │
  │    alert_spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:26        2        2        -        -        - │
  │    alerts_dashboard_flyout_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:15        3        3        -        -        - │
  │    bucket_level_monitor_spec.js                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/alerting-dashboards-plugin/      01:15        6        6        -        -        - │
  │    cluster_metrics_monitor_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/alerting-dashboards-plugin/      02:03        7        6        1        -        - │
  │    query_level_monitor_spec.js                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:23        1        1        -        -        - │
  │    s-plugin/create_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:23        8        8        -        -        - │
  │    s-plugin/dashboard_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:09        5        5        -        -        - │
  │    s-plugin/detector_configuration_spe                                                         │
  │    c.js                                                                                        │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:23       11       11        -        -        - │
  │    s-plugin/detector_list_spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      01:26        6        6        -        -        - │
  │    s-plugin/historical_analysis_spec.j                                                         │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:09        4        4        -        -        - │
  │    s-plugin/overview_spec.js                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:09        2        2        -        -        - │
  │    s-plugin/real_time_results_spec.js                                                          │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/anomaly-detection-dashboard      00:16        3        3        -        -        - │
  │    s-plugin/sample_detector_spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/custom-import-map-dashboard      00:25        1        1        -        -        - │
  │    s/import_vector_map_tab.spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/gantt-chart-dashboards/gant      01:56        9        8        1        -        - │
  │    t_ui.spec.js                                                                                │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:33        3        3        -        -        - │
  │    -plugin/indices_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      01:24        5        5        -        -        - │
  │    -plugin/managed_indices_spec.js                                                             │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:41        5        5        -        -        - │
  │    -plugin/policies_spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:55        4        4        -        -        - │
  │    -plugin/rollups_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/index-management-dashboards      00:38        4        4        -        -        - │
  │    -plugin/transforms_spec.js                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/notifications-dashboards/1_      01:07       11       11        -        -        - │
  │    email_senders_and_groups.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/notifications-dashboards/2_      01:33       13       13        -        -        - │
  │    channels.spec.js                                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/0_      00:10        1        1        -        -        - │
  │    before.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/1_      02:30        8        7        1        -        - │
  │    trace_analytics_dashboard.spec.js                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/2_      01:01        7        7        -        -        - │
  │    trace_analytics_services.spec.js                                                            │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/3_      03:55        7        4        3        -        - │
  │    trace_analytics_traces.spec.js                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/4_      05:49       25       22        3        -        - │
  │    panels.spec.js                                                                              │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/5_      22:43       36       19       17        -        - │
  │    event_analytics.spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/6_      05:31       31       31        -        -        - │
  │    notebooks.spec.js                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/observability-dashboards/7_      08:48        8        5        3        -        - │
  │    app_analytics.spec.js                                                                       │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/observability-dashboards/8_      123ms        1        1        -        -        - │
  │    after.spec.js                                                                               │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ×  plugins/query-workbench-dashboards/      01:27       20       18        2        -        - │
  │    ui.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/01-creat      04:12       14       14        -        -        - │
  │    e.spec.js                                                                                   │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/02-edit.      01:22        3        3        -        -        - │
  │    spec.js                                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/03-detai      01:58        6        6        -        -        - │
  │    ls.spec.js                                                                                  │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/reports-dashboards/04-downl      01:16        5        5        -        -        - │
  │    oad.spec.js                                                                                 │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/search-relevance-dashboards      00:17        1        1        -        -        - │
  │    /1_query_compare.spec.js                                                                    │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security-analytics-dashboar      00:18        1        1        -        -        - │
  │    ds-plugin/rules_spec.js                                                                     │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/audit_log_spec.js         1ms        -        -        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/auth_spec.js              1ms        -        -        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/get_started_spec.j        1ms        -        -        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/internalusers_spec        1ms        -        -        -        -        - │
  │    .js                                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/permissions_spec.j        1ms        -        -        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/roles_spec.js             1ms        -        -        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ √  plugins/security/tenants_spec.js           1ms        -        -        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ×  8 of 57 failed (14%)                   1:26:31      346      315       31        -        -

error Command failed with exit code 31.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.


@AWSHurneyt
Copy link
Contributor

The test that failed for the alerting-dashboards-plugin is one that we've noticed is occasionally flaky when executed by github actions. The component examined by that test functions as expected. I've added that test to issue opensearch-project/alerting-dashboards-plugin#415 in which we're tracking flaky tests for fixing.

@mengweieric
Copy link
Contributor

Verified on windows platform w/o security plugin, and we can sign off for Gantt Charts, observability-dashboards, Query Workbench Dashboards. The failing tests for Gantt Charts and Query Workbench Dashboards are flaky, for observability-dashboards, some of them are failing because they are not yet updated for 2.4. We had a pending PR to update tests in FTR but not yet being merge in. That PR is to address flaky/failing tests, and we are working on getting it merge in soon.

@gaiksaya
Copy link
Member

gaiksaya commented Dec 10, 2022

Index Management with security:

failure log

2022-12-10 00:29:06 INFO     ===============================================
2022-12-10 00:29:06 INFO     Running integration tests for index-management
2022-12-10 00:29:06 INFO     ===============================================
2022-12-10 00:29:06 INFO     Executing "bash C:\Users\Administrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s true -v 2.4.1" in C:\Users\ADMINI~1\AppData\Local\Temp\2\tmpad_5fjae\index-management
2022-12-10 01:04:02 INFO     Recording component test results for index-management at C:\Users\Administrator\opensearch-build\test-results\9fbc0d7970fe494686e28c72b503ba36\integ-test\index-management\with-security\test-results
2022-12-10 01:04:02 INFO     Integration test run failed for component index-management
2022-12-10 01:04:02 INFO     OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test add policy" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test policy successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test explain index" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test delete policy" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17


Suite: Test class org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test add policy" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:4E9BDAAF6B71977A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.setupUsersAndRoles(IndexStateManagementSecurityBehaviorIT.kt:87)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test policy successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:A96E6FE3D053FB9C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.setupUsersAndRoles(IndexStateManagementSecurityBehaviorIT.kt:87)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test explain index" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:C4736A6C64DD9D9F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.setupUsersAndRoles(IndexStateManagementSecurityBehaviorIT.kt:87)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.test delete policy" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=America/Jamaica -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:DD883CF2C4669CED]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT.setupUsersAndRoles(IndexStateManagementSecurityBehaviorIT.kt:87)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpad_5fjae\index-management\build\testrun\integTest\temp\org.opensearch.indexmanagement.IndexStateManagementSecurityBehaviorIT_7EBA5D54E4046AFB-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=237, maxMBSortInHeap=5.525916628372929, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ms-MY, timezone=America/Jamaica
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=340007720,total=536870912
  2> NOTE: All tests run in this JVM: [IndexManagementIndicesIT, IndexStateManagementSecurityBehaviorIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test failed rollup execution user missing index access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test rollup access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test failed rollup creation user missing cluster privileges" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test delete rollup" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test rollup successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17


Suite: Test class org.opensearch.indexmanagement.RollupSecurityBehaviorIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test failed rollup execution user missing index access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:84B4105FA5EA800A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.RollupSecurityBehaviorIT.setupUsersAndRoles(RollupSecurityBehaviorIT.kt:75)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test rollup access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:BD08F82DEA922AB9]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.RollupSecurityBehaviorIT.setupUsersAndRoles(RollupSecurityBehaviorIT.kt:75)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test failed rollup creation user missing cluster privileges" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:1394688E3E2320CC]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.RollupSecurityBehaviorIT.setupUsersAndRoles(RollupSecurityBehaviorIT.kt:75)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test delete rollup" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:44CCEBC3EAE2142F]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.RollupSecurityBehaviorIT.setupUsersAndRoles(RollupSecurityBehaviorIT.kt:75)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.RollupSecurityBehaviorIT.test rollup successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=it-IT -Dtests.timezone=Singapore -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:A6E458BE8BFD2D6E]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.RollupSecurityBehaviorIT.setupUsersAndRoles(RollupSecurityBehaviorIT.kt:75)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpad_5fjae\index-management\build\testrun\integTest\temp\org.opensearch.indexmanagement.RollupSecurityBehaviorIT_7EBA5D54E4046AFB-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=906, maxMBSortInHeap=7.677855957859007, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=it-IT, timezone=Singapore
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=261684496,total=536870912
  2> NOTE: All tests run in this JVM: [IndexManagementIndicesIT, IndexStateManagementSecurityBehaviorIT, RollupSecurityBehaviorIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.SecurityBehaviorIT.test policy access based on the backend roles" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-MX -Dtests.timezone=Asia/Yakutsk -Druntime.java=17


Suite: Test class org.opensearch.indexmanagement.SecurityBehaviorIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.SecurityBehaviorIT.test policy access based on the backend roles" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-MX -Dtests.timezone=Asia/Yakutsk -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:C77BAAEF2FA798A6]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.SecurityBehaviorIT.setupUsersAndRoles(SecurityBehaviorIT.kt:55)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpad_5fjae\index-management\build\testrun\integTest\temp\org.opensearch.indexmanagement.SecurityBehaviorIT_7EBA5D54E4046AFB-001
  2> NOTE: test params are: codec=Lucene94, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-MX, timezone=Asia/Yakutsk
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=213817584,total=536870912
  2> NOTE: All tests run in this JVM: [IndexManagementIndicesIT, IndexStateManagementSecurityBehaviorIT, RollupSecurityBehaviorIT, SecurityBehaviorIT]

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test failed transform execution user missing index access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test delete transform" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test failed transform creation user missing cluster privileges" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test transform access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test stop transform" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17

REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test transform successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17


Suite: Test class org.opensearch.indexmanagement.TransformSecurityBehaviorIT
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test failed transform execution user missing index access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:7C4715A008A05CAB]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test delete transform" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:875C288602A99DA3]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test failed transform creation user missing cluster privileges" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:39D7D6E4087E063A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test transform access" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:B6FC57399664D08C]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test stop transform" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:6A1F796F73240E2A]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> REPRODUCE WITH: gradlew ':integTest' --tests "org.opensearch.indexmanagement.TransformSecurityBehaviorIT.test transform successful execution" -Dtests.seed=7EBA5D54E4046AFB -Dtests.security.manager=false -Dtests.locale=es-CU -Dtests.timezone=America/Havana -Druntime.java=17
  2> org.opensearch.client.ResponseException: method [PUT], host [https://localhost:9200], URI [/_plugins/_security/api/roles/helpdesk_role], status line [HTTP/1.1 500 Internal Server Error]
    {"status":"INTERNAL_SERVER_ERROR","message":"Security index not initialized"}
        at __randomizedtesting.SeedInfo.seed([7EBA5D54E4046AFB:85B13D31F041F233]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:375)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:345)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:320)
        at app//org.opensearch.indexmanagement.SecurityRestTestCase.createRole(SecurityRestTestCase.kt:455)
        at app//org.opensearch.indexmanagement.TransformSecurityBehaviorIT.setupUsersAndRoles(TransformSecurityBehaviorIT.kt:72)
  2> NOTE: leaving temporary files on disk at: C:\Users\Administrator\AppData\Local\Temp\2\tmpad_5fjae\index-management\build\testrun\integTest\temp\org.opensearch.indexmanagement.TransformSecurityBehaviorIT_7EBA5D54E4046AFB-001
  2> NOTE: test params are: codec=Asserting(Lucene94): {}, docValues:{}, maxPointsInLeafNode=916, maxMBSortInHeap=7.234149462341964, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-CU, timezone=America/Havana
  2> NOTE: Windows Server 2019 10.0 amd64/Eclipse Adoptium 17.0.5 (64-bit)/cpus=16,threads=1,free=428331760,total=536870912
  2> NOTE: All tests run in this JVM: [IndexManagementIndicesIT, IndexStateManagementSecurityBehaviorIT, RollupSecurityBehaviorIT, SecurityBehaviorIT, TransformSecurityBehaviorIT]

329 tests completed, 16 failed, 6 skipped

=== Standard output of node `node{::integTest-0}` ===

=== Standard error of node `node{::integTest-0}` ===

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':integTest'.
> There were failing tests. See the report at: file:///C:/Users/Administrator/AppData/Local/Temp/2/tmpad_5fjae/index-management/build/reports/tests/integTest/index.html

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 34m 55s

The test passed successfully for Index Management without security. Thanks!

@gaiksaya
Copy link
Member

SQL plugin required additional config . After adding the config the tests were successful for on all platforms.

@sbcd90
Copy link
Contributor

sbcd90 commented Dec 10, 2022

Security-Analytics fix for successful integration tests on windows. opensearch-project/security-analytics#176

@Angie-Zhang
Copy link
Contributor

Angie-Zhang commented Dec 12, 2022

Index-Management security test cases failing due to the test framework's defect. We create this issue to track and fix it.

@gaiksaya
Copy link
Member

Security Analytics found an issue in OpenSearch Release Candidate.

SA comes with a pre-packaged set of rules and these are defined as YML files and when a user tries to load them, will fail due to the path discrepancy in windows.

Due to this, we are rebuilding RC again. Thanks!

@gaiksaya
Copy link
Member

@gaiksaya
Copy link
Member

Able to install native plugins:

% ./opensearch-plugin install discovery-ec2
-> Installing discovery-ec2
-> Downloading discovery-ec2 from opensearch
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.SocketPermission * connect,resolve
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
-> Installed discovery-ec2 with folder name discovery-ec2

@gaiksaya
Copy link
Member

gaiksaya commented Dec 13, 2022

Signature looks good:

% gpg --verify opensearch-2.4.1-linux-x64.tar.gz.sig opensearch-2.4.1-linux-x64.tar.gz
gpg: Signature made Tue 13 Dec 2022 06:44:44 PM UTC using RSA key ID 542C03B4
gpg: Good signature from "OpenSearch project <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: C5B7 4989 65EF D1C2 924B  A9D5 39D3 1987 9310 D3FC
     Subkey fingerprint: 2187 3199 B103 0FCD 49DA  83F8 C2EE 2AF6 542C 03B4
% gpg --verify opensearch-dashboards-2.4.1-linux-x64.tar.gz.sig opensearch-dashboards-2.4.1-linux-x64.tar.gz
gpg: Signature made Tue 13 Dec 2022 06:41:27 PM UTC using RSA key ID 542C03B4
gpg: Good signature from "OpenSearch project <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: C5B7 4989 65EF D1C2 924B  A9D5 39D3 1987 9310 D3FC
     Subkey fingerprint: 2187 3199 B103 0FCD 49DA  83F8 C2EE 2AF6 542C 03B4

@rishabh6788
Copy link
Collaborator

verified docker and yum installation, everything working as expected.

[root@ip-172-31-24-246 ~]# curl https://localhost:9200/ -ku admin:admin
{
  "name" : "ip-172-31-24-246.eu-west-1.compute.internal",
  "cluster_name" : "opensearch",
  "cluster_uuid" : "aT4z9vEsS8WB6-9Qd7CIbg",
  "version" : {
    "distribution" : "opensearch",
    "number" : "2.4.1",
    "build_type" : "rpm",
    "build_hash" : "f2f809ea280ffba217451da894a5899f1cec02ab",
    "build_date" : "2022-12-12T22:18:25.929270635Z",
    "build_snapshot" : false,
    "lucene_version" : "9.4.2",
    "minimum_wire_compatibility_version" : "7.10.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

[root@ip-172-31-24-246 ~]# curl https://localhost:9200/_cat/plugins -ku admin:admin
ip-172-31-24-246.eu-west-1.compute.internal opensearch-alerting                  2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-anomaly-detection         2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-asynchronous-search       2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-cross-cluster-replication 2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-geospatial                2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-index-management          2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-job-scheduler             2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-knn                       2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-ml                        2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-neural-search             2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-notifications             2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-notifications-core        2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-observability             2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-performance-analyzer      2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-reports-scheduler         2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-security                  2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-security-analytics        2.4.1.0
ip-172-31-24-246.eu-west-1.compute.internal opensearch-sql                       2.4.1.0

@gaiksaya
Copy link
Member

We have released 2.4.1 successfully 🎉

@gaiksaya
Copy link
Member

All the post release tasks are completed. Closing this issue. Thanks!

@gaiksaya
Copy link
Member

gaiksaya commented Dec 16, 2022

@qreshi Notifications : opensearch-project/notifications#381
@AWSHurneyt Alerting Dashboards : opensearch-project/alerting-dashboards-plugin#415
@mengweieric Gantt Charts, observability-dashboards, Query Workbench Dashboards: opensearch-project/opensearch-dashboards-functional-test#399
@Angie-Zhang IM: opensearch-project/index-management#629

Can you tag the issues that being tracked for flaky tests with next release (possibly 2.5.0) so that they get resolved by then.
Thanks!
cc: @bbarani @CEHENKLE

@gaiksaya gaiksaya unpinned this issue Dec 16, 2022
@dreamer-89
Copy link
Member

dreamer-89 commented Dec 16, 2022

At times, release date changes towards the end of the release. With release notes are created during pre-release stage, there are chances that release date in notes is not correct. With 1.3.7 & 2.4.1 we identify that s/w release date slipped but the release date in the release notes wasn't. I propose to add one verification step inside Release to verify that release date is correct in the release notes.

1.3.7 Release Notes: opensearch-project/OpenSearch#5536
2.4.1 Release Notes: opensearch-project/OpenSearch#5549

CC @gaiksaya @rishabh6788

@gaiksaya
Copy link
Member

Hi @dreamer-89 ,

Now that I think about it, even if there is a verify release date check, the release date can still be changed after the code cut off date. That means the particular release tag won't be updated with recent changes. Is removing the release date from release notes an option here?

@dreamer-89
Copy link
Member

dreamer-89 commented Dec 17, 2022

Hi @dreamer-89 ,

Now that I think about it, even if there is a verify release date check, the release date can still be changed after the code cut off date. That means the particular release tag won't be updated with recent changes. Is removing the release date from release notes an option here?

Thanks @gaiksaya for your inputs.

even if there is a verify release date check, the release date can still be changed after the code cut off date

I think this is what this verification solves here. When release launch slips, verify release date is correct in release notes. If Release section is not the ideal place, may be we use Post-Release.

Is removing the release date from release notes an option here?

I am open to this option and we can discuss more here. Not sure how is this date consumed today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants