Skip to content

Conversation

bpintea
Copy link
Collaborator

@bpintea bpintea commented Jun 30, 2020

This PR will have the integration testing app skip verification of
the SSL certificate Elasticsearch server uses (in case of indexing into
an HTTPS URL). This simplifies loading data into nodes with self-signed
or invalid certs.

The PR also now deletes the "old" templates and pipelines before
reindexing.

And finally, it generates indices with changed mappings for
Elasticsearch own test indices to match the field types used in ES
tests. (The "original" indices are still kept since they CSV
reconstruction tests are easier with them.)

This commit will have the integration testing app skip verification of
the SSL certificate Elasticsearch server uses (in case of indexing into
an HTTPS URL). This simplifies loading data into nodes with self-signed
or invalid certs.

The commit also now deletes the "old" templates and pipelines before
reindexing.

And finally, it generates indices with changed mappings for
Elasticsearch own test indices to match the field types used in ES
tests. (The "original" indices are still kept since they CSV
reconstruction tests are easier with them.)
@bpintea bpintea added v8.0.0-alpha1 >test PRs targeting exclusively the testing framework labels Jun 30, 2020
@bpintea bpintea requested review from droberts195 and edsavage June 30, 2020 19:13
Copy link
Contributor

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bpintea bpintea merged commit 8b320e3 into elastic:master Jul 1, 2020
@bpintea bpintea deleted the test/no_ssl_verify_and_remap_es_sql_test_data branch July 1, 2020 07:13
bpintea added a commit that referenced this pull request Oct 13, 2020
This commit will have the integration testing app skip verification of
the SSL certificate Elasticsearch server uses (in case of indexing into
an HTTPS URL). This simplifies loading data into nodes with self-signed
or invalid certs.

The commit also now deletes the "old" templates and pipelines before
reindexing.

And finally, it generates indices with changed mappings for
Elasticsearch own test indices to match the field types used in ES
tests. (The "original" indices are still kept since they CSV
reconstruction tests are easier with them.)

(cherry picked from commit 8b320e3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test PRs targeting exclusively the testing framework v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants