mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 13:51:35 +01:00 
			
		
		
		
	Prevent intermittent failures in RepoIndexerTest (2) (#19229)
So whilst #19225 fixes one issue it caused another. We need to initialise the Git module first. Related #19225 Fix #19162 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
		
							parent
							
								
									42fe076084
								
							
						
					
					
						commit
						d3dbdbe6c5
					
				| @ -12,6 +12,7 @@ import ( | ||||
| 
 | ||||
| 	repo_model "code.gitea.io/gitea/models/repo" | ||||
| 	"code.gitea.io/gitea/models/unittest" | ||||
| 	"code.gitea.io/gitea/modules/git" | ||||
| 	"code.gitea.io/gitea/modules/queue" | ||||
| 	"code.gitea.io/gitea/modules/setting" | ||||
| 
 | ||||
| @ -26,6 +27,10 @@ func TestMain(m *testing.M) { | ||||
| } | ||||
| 
 | ||||
| func TestRepoStatsIndex(t *testing.T) { | ||||
| 	if err := git.Init(context.Background()); !assert.NoError(t, err) { | ||||
| 		return | ||||
| 	} | ||||
| 
 | ||||
| 	assert.NoError(t, unittest.PrepareTestDatabase()) | ||||
| 	setting.Cfg = ini.Empty() | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user