Two long integration tests failed on Ray.
xzdandy opened this issue · 0 comments
Search before asking
- I have searched the EvaDB issues and found no similar bug report.
Bug
FAILED test/integration_tests/long/test_model_train.py::ModelTrainTests::test_sklearn_regression - evadb.executor.executor_utils.ExecutorError: Error while upserting entry to FunctionCostCatalog: Multiple rows were found when one or none was required
FAILED test/integration_tests/long/test_reuse.py::ReuseTest::test_reuse_chatgpt - AssertionError: <evadb.models.storage.batch.Batch object at 0x7f505bae40d0> != <evadb.models.storage.batch.Batch object at 0x7f4f04529820> : Without reuse dummyllm.response
0 What is the fruit described in this sentence The color of apple is red
1 What is the fruit described in this sentence The color of banana is yellow
With reuse dummyllm.response
0 What is the fruit described in this sentence The color of banana is yellow
1 What is the fruit described in this sentence The color of apple is red
= 2 failed, 132 passed, 31 skipped, 6 deselected, 1 xfailed, 1 xpassed, 20 warnings in 1668.11s (0:27:48) =
Environment
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!