Skip to content

test_weighted_search fail in ailab-db #90

@k-allagbe

Description

@k-allagbe

Description

Test test_weighted_search is failing:

Run python -m unittest discover -s tests
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): openaipublic.blob.core.windows.net:443
DEBUG:urllib3.connectionpool:[https://openaipublic.blob.core.windows.net:443](https://openaipublic.blob.core.windows.net/) "GET /encodings/cl100k_base.tiktoken HTTP/1.1" 200 1681126
INFO:ailab.db:Connecting to ***
FINFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
.INFO:ailab.db:Connecting to ***
...INFO:ailab.db:Connecting to ***
.
======================================================================
Database connection failed.
FAIL: test_weighted_search (test_db_api.TestDBAPI.test_weighted_search)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/ailab-db/ailab-db/tests/test_db_api.py", line 44, in test_weighted_search
    self.assertEqual(len(result[0]['result']), test.MATCH_COUNT)
AssertionError: 3 != 10

----------------------------------------------------------------------
Ran 11 tests in 13.509s

FAILED (failures=1)
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions