CI #18
Annotations
10 errors
tests/resources/test_resources.py#L101
test_query_errors
assert 200 == 400
+ where 200 = <WrapperTestResponse streamed [200 OK]>.status_code
|
tests/services/test_service_queryparser.py#L31
test_extra_params
AssertionError: assert {'query_strin...query': 'a*'}} == {'query_strin...'query': 'a'}}
Differing items:
{'query_string': {'fields': ['title'], 'query': 'a*'}} != {'query_string': {'fields': ['title'], 'query': 'a'}}
Full diff:
- {'query_string': {'fields': ['title'], 'query': 'a'}}
+ {'query_string': {'fields': ['title'], 'query': 'a*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[(new your city) OR (big apple)]
AssertionError: assert {'query_strin...big apple)*'}} == {'query_strin...(big apple)'}}
Differing items:
{'query_string': {'query': '(new your city) OR (big apple)*'}} != {'query_string': {'query': '(new your city) OR (big apple)'}}
Full diff:
- {'query_string': {'query': '(new your city) OR (big apple)'}}
+ {'query_string': {'query': '(new your city) OR (big apple)*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax["a phrase"]
assert {'query_strin..."a phrase"*'}} == {'query_strin...'"a phrase"'}}
Differing items:
{'query_string': {'query': '"a phrase"*'}} != {'query_string': {'query': '"a phrase"'}}
Full diff:
- {'query_string': {'query': '"a phrase"'}}
+ {'query_string': {'query': '"a phrase"*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[status:active]
AssertionError: assert {'query_strin...tus:active*'}} == {'query_strin...atus:active'}}
Differing items:
{'query_string': {'query': 'status:active*'}} != {'query_string': {'query': 'status:active'}}
Full diff:
- {'query_string': {'query': 'status:active'}}
+ {'query_string': {'query': 'status:active*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[author:"John Smith"]
assert {'query_strin...ohn Smith"*'}} == {'query_strin...John Smith"'}}
Differing items:
{'query_string': {'query': 'author:"John Smith"*'}} != {'query_string': {'query': 'author:"John Smith"'}}
Full diff:
- {'query_string': {'query': 'author:"John Smith"'}}
+ {'query_string': {'query': 'author:"John Smith"*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[book.\\*:(quick OR brown)]
AssertionError: assert {'query_strin... OR brown)*'}} == {'query_strin...k OR brown)'}}
Differing items:
{'query_string': {'query': 'book.\\*:(quick OR brown)*'}} != {'query_string': {'query': 'book.\\*:(quick OR brown)'}}
Full diff:
- {'query_string': {'query': 'book.\\*:(quick OR brown)'}}
+ {'query_string': {'query': 'book.\\*:(quick OR brown)*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[_exists_:title]
AssertionError: assert {'query_strin...sts_:title*'}} == {'query_strin...ists_:title'}}
Differing items:
{'query_string': {'query': '_exists_:title*'}} != {'query_string': {'query': '_exists_:title'}}
Full diff:
- {'query_string': {'query': '_exists_:title'}}
+ {'query_string': {'query': '_exists_:title*'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[qu?ck bro*]
AssertionError: assert {'query_strin...qu?ck bro**'}} == {'query_strin...'qu?ck bro*'}}
Differing items:
{'query_string': {'query': 'qu?ck bro**'}} != {'query_string': {'query': 'qu?ck bro*'}}
Full diff:
- {'query_string': {'query': 'qu?ck bro*'}}
+ {'query_string': {'query': 'qu?ck bro**'}}
? +
|
tests/services/test_service_queryparser.py#L72
test_valid_syntax[name:/joh?n(ath[oa]n)/]
AssertionError: assert {'query_strin...ath[oa]n)/*'}} == {'query_strin...(ath[oa]n)/'}}
Differing items:
{'query_string': {'query': 'name:/joh?n(ath[oa]n)/*'}} != {'query_string': {'query': 'name:/joh?n(ath[oa]n)/'}}
Full diff:
- {'query_string': {'query': 'name:/joh?n(ath[oa]n)/'}}
+ {'query_string': {'query': 'name:/joh?n(ath[oa]n)/*'}}
? +
|
This job failed
Loading