Home Explore Blog Models CI



server

total: 52, pass: 38, fail: 14

    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.

TOC

Cases

5387e6dec-mac
 

tested at: 2025-02-28T11:26:54.429209Z (293 days ago)

elapsed time: 370,689 ms

suite

fec3323ea-linux
 

tested at: 2025-03-01T12:48:39.169037Z (292 days ago)

elapsed time: 81,785 ms

suite

c5b003a21-linux
 

tested at: 2025-03-02T01:39:46.519770Z (291 days ago)

elapsed time: 81,872 ms

suite

7811aeb05-linux
 

tested at: 2025-03-03T19:29:08.807193Z (290 days ago)

elapsed time: 81,967 ms

suite

81df26c11-linux
 

tested at: 2025-03-03T21:49:32.573405Z (289 days ago)

elapsed time: 81,974 ms

suite

85ae32984-linux
 

tested at: 2025-03-04T22:05:09.327920Z (288 days ago)

elapsed time: 82,203 ms

suite

56f0686db-linux
 

tested at: 2025-03-06T00:32:55.162195Z (287 days ago)

elapsed time: 301,698 ms

Error

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`

suite

0d837ef41-linux
 

tested at: 2025-03-07T01:10:52.766008Z (286 days ago)

elapsed time: 301,688 ms

Error

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`

suite

98a44e386-linux
 

tested at: 2025-03-08T13:37:45.309833Z (285 days ago)

elapsed time: 74,699 ms

suite

bf63890c0-linux
 

tested at: 2025-03-09T00:38:56.569526Z (284 days ago)

elapsed time: 74,810 ms

suite

bf63890c0-windows
 

tested at: 2025-03-09T14:13:04.841105Z (284 days ago)

elapsed time: 11,213 ms

Error


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

suite

97b4dd02c-mac
 

tested at: 2025-03-10T11:01:50.525266Z (283 days ago)

elapsed time: 3,798 ms

Error

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.

suite

0550e1646-linux
 

tested at: 2025-03-10T22:06:31.618023Z (282 days ago)

elapsed time: 78,819 ms

suite

1ad288e5e-mac
 

tested at: 2025-03-12T11:49:54.685992Z (281 days ago)

elapsed time: 369,855 ms

suite

ee72580d7-linux
 

tested at: 2025-03-15T01:23:08.009762Z (278 days ago)

elapsed time: 79,136 ms

suite

ec6d09311-linux
 

tested at: 2025-03-21T01:05:42.480054Z (272 days ago)

elapsed time: 79,399 ms

suite

bac550a12-linux
 

tested at: 2025-03-23T22:32:14.898790Z (269 days ago)

elapsed time: 77,848 ms

suite

585c4f8ba-linux
 

tested at: 2025-03-31T22:46:05.278555Z (261 days ago)

elapsed time: 77,086 ms

suite

239d2df2c-linux
 

tested at: 2025-04-01T22:38:25.777417Z (260 days ago)

elapsed time: 76,202 ms

suite

90d1f221f-mac
 

tested at: 2025-04-02T11:15:28.201699Z (260 days ago)

elapsed time: 370,520 ms

suite

ca1d9b482-mac
 

tested at: 2025-04-03T11:32:16.038744Z (259 days ago)

elapsed time: 308,578 ms

Error

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.

suite

51578f8d5-mac
 

tested at: 2025-04-04T13:59:04.442731Z (258 days ago)

elapsed time: 367,207 ms

suite

376ca3ee4-linux
 

tested at: 2025-04-11T21:47:12.055124Z (250 days ago)

elapsed time: 79,568 ms

suite

04ee6286f-mac
 

tested at: 2025-05-09T11:29:30.226975Z (223 days ago)

elapsed time: 475,422 ms

suite

027a29d16-mac
 

tested at: 2025-05-14T14:26:51.020259Z (218 days ago)

elapsed time: 6,213 ms

Error


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

suite

adcf25624-linux
 

tested at: 2025-05-15T23:00:24.413178Z (216 days ago)

elapsed time: 3,929 ms

Error

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.

suite

7cebb43a6-linux
 

tested at: 2025-05-17T00:48:25.067654Z (215 days ago)

elapsed time: 136,914 ms

suite

ba3b6b026-linux
 

tested at: 2025-05-18T09:48:01.799303Z (214 days ago)

elapsed time: 4,886 ms

Error

