total: 41, pass: 29, fail: 12
server run `server` test
It tests endpoints related to a repository. It first pushes a
repository and fetches data (chunks, images, files, ...) from
the server.
tested at: 2025-02-28T11:26:54.429209Z (106 days ago)
elapsed time: 370,689 ms
tested at: 2025-03-01T12:48:39.169037Z (105 days ago)
elapsed time: 81,785 ms
tested at: 2025-03-02T01:39:46.519770Z (105 days ago)
elapsed time: 81,872 ms
tested at: 2025-03-03T19:29:08.807193Z (103 days ago)
elapsed time: 81,967 ms
tested at: 2025-03-03T21:49:32.573405Z (103 days ago)
elapsed time: 81,974 ms
tested at: 2025-03-04T22:05:09.327920Z (102 days ago)
elapsed time: 82,203 ms
tested at: 2025-03-06T00:32:55.162195Z (101 days ago)
elapsed time: 301,698 ms
failed to compile `ragit-server`
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 504, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 38, in server
raise Exception("failed to compile `ragit-server`")
Exception: failed to compile `ragit-server`
tested at: 2025-03-07T01:10:52.766008Z (100 days ago)
elapsed time: 301,688 ms
failed to compile `ragit-server`
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 504, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 38, in server
raise Exception("failed to compile `ragit-server`")
Exception: failed to compile `ragit-server`
tested at: 2025-03-08T13:37:45.309833Z (98 days ago)
elapsed time: 74,699 ms
tested at: 2025-03-09T00:38:56.569526Z (98 days ago)
elapsed time: 74,810 ms
tested at: 2025-03-09T14:13:04.841105Z (97 days ago)
elapsed time: 11,213 ms
Traceback (most recent call last):
File "C:\Users\baehy\ragit\tests\tests.py", line 504, in <module>
test()
~~~~^^
File "C:\Users\baehy\ragit\tests\server.py", line 42, in server
index_json = request_json("index")
File "C:\Users\baehy\ragit\tests\server.py", line 122, in request_json
assert response.status_code == 200
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
tested at: 2025-03-10T11:01:50.525266Z (96 days ago)
elapsed time: 3,798 ms
Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/repo1/']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 504, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/server.py", line 41, in server
cargo_run(["push", "--configs", "--prompts", "--remote=http://127.0.0.1/test-user/repo1/"])
File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, in cargo_run
result = subprocess.run(args, **kwargs)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/repo1/']' returned non-zero exit status 1.
tested at: 2025-03-10T22:06:31.618023Z (96 days ago)
elapsed time: 78,819 ms
tested at: 2025-03-12T11:49:54.685992Z (94 days ago)
elapsed time: 369,855 ms
tested at: 2025-03-15T01:23:08.009762Z (92 days ago)
elapsed time: 79,136 ms
tested at: 2025-03-21T01:05:42.480054Z (86 days ago)
elapsed time: 79,399 ms
tested at: 2025-03-23T22:32:14.898790Z (83 days ago)
elapsed time: 77,848 ms
tested at: 2025-03-31T22:46:05.278555Z (75 days ago)
elapsed time: 77,086 ms
tested at: 2025-04-01T22:38:25.777417Z (74 days ago)
elapsed time: 76,202 ms
tested at: 2025-04-02T11:15:28.201699Z (73 days ago)
elapsed time: 370,520 ms
tested at: 2025-04-03T11:32:16.038744Z (72 days ago)
elapsed time: 308,578 ms
Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/sample-empty/']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/server.py", line 61, in server
cargo_run(["push", "--configs", "--prompts", f"--remote=http://127.0.0.1/test-user/{repo}/"])
File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, in cargo_run
result = subprocess.run(args, **kwargs)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/sample-empty/']' returned non-zero exit status 1.
tested at: 2025-04-04T13:59:04.442731Z (71 days ago)
elapsed time: 367,207 ms
tested at: 2025-04-11T21:47:12.055124Z (64 days ago)
elapsed time: 79,568 ms
tested at: 2025-05-09T11:29:30.226975Z (36 days ago)
elapsed time: 475,422 ms
tested at: 2025-05-14T14:26:51.020259Z (31 days ago)
elapsed time: 6,213 ms
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.0-dev/tests/tests.py", line 597, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.0-dev/tests/server.py", line 38, in server
create_user(id="test-user", password="12345678")
File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.0-dev/tests/server.py", line 186, in create_user
assert response.status_code == 200
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
tested at: 2025-05-15T23:00:24.413178Z (30 days ago)
elapsed time: 3,929 ms
Command '['cargo', 'run', '--release', '--', 'meta', '--set', 'whatever-key', 'whatever-value']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 621, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 47, in server
cargo_run(["meta", "--set", "whatever-key", "whatever-value"])
File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 70, in cargo_run
result = subprocess.run(args, **kwargs)
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'meta', '--set', 'whatever-key', 'whatever-value']' returned non-zero exit status 1.
tested at: 2025-05-17T00:48:25.067654Z (29 days ago)
elapsed time: 136,914 ms
tested at: 2025-05-18T09:48:01.799303Z (27 days ago)
elapsed time: 4,886 ms
{'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 630, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 51, in server
assert_eq_json("index.json", index_json)
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 266, in assert_eq_json
raise ValueError(f"{file.__repr__()} != {value.__repr__()}")
ValueError: {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
tested at: 2025-05-19T10:47:10.063082Z (26 days ago)
elapsed time: 9,773 ms
{'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 630, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/server.py", line 51, in server
assert_eq_json("index.json", index_json)
File "/Users/baehyunsol/Documents/Rust/ragit/tests/server.py", line 266, in assert_eq_json
raise ValueError(f"{file.__repr__()} != {value.__repr__()}")
ValueError: {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
tested at: 2025-05-20T00:59:40.946018Z (26 days ago)
elapsed time: 4,925 ms
{'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 650, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 51, in server
assert_eq_json("index.json", index_json)
File "/home/baehyunsol/Documents/ragit/tests/server.py", line 266, in assert_eq_json
raise ValueError(f"{file.__repr__()} != {value.__repr__()}")
ValueError: {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': None} != {'ragit_version': '0.4.0-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}}
tested at: 2025-05-23T00:18:04.093493Z (23 days ago)
elapsed time: 3,228 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/server.py", line 38, in server
create_user(id="test-user", password="12345678")
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: 137,829 ms
tested at: 2025-05-29T21:31:38.721609Z (16 days ago)
elapsed time: 264,464 ms
tested at: 2025-05-31T05:38:30.224392Z (14 days ago)
elapsed time: 268,020 ms
tested at: 2025-06-01T18:34:31.254192Z (13 days ago)
elapsed time: 126,050 ms
tested at: 2025-06-02T00:08:14.271670Z (13 days ago)
elapsed time: 127,754 ms
tested at: 2025-06-03T01:16:18.813157Z (12 days ago)
elapsed time: 128,227 ms
tested at: 2025-06-05T12:05:40.934810Z (9 days ago)
elapsed time: 402,080 ms
tested at: 2025-06-05T16:46:27.585326Z (9 days ago)
elapsed time: 271,173 ms
tested at: 2025-06-07T08:13:40.365332Z (7 days ago)
elapsed time: 111,193 ms
Traceback (most recent call last):
File "C:\Users\baehy\ragit\tests\tests.py", line 720, in <module>
test()
~~~~^^
File "C:\Users\baehy\ragit\tests\server.py", line 52, in server
index_json = get_json(url="index", repo=repo)
File "C:\Users\baehy\ragit\tests\server.py", line 311, in get_json
return rest_api(
method="GET",
...<7 lines>...
parse_response=parse_response,
)
File "C:\Users\baehy\ragit\tests\server.py", line 297, in rest_api
assert response.status_code == expected_status_code
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
tested at: 2025-06-09T20:06:53.014494Z (5 days ago)
elapsed time: 277,407 ms