Skip to content

fix SplitProcessor targetField test#26178

Merged
talevy merged 1 commit intoelastic:masterfrom
talevy:fix-split-test
Aug 11, 2017
Merged

fix SplitProcessor targetField test#26178
talevy merged 1 commit intoelastic:masterfrom
talevy:fix-split-test

Conversation

@talevy
Copy link
Copy Markdown
Contributor

@talevy talevy commented Aug 11, 2017

This test was too lenient with its randomization of targetFieldName and
resulting in a conflict with the original existing fields. This commit
fixes that.

Closes #26177.

This test was too lenient with its randomization of targetFieldName and
resulting in a conflict with the original existing fields. This commit
fixes that.

Closes elastic#26177.
@talevy talevy added :Distributed/Ingest Node Execution or management of Ingest Pipelines >test Issues or PRs that are addressing/adding tests v6.0.0 v6.1.0 v7.0.0 labels Aug 11, 2017
@talevy talevy requested a review from andyb-elastic August 11, 2017 20:49
Copy link
Copy Markdown
Contributor

@andyb-elastic andyb-elastic left a comment

Choose a reason for hiding this comment

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

Thanks, I figured that's what was happening but went down a dead end looking at where fieldName came from instead

@talevy talevy merged commit 10c3c1a into elastic:master Aug 11, 2017
@talevy talevy deleted the fix-split-test branch August 11, 2017 23:18
talevy added a commit that referenced this pull request Aug 11, 2017
This test was too lenient with its randomization of targetFieldName and
resulting in a conflict with the original existing fields. This commit
fixes that.

Closes #26177.
talevy added a commit that referenced this pull request Aug 11, 2017
This test was too lenient with its randomization of targetFieldName and
resulting in a conflict with the original existing fields. This commit
fixes that.

Closes #26177.
jasontedor added a commit to jasontedor/elasticsearch that referenced this pull request Aug 14, 2017
* master: (30 commits)
  Rewrite range queries with open bounds to exists query (elastic#26160)
  Fix eclipse compilation problem (elastic#26170)
  Epoch millis and second formats parse float implicitly (Closes elastic#14641) (elastic#26119)
  fix SplitProcessor targetField test (elastic#26178)
  Fixed typo in README.textile (elastic#26168)
  Fix incorrect class name in deleteByQuery docs (elastic#26151)
  Move more token filters to analysis-common module
  reindex: automatically choose the number of slices (elastic#26030)
  Fix serialization of the `_all` field. (elastic#26143)
  percolator: Hint what clauses are important in a conjunction query based on fields
  Remove unused Netty-related settings (elastic#26161)
  Remove SimpleQueryStringIT#testPhraseQueryOnFieldWithNoPositions.
  Tests: reenable ShardReduceIT#testIpRange.
  Allow `ClusterState.Custom` to be created on initial cluster states (elastic#26144)
  Teach the build about betas and rcs (elastic#26066)
  Fix wrong header level
  inner hits: Unfiltered nested source should keep its full path
  Document how to import Lucene Snapshot libs when elasticsearch clients (elastic#26113)
  Use `global_ordinals_hash` execution mode when sorting by sub aggregations. (elastic#26014)
  Make the README use a single type in examples. (elastic#26098)
  ...
@lcawl lcawl removed the v6.1.0 label Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Ingest Node Execution or management of Ingest Pipelines >test Issues or PRs that are addressing/adding tests v6.0.0-beta2 v7.0.0-beta1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] SplitProcessorTests.testSplitWithTargetField fails on processor execution

4 participants