total: 11, pass: 9, fail: 2
server_chat [model] run `server_chat` test
It tests chat-related endpoints of ragit-server.
tested at: 2025-05-23T00:18:04.093493Z (23 days ago)
elapsed time: 2,382 ms
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 670, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 618, in <lambda>
("server_chat gemini-2.0-flash", lambda: server_chat(test_model="gemini-2.0-flash")),
File "/home/baehyunsol/Documents/ragit/tests/server_chat.py", line 32, in server_chat
create_user(id="test-user", password="secure-password")
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 192, in create_user
assert response.status_code == expected_status_code
AssertionError
tested at: 2025-05-24T20:40:39.036733Z (21 days ago)
elapsed time: 44,996 ms
tested at: 2025-05-29T21:31:38.721609Z (16 days ago)
elapsed time: 41,433 ms
tested at: 2025-05-31T05:38:30.224392Z (14 days ago)
elapsed time: 41,602 ms
tested at: 2025-06-01T18:34:31.254192Z (13 days ago)
elapsed time: 41,125 ms
tested at: 2025-06-02T00:08:14.271670Z (13 days ago)
elapsed time: 41,001 ms
tested at: 2025-06-03T01:16:18.813157Z (12 days ago)
elapsed time: 47,010 ms
tested at: 2025-06-05T12:05:40.934810Z (9 days ago)
elapsed time: 45,827 ms
tested at: 2025-06-05T16:46:27.585326Z (9 days ago)
elapsed time: 43,468 ms
tested at: 2025-06-07T08:13:40.365332Z (7 days ago)
elapsed time: 1,566,995 ms
Command '['cargo', 'run', '--release', '--no-default-features', '--', 'clone', 'http://ragit.baehyunsol.com/sample/rustc', 'sample1']' returned non-zero exit status 1.
Traceback (most recent call last):
File "C:\Users\baehy\ragit\tests\tests.py", line 720, in <module>
test()
~~~~^^
File "C:\Users\baehy\ragit\tests\tests.py", line 664, in <lambda>
("server_chat gemini-2.0-flash", lambda: server_chat(test_model="gemini-2.0-flash")),
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\baehy\ragit\tests\server_chat.py", line 22, in server_chat
cargo_run(["clone", "http://ragit.baehyunsol.com/sample/rustc", "sample1"])
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\baehy\ragit\tests\utils.py", line 87, in cargo_run
result = subprocess.run(args, **kwargs)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'clone', 'http://ragit.baehyunsol.com/sample/rustc', 'sample1']' returned non-zero exit status 1.
tested at: 2025-06-09T20:06:53.014494Z (5 days ago)
elapsed time: 44,318 ms