mozilla-ai / lumigator

Source code for Mozilla.ai's Lumigator platform
https://mozilla-ai.github.io/lumigator/
Apache License 2.0
63 stars 7 forks source link

Make test fails locally due to failed integration tests for datasets #403

Open veekaybee opened 2 days ago

veekaybee commented 2 days ago

Describe the bug

System Information (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Fetch main
  2. go to root of repo
  3. Run make test

Expected behavior All tests should run and pass in a clean state from main.

Screenshots

=============================================================== short test summary info ===============================================================
FAILED tests/int_test_datasets.py::test_sdk_healthcheck_ok - assert False
FAILED tests/int_test_datasets.py::test_get_datasets_remote_ok - requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
FAILED tests/int_test_datasets.py::test_dataset_lifecycle_remote_ok - requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
FAILED tests/int_test_datasets.py::test_job_lifecycle_remote_ok - requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Additional context