| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,8 +46,8 @@ class TestBigRepoR(TestBase): | |||
| 46 | 46 | """ | |
| 47 | 47 | ||
| 48 | 48 | #{ Invariants | |
| 49 | - head_sha_2k = '235d521da60e4699e5bd59ac658b5b48bd76ddca' | ||
| 50 | - head_sha_50 = '32347c375250fd470973a5d76185cac718955fd5' | ||
| 49 | + head_sha_2k = 'd9671e15703918048982c9ff4e2e0fef21ede320' | ||
| 50 | + head_sha_50 = 'ef9395f5ffe75f4e43d80cd1fa7b34c8a4db66fe' | ||
| 51 | 51 | #} END invariants | |
| 52 | 52 | ||
| 53 | 53 | @classmethod | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ class TestObjDBPerformance(TestBigRepoR): | |||
| 22 | 22 | large_data_size_bytes = 1000*1000*10 # some MiB should do it | |
| 23 | 23 | moderate_data_size_bytes = 1000*1000*1 # just 1 MiB | |
| 24 | 24 | ||
| 25 | - @with_bare_rw_repo | ||
| 25 | + @with_rw_repo('HEAD', bare=True) | ||
| 26 | 26 | def test_large_data_streaming(self, rwrepo): | |
| 27 | 27 | # TODO: This part overlaps with the same file in gitdb.test.performance.test_stream | |
| 28 | 28 | # It should be shared if possible | |
| Back | FazBrowse Home | New Git URL |
0 commit comments