-
Notifications
You must be signed in to change notification settings - Fork 2
False passes in tests #6
Comments
There is a good chance this is caused by the |
It does. Pushed the change to master, which now fails:
|
I will try to have a look at it. |
Apparently 'effectively' fixes the tests (no idea why). I am now working on fixinf the code, so the tests pass. |
I am not sure if we now both have fixed stuff. I pushed the changes to That one could cause problems that are virtually undetectable. |
One
According to the elasticsearch documentation the GET indexname/typename/_search
{
"query": {
"fuzzy_like_this" : {
"fields" : ["test"],
"like_text" : "tree",
"fuzziness" : 0
}
}
} @nverwer can you confirm that this is a problem of elasticsearch? |
It appears that immutable specs are used together with scopes. This gives false positives; scopes always succeed. See this commit for the proof:
87c0d46
With this commit, the tests still pass.
It looks like something changed in newer specs2 versions, which is used for the Play 2.3 branch: https://github.com/Rhinofly/play-elasticsearch-client/tree/play-2.3
This branch does give errors during testing and it looks like they are real errors.
The text was updated successfully, but these errors were encountered: