Skip to content

Commit

Permalink
The routing change to use murmurhash3 has changed the scores in the s…
Browse files Browse the repository at this point in the history
…croll tests

See elastic/elasticsearch#7954
  • Loading branch information
clintongormley committed Nov 5, 2014
1 parent a91e054 commit 886dd64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions t/70_Helper/50_scroll.t
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SKIP: {
}
},
total => 50,
max_score => num( 1.6, 0.2 ),
max_score => num( 1.6, 0.5 ),
aggs => bool(1),
facets => bool(1),
suggest => bool(1),
Expand All @@ -96,7 +96,7 @@ SKIP: {
}
},
total => 50,
max_score => num( 1.6, 0.2 ),
max_score => num( 1.6, 0.5 ),
aggs => bool(1),
facets => bool(1),
suggest => bool(1),
Expand Down
4 changes: 2 additions & 2 deletions t/70_Helper_Async/50_scroll.t
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SKIP: {
on_results => \&on_results
},
total => 50,
max_score => num( 1.6, 0.2 ),
max_score => num( 1.6, 0.5 ),
facets => bool(1),
aggs => bool(1),
suggest => bool(1),
Expand All @@ -93,7 +93,7 @@ SKIP: {
on_results => \&on_results
},
total => 50,
max_score => num( 1.6, 0.2 ),
max_score => num( 1.6, 0.5 ),
facets => bool(1),
aggs => bool(1),
suggest => bool(1),
Expand Down

0 comments on commit 886dd64

Please sign in to comment.