Integration tests to validate data going to OpenSearch #3678
Labels
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Milestone
Is your feature request related to a problem? Please describe.
We were recently concerned that Data Prepper was sending invalid data to OpenSearch. It turns out we don't have test cases to verify many different data combinations are correctly sent to OpenSearch.
Describe the solution you'd like
Create new tests in the OpenSearch integration tests (
OpenSearchIT
) to test various data combinations.Examples:
long
1234567891011121314
(this was the value that originally initiated this; see [BUG] Large values do not display correctly in OpenSearch Dashboards OpenSearch-Dashboards#5485)null
int
null
boolean
true
false
null
string
double
null
float
null
Any other values that may possibly have issues being serialized or sent to OpenSearch.
The text was updated successfully, but these errors were encountered: