ai-cfia / ailab-db

database related scripts and setup
MIT License
1 stars 0 forks source link

`test_weighted_search` fail in `ailab-db` #90

Open k-allagbe opened 6 months ago

k-allagbe commented 6 months ago

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.
ibrahim-kabir commented 5 months ago

I get an error on the same test but sonner than your log: image