Closed cwperks closed 1 year ago
Closing this issue, I was running the integ tests incorrectly.
Integ tests must be run with demo security config + plugins.security.unsupported.restapi.allow_securityconfig_modification: true
in opensearch.yml
Re-opening this issue. The integ tests on main are consistently failing.
Its odd that its getting a 403 trying to add sample data because its supplying the correct credentials.
I was able to reproduce the same 403 on an EC2 instance after the high watermark was exceeded.
[2023-10-16T20:22:19,349][WARN ][o.o.c.r.a.DiskThresholdMonitor] [smoketestnode] Putting index create block on cluster as all nodes are breaching high disk watermark. Number of nodes above high watermark: 1.
[2023-10-16T20:22:19,352][WARN ][o.o.c.r.a.DiskThresholdMonitor] [smoketestnode] high disk watermark [90%] exceeded on [T0-F6uKuQuGuvwNsZ01Osw][smoketestnode][/home/ubuntu/opensearch/opensearch-3.0.0-SNAPSHOT/data/nodes/0] free: 4.7gb[9.7%], shards will be relocated away from this node; currently relocating away shards totalling [0] bytes; the node is expected to continue to exceed the high disk watermark when these relocations are complete
Closing this issue since https://github.com/opensearch-project/security-dashboards-plugin/pull/1613 has been merged.
On a few PRs I see integration test failures. The failing integration test suite is
saml_auth.test.ts
You can run this suite locally with:
yarn test:jest_server -- saml_auth.test.ts
Example: https://github.com/cwperks/security-dashboards-plugin/actions/runs/6509864918/job/17682323837
Relevant error messages
and