total: 26, pass: 24, fail: 2
query_options [model] run `query_options` test
It tests various option flags of `rag query`.
tested at: 2025-03-21T01:05:42.480054Z (86 days ago)
elapsed time: 7,512 ms
tested at: 2025-03-23T22:32:14.898790Z (83 days ago)
elapsed time: 5,610 ms
tested at: 2025-03-31T22:46:05.278555Z (75 days ago)
elapsed time: 8,885 ms
tested at: 2025-04-01T22:38:25.777417Z (74 days ago)
elapsed time: 10,526 ms
tested at: 2025-04-02T11:15:28.201699Z (73 days ago)
elapsed time: 10,829 ms
tested at: 2025-04-03T11:32:16.038744Z (72 days ago)
elapsed time: 11,781 ms
tested at: 2025-04-04T13:59:04.442731Z (71 days ago)
elapsed time: 11,173 ms
tested at: 2025-04-11T21:47:12.055124Z (64 days ago)
elapsed time: 6,185 ms
tested at: 2025-05-09T11:29:30.226975Z (36 days ago)
elapsed time: 9,532 ms
tested at: 2025-05-14T14:26:51.020259Z (31 days ago)
elapsed time: 8,873 ms
tested at: 2025-05-15T23:00:24.413178Z (30 days ago)
elapsed time: 6,640 ms
tested at: 2025-05-17T00:48:25.067654Z (29 days ago)
elapsed time: 5,599 ms
tested at: 2025-05-18T09:48:01.799303Z (27 days ago)
elapsed time: 5,313 ms
tested at: 2025-05-19T10:47:10.063082Z (26 days ago)
elapsed time: 9,394 ms
tested at: 2025-05-20T00:59:40.946018Z (26 days ago)
elapsed time: 5,804 ms
tested at: 2025-05-23T00:18:04.093493Z (23 days ago)
elapsed time: 92,386 ms
Command '['cargo', 'run', '--release', '--', 'query', 'In which city did Baehyunsol live?']' returned non-zero exit status 1.
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 634, in <lambda>
("query_options llama3.3-70b", lambda: query_options(test_model="llama3.3-70b")),
File "/home/baehyunsol/Documents/ragit/tests/query_options.py", line 17, in query_options
assert "ragit" in cargo_run(["query", "In which city did Baehyunsol live?"], stdout=True).lower()
File "/home/baehyunsol/Documents/ragit/tests/utils.py", line 77, 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', '--', 'query', 'In which city did Baehyunsol live?']' returned non-zero exit status 1.
tested at: 2025-05-24T20:40:39.036733Z (21 days ago)
elapsed time: 5,559 ms
tested at: 2025-05-29T21:31:38.721609Z (16 days ago)
elapsed time: 8,260 ms
tested at: 2025-05-31T05:38:30.224392Z (14 days ago)
elapsed time: 7,479 ms
tested at: 2025-06-01T18:34:31.254192Z (13 days ago)
elapsed time: 4,672 ms
tested at: 2025-06-02T00:08:14.271670Z (13 days ago)
elapsed time: 5,644 ms
tested at: 2025-06-03T01:16:18.813157Z (12 days ago)
elapsed time: 5,071 ms
tested at: 2025-06-05T12:05:40.934810Z (9 days ago)
elapsed time: 8,919 ms
tested at: 2025-06-05T16:46:27.585326Z (9 days ago)
elapsed time: 8,148 ms
tested at: 2025-06-07T08:13:40.365332Z (7 days ago)
elapsed time: 758 ms
Command '['cargo', 'run', '--release', '--no-default-features', '--', 'config', '--set', 'model', 'llama3.3-70b']' 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 680, in <lambda>
("query_options llama3.3-70b", lambda: query_options(test_model="llama3.3-70b")),
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\baehy\ragit\tests\query_options.py", line 13, in query_options
cargo_run(["config", "--set", "model", test_model])
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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', '--', 'config', '--set', 'model', 'llama3.3-70b']' returned non-zero exit status 1.
tested at: 2025-06-09T20:06:53.014494Z (5 days ago)
elapsed time: 7,784 ms