Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Update tests to run with multiple elasticsearch versions #123

Merged
merged 8 commits into from
Mar 23, 2017

Conversation

popravich
Copy link
Contributor

  • Enabled tags: 1.7, 2.4, 5.2.
  • Fixed most 5.x compatibility issues;
  • Add stored_fields in mget, search, explain;
  • Add wait_for_no_relocating_shards parameter in health;
  • Add filter, token_filter, char_filter params in analyze;
  • Add force_merge (renamed optimize);
  • Add ignore_idle_threads param in hot_threads;
  • Some small fixes;

@codecov-io
Copy link

codecov-io commented Mar 23, 2017

Codecov Report

Merging #123 into master will increase coverage by 1.49%.
The diff coverage is 95.88%.

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   94.98%   96.47%   +1.49%     
==========================================
  Files          10       10              
  Lines        1256     1333      +77     
  Branches       15       48      +33     
==========================================
+ Hits         1193     1286      +93     
+ Misses         56       37      -19     
- Partials        7       10       +3
Impacted Files Coverage Δ
tests/test_cluster.py 100% <100%> (ø) ⬆️
tests/test_indices.py 97.4% <100%> (+2.05%) ⬆️
tests/test_cat.py 100% <100%> (ø) ⬆️
tests/test_pool.py 99.25% <100%> (ø) ⬆️
tests/test_snapshot.py 72.6% <66.66%> (-0.38%) ⬇️
tests/test_nodes.py 90.9% <83.33%> (-9.1%) ⬇️
tests/conftest.py 86.81% <87.17%> (+1.09%) ⬆️
tests/test_client.py 98.98% <97.89%> (+4.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43429b5...e68c75e. Read the comment docs.

@popravich popravich merged commit a739c15 into master Mar 23, 2017
@popravich popravich deleted the multi_version branch March 23, 2017 14:40
@popravich
Copy link
Contributor Author

Related to #48, #72, #112.
Fixes #73

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

Successfully merging this pull request may close these issues.

2 participants