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

Write unit tests for the indexer #15

Closed
caaespin opened this issue Apr 20, 2018 · 1 comment
Closed

Write unit tests for the indexer #15

caaespin opened this issue Apr 20, 2018 · 1 comment
Assignees

Comments

@caaespin
Copy link

We should have a set of tests for the indexer

@alex-hancock
Copy link

There are three types of unit tests we'd like to run:

  1. Consistency check - does the indexed data resemble the input data?
  2. Update verification - new bundles overwrite old bundles, old bundles have no effect on new bundles.
  3. Concurrent specimen indexing - if two different bundles are submitted that apply to the same specimen, does the result in the index reference both bundles?

Each of these tests are covered in their own issue:

  1. Consistency check - Test indexer consistency #158
  2. Update verification - Verify indexed updates are processed in order #159
  3. Concurrent specimen indexing - Test the indexing of concurrent specimen uploads #160

@theathorn theathorn added the azul label Jul 2, 2018
NoopDog pushed a commit that referenced this issue Mar 16, 2023
* Initial structure. List and Detail pages + utils hooks. #3

* Container components + services + models. #3

* Adding List Page. #4

* Json component. #3

* Adding transformer and viewModels. #3

* Adding comments. #3

* Changing projectShortName to projectTitle. #3

* LinkTable component + list transformer. #4

* Fix. #4

* Adding vscode folder to gitignore #3

* generating static html

* adding prettier

* Config eslint

* Adding husky pre-commit. #8

* husky fixes. #8

* setting correct folder

* Build all detail pages. #9
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

4 participants