{'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}}

suite

5ba0a12a6-mac
 

tested at: 2025-05-19T10:47:10.063082Z (213 days ago)

elapsed time: 9,773 ms

Error

{'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}}

suite

92df3569e-linux
 

tested at: 2025-05-20T00:59:40.946018Z (212 days ago)

elapsed time: 4,925 ms

Error

{'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}}

suite

3aa665352-linux
 

tested at: 2025-05-23T00:18:04.093493Z (209 days ago)

elapsed time: 3,228 ms

Error


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

suite

16a6c7ac3-linux
 

tested at: 2025-05-24T20:40:39.036733Z (208 days ago)

elapsed time: 137,829 ms

suite

774e5c41d-linux
 

tested at: 2025-05-29T21:31:38.721609Z (202 days ago)

elapsed time: 264,464 ms

suite

3c6b6ebe1-linux
 

tested at: 2025-05-31T05:38:30.224392Z (201 days ago)

elapsed time: 268,020 ms

suite

f0327eaea-linux
 

tested at: 2025-06-01T18:34:31.254192Z (200 days ago)

elapsed time: 126,050 ms

suite

bb69badeb-linux
 

tested at: 2025-06-02T00:08:14.271670Z (199 days ago)

elapsed time: 127,754 ms

suite

29a3bf1cb-linux
 

tested at: 2025-06-03T01:16:18.813157Z (198 days ago)

elapsed time: 128,227 ms

suite

7f979aa5e-mac
 

tested at: 2025-06-05T12:05:40.934810Z (196 days ago)

elapsed time: 402,080 ms

suite

0526d3e20-linux
 

tested at: 2025-06-05T16:46:27.585326Z (196 days ago)

elapsed time: 271,173 ms

suite

0526d3e20-windows
 

tested at: 2025-06-07T08:13:40.365332Z (194 days ago)

elapsed time: 111,193 ms

Error


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

suite

869568e0b-linux
 

tested at: 2025-06-09T20:06:53.014494Z (192 days ago)

elapsed time: 277,407 ms

suite

a5cdea9c6-mac
 

tested at: 2025-06-20T11:50:38.004891Z (181 days ago)

elapsed time: 445,572 ms

suite

3e136fdeb-mac
 

tested at: 2025-06-27T11:25:09.159801Z (174 days ago)

elapsed time: 476,078 ms

suite

a24618552-mac
 

tested at: 2025-07-09T12:03:26.241876Z (162 days ago)

elapsed time: 524,619 ms

suite

a0c02bb2e-linux
 

tested at: 2025-07-21T08:03:09.691900Z (150 days ago)

elapsed time: 333,710 ms

suite

a0c02bb2e-mac
 

tested at: 2025-07-21T11:53:02.138116Z (150 days ago)

elapsed time: 449,961 ms

suite

45d75cf09-linux
 

tested at: 2025-07-25T08:20:45.661982Z (146 days ago)

elapsed time: 343,497 ms

suite

ad17ef1a2-linux
 

tested at: 2025-08-01T14:20:52.926510Z (139 days ago)

elapsed time: 13,031 ms

Error

{'ragit_version': '0.4.2-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'Complete'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None} != {'ragit_version': '0.4.2-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None}
Traceback (most recent call last):
  File "/home/ubuntu/Documents/ragit/tests/tests.py", line 802, in <module>
    test()
  File "/home/ubuntu/Documents/ragit/tests/server.py", line 53, in server
    assert_eq_json("index.json", index_json)
  File "/home/ubuntu/Documents/ragit/tests/server.py", line 393, in assert_eq_json
    raise ValueError(f"{file.__repr__()} != {value.__repr__()}")
ValueError: {'ragit_version': '0.4.2-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'Complete'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None} != {'ragit_version': '0.4.2-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None}

suite

2f93225e4-mac
 

tested at: 2025-08-26T11:51:14.366171Z (114 days ago)

elapsed time: 11,053 ms

Error

{'ragit_version': '0.4.3-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'Complete'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None} != {'ragit_version': '0.4.3-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None}
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.3-dev/tests/tests.py", line 822, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.3-dev/tests/server.py", line 53, in server
    assert_eq_json("index.json", index_json)
  File "/Users/baehyunsol/Documents/Rust/ragit-versions/ragit-0.4.3-dev/tests/server.py", line 398, in assert_eq_json
    raise ValueError(f"{file.__repr__()} != {value.__repr__()}")
ValueError: {'ragit_version': '0.4.3-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'Complete'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None} != {'ragit_version': '0.4.3-dev', 'chunk_count': 0, 'staged_files': [], 'processed_files': {}, 'curr_processing_file': None, 'repo_url': None, 'ii_status': {'type': 'None'}, 'uid': {'high': 226965926617079404232257257017206136310, 'low': 98353210059702837338669213515912314881}, 'summary': None}

suite

ffc0eca96-mac
 

tested at: 2025-09-15T16:35:10.288703Z (94 days ago)

elapsed time: 428,133 ms

suite

adbbbfc43-linux
 

tested at: 2025-09-23T17:41:46.610984Z (86 days ago)

elapsed time: 346,181 ms

suite

b091d3349-linux
 

tested at: 2025-11-20T10:25:32.672961Z (28 days ago)

elapsed time: 323,356 ms

suite