Running Cypress e2e tests on Stage #4889
Annotations
5 errors
test_kb.test_kb[aws-us-east-2-1]:
nuclia_e2e/nuclia_e2e/tests/test_kb.py#L320
AssertionError: assert 'climate change' in 'not enough data to answer this.'
+ where 'not enough data to answer this.' = <built-in method lower of str object at 0x7fa7f06a9de0>()
+ where <built-in method lower of str object at 0x7fa7f06a9de0> = 'Not enough data to answer this.'.lower
+ where 'Not enough data to answer this.' = <built-in method decode of bytes object at 0x7fa7f0962370>()
+ where <built-in method decode of bytes object at 0x7fa7f0962370> = b'Not enough data to answer this.'.decode
+ where b'Not enough data to answer this.' = AskAnswer(answer=b'Not enough data to answer this.', object=None, learning_id='4e46537ba2c141199e84a3127f39917d', rela..._best_matches=None, status='no_context', prompt_context=None, relations=None, predict_request=None, error_details=None).answer
|
test_da_tasks.test_da_agent_tasks[europe-1-e2e-test-labeler]:
nua/e2e/regional/test_da_tasks.py#L122
AssertionError: Internal Server Error
assert 500 == 200
+ where 500 = <ClientResponse(https://europe-1.nuclia.cloud/api/v1/dataset/a451eb11-dae3-4457-bbed-5aeb70dd5c90/task/start) [500 Int...nvoy-upstream-service-time': '323', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000')>\n.status
|
test_kb.test_kb[europe-1]:
nuclia_e2e/nuclia_e2e/tests/test_kb.py#L279
nucliadb_sdk.v2.exceptions.UnknownError: Unknown error connecting to API: 500: {"detail":"Internal Server Error"}
|
|
test_kb.test_kb[aws-us-east-2-1]:
nuclia_e2e/nuclia_e2e/tests/test_kb.py#L320
AssertionError: assert 'climate change' in 'not enough data to answer this.'
+ where 'not enough data to answer this.' = <built-in method lower of str object at 0x7f48d4d8bcd0>()
+ where <built-in method lower of str object at 0x7f48d4d8bcd0> = 'Not enough data to answer this.'.lower
+ where 'Not enough data to answer this.' = <built-in method decode of bytes object at 0x7f48d4ca17f0>()
+ where <built-in method decode of bytes object at 0x7f48d4ca17f0> = b'Not enough data to answer this.'.decode
+ where b'Not enough data to answer this.' = AskAnswer(answer=b'Not enough data to answer this.', object=None, learning_id='5a74efb9235a49d885a2c68422c9cbcf', rela..._best_matches=None, status='no_context', prompt_context=None, relations=None, predict_request=None, error_details=None).answer
|