Skip to content

Commit 14e91e7

Browse files
tboergerlafriks
authored andcommitted
Hotfix for integration testing (go-gitea#2473)
* Hotfix for integration testing * Comment sqlite tests because of database locking issues
1 parent 842ee9e commit 14e91e7

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

integrations/mysql.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN_MODE = prod
33

44
[database]
55
DB_TYPE = mysql
6-
HOST = 127.0.0.1:3306
6+
HOST = mysql:3306
77
NAME = testgitea
88
USER = root
99
PASSWD =

integrations/pgsql.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN_MODE = prod
33

44
[database]
55
DB_TYPE = postgres
6-
HOST = 127.0.0.1:5432
6+
HOST = pgsql:5432
77
NAME = testgitea
88
USER = postgres
99
PASSWD = postgres

integrations/sqlite.ini

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ RUN_MODE = prod
33

44
[database]
55
DB_TYPE = sqlite3
6-
HOST = 127.0.0.1:3306
7-
NAME = testgitea
8-
USER = gitea
9-
PASSWD =
10-
SSL_MODE = disable
116
PATH = :memory:
127

138
[repository]

0 commit comments

Comments
 (0)