Skip to content
Triggered via schedule September 28, 2024 03:18
Status Failure
Total duration 4m 13s
Artifacts

tests.yml

on: schedule
Matrix: Tests / Tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Tests / Tests (3.9, postgresql14, opensearch2): tests/resources/test_resources.py#L101
test_query_errors assert 200 == 400 + where 200 = <WrapperTestResponse streamed [200 OK]>.status_code
Tests / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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 / Tests (3.9, postgresql14, opensearch2): 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)/*'}} ? +
Tests / Tests (3.12, postgresql14, opensearch2): tests/resources/test_resources.py#L101
test_query_errors assert 200 == 400 + where 200 = <WrapperTestResponse streamed [200 OK]>.status_code
Tests / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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 / Tests (3.12, postgresql14, opensearch2): 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)/*'}} ? +