opendistro-for-elasticsearch / opendistro-build

🧰 Open Distro Build Scripts
https://opendistro.github.io/
Apache License 2.0
344 stars 175 forks source link

Hook up integration test for Index Management Kibana Plugin #704

Open bowenlan-amzn opened 3 years ago

bowenlan-amzn commented 3 years ago

Request adding integration test for Index Management Kibana plugin to the build workflow with and without security plugin

With security: yarn run cypress run --env security_enabled=true WIthout security: yarn run cypress run

Index Management Cypress PR

gaiksaya commented 3 years ago

Hi @bowenlan-amzn ,

I was working on adding the above integration tests in build workflows however it appears that the tests are flaky. The below tests passed when I reran it: TAR with security: https://github.com/opendistro-for-elasticsearch/opendistro-build/runs/2188572814?check_suite_focus=true

These ones are constant either failing or passing for now: Failing tests: RPM with no security: https://github.com/opendistro-for-elasticsearch/opendistro-build/actions/runs/684530878 TAR with no security: https://github.com/opendistro-for-elasticsearch/opendistro-build/actions/runs/684355635

Passing tests: RPM with security: https://github.com/opendistro-for-elasticsearch/opendistro-build/actions/runs/684541062 DEB with security: https://github.com/opendistro-for-elasticsearch/opendistro-build/actions/runs/684453251/workflow DEB without security: https://github.com/opendistro-for-elasticsearch/opendistro-build/actions/runs/684493940

Can you please look into it and let me know the next steps? Thanks!