-
Notifications
You must be signed in to change notification settings - Fork 5
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 test coverage for es_list #50
Labels
Comments
codekiln
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Nov 13, 2018
codekiln
added a commit
that referenced
this issue
Nov 17, 2018
codekiln
added a commit
that referenced
this issue
Nov 17, 2018
* we can't hardcode the index numbers, since the primary key will change according to how many tests have created indexes * created helper methods for generating the expected tables from es_list #50 add test coverage for es_list
codekiln
added a commit
that referenced
this issue
Nov 18, 2018
* add helper methods for asserting contents of table * we can't hardcode the index numbers, since the primary key will change according to how many tests have created indexes * created helper methods for generating the expected tables from es_list * fix problem with docker image failing to work because of xpack, which isn't being used anyway * separate out `delete_dem_index_from_es` from `destroy_dem_index` for use in testing * create `list_es_doc_counts` which is more efficient than looking them up for each index anyway * exclude indexes that start with a period #50 add test coverage for es_list #58 ignore indexes with a dot in name in es_list --es-only and es_dangerous_reset
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
es_list
is one area that is still missing from coverage:this task is to add coverage to
es_list
.The text was updated successfully, but these errors were encountered: