You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't work because it needs a setting and an SSL cert.
I'd like to include the test, but mark it as pending, not run it, and show the explanation of why it wasn't run.
What solution would you like?
We had #358 that would skip tests, but I'd actually like the test to run, but not fail.
In the test I want to write this:
- synopsis: Reindex from a remote cluster.pending: | SSL needs to be configured to trust itself. For this to work, will need to: 1. set reindex.remote.allowlist=localhost:9200 in docker-compose.yml 2. setup SSL in a way that the docker instance trusts its own certpath: /_reindexmethod: POST
Then at runtime it should say
IGNORED (error, SSL needs to be configured to trust itself.)
If the test were to pass, it would actually fail because it shouldn't have been marked pending.
Is your feature request related to a problem?
In writing tests for
_reindex
I tried the following.This doesn't work because it needs a setting and an SSL cert.
I'd like to include the test, but mark it as pending, not run it, and show the explanation of why it wasn't run.
What solution would you like?
We had #358 that would skip tests, but I'd actually like the test to run, but not fail.
In the test I want to write this:
Then at runtime it should say
If the test were to pass, it would actually fail because it shouldn't have been marked pending.
What alternatives have you considered?
The text was updated successfully, but these errors were encountered: