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

Test the indexing of concurrent specimen uploads #160

Closed
alex-hancock opened this issue Jun 29, 2018 · 0 comments
Closed

Test the indexing of concurrent specimen uploads #160

alex-hancock opened this issue Jun 29, 2018 · 0 comments
Assignees

Comments

@alex-hancock
Copy link

There are multiple examples of two distinct bundles containing data for the same specimen. If two of these bundles are submitted concurrently, we want to ensure that Elasticsearch properly processes the two uploads.

This test fails if we see only one document indexed in the process (as its write operation is only on the data it read prior to the first operation's write).
This test succeeds if we see a log message that one of the processes retries and merges the document properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants