total: 12, pass: 7, fail: 5
real_repos_regression run `real_repos_regression` test
I ran `python3 tests.py real_repos` and was surprised to see
it throwing so many errors. Many of them were ragit's fault. So
I created this test, which tries to reproduce all the errors
found in the `real_repos` test.
tested at: 2025-05-20T00:59:40.946018Z (26 days ago)
elapsed time: 2,525 ms
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 650, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/real_repos_regression.py", line 157, in real_repos_regression
assert count_files() == (len(reproductions), 1, len(reproductions) - 1) # (total, staged, processed)
AssertionError
tested at: 2025-05-23T00:18:04.093493Z (23 days ago)
elapsed time: 2,527 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/real_repos_regression.py", line 157, in real_repos_regression
assert count_files() == (len(reproductions), 1, len(reproductions) - 1) # (total, staged, processed)
AssertionError
tested at: 2025-05-24T20:40:39.036733Z (21 days ago)
elapsed time: 2,543 ms
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 672, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/real_repos_regression.py", line 157, in real_repos_regression
assert count_files() == (len(reproductions), 1, len(reproductions) - 1) # (total, staged, processed)
AssertionError
tested at: 2025-05-29T21:31:38.721609Z (16 days ago)
elapsed time: 16,908 ms
tested at: 2025-05-31T05:38:30.224392Z (14 days ago)
elapsed time: 16,889 ms
tested at: 2025-06-01T18:34:31.254192Z (13 days ago)
elapsed time: 2,416 ms
Traceback (most recent call last):
File "/home/baehyunsol/Documents/ragit/tests/tests.py", line 709, in <module>
test()
File "/home/baehyunsol/Documents/ragit/tests/real_repos_regression.py", line 159, in real_repos_regression
assert count_files() == (len(reproductions), 1, len(reproductions) - 1) # (total, staged, processed)
AssertionError
tested at: 2025-06-02T00:08:14.271670Z (13 days ago)
elapsed time: 12,571 ms
tested at: 2025-06-03T01:16:18.813157Z (12 days ago)
elapsed time: 12,595 ms
tested at: 2025-06-05T12:05:40.934810Z (9 days ago)
elapsed time: 18,960 ms
tested at: 2025-06-05T16:46:27.585326Z (9 days ago)
elapsed time: 16,755 ms
tested at: 2025-06-07T08:13:40.365332Z (7 days ago)
elapsed time: 8,136 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\real_repos_regression.py", line 159, in real_repos_regression
assert count_files() == (len(reproductions), 1, len(reproductions) - 1) # (total, staged, processed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
tested at: 2025-06-09T20:06:53.014494Z (5 days ago)
elapsed time: 16,969 ms