Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a e2e test check to verify we maintain data integrity #1582

Merged
merged 3 commits into from
Aug 16, 2019

Conversation

pebrc
Copy link
Collaborator

@pebrc pebrc commented Aug 15, 2019

This check indexes a few documents into a test index and verifies after
the cluster mutation has happened that the data is still there.

Why not use go-elasticsearch? Turns out it does not work well with dep, so until we move to modules that is not an option.

Related to #1156
Fixes #608

pebrc added 3 commits August 15, 2019 20:25
This check indexes a few documents into a test index and verifies after
the cluster mutation has happened that the data is still there.
Copy link
Contributor

@charith-elastic charith-elastic left a comment

Choose a reason for hiding this comment

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

LGTM

@pebrc pebrc merged commit 0fa1aa8 into elastic:master Aug 16, 2019
@pebrc pebrc added the >test Related to unit/integration/e2e tests label Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Related to unit/integration/e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

e2e tests: add support for data integrity tests
2 participants