You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=================================== FAILURES ===================================
_______ TestInfinity.test_import_with_different_size[131072-check_data0] _______
python/test_pysdk/test_py_import.py:423: in test_import_with_different_size
res = table_obj.import_data(test_csv_dir)
python/infinity_http.py:439: in import_data
self.raise_exception(r)
python/infinity_http.py:92: in raise_exception
raise InfinityException(resp_json["error_code"], resp_json["error_message"])
E infinity.common.InfinityException: (7012, 'Parser error: Error: parse integer: @src/scheduler/fragment_context.cpp:1417')
----------------------------- Captured stdout call -----------------------------
[{'name': 'c1', 'type': 'int'}, {'name': 'c2', 'type': 'varchar'}]
500 7012 Parser error: Error: parse integer: @src/scheduler/fragment_context.cpp:1417
=========================== short test summary info ============================
FAILED python/test_pysdk/test_py_import.py::TestInfinity::test_import_with_different_size[131072-check_data0]
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
===== 1 failed, 1802 passed, 22 skipped, 6 deselected in 429.68s (0:07:09) =====
Note: this script must be run under root directory of the project.
Start Http Api testing...
python test path is /infinity/python
start pysdk test with not complex and not slow
/usr/local/venv310/bin/python3 -m pytest --tb=short -x -m "not complex and not slow" /infinity/python/test_pysdk --http
An error occurred: None
Error:
Is there an existing issue for the same bug?
Version or Commit ID
ed44fa9
Other environment information
No response
Actual behavior and How to reproduce it
Failure:
The github action link : https://github.com/infiniflow/infinity/actions/runs/11271970225/job/31345925651?pr=2007
Expected behavior
Test passes.
Additional information
No response
The text was updated successfully, but these errors were encountered: