]> source.dussan.org Git - gitea.git/commit
add {{TEST_MINIO_ENDPOINT}} for local testing "with/without" docker + fix pgsql testi...
authorsommerf-lf <159693954+sommerf-lf@users.noreply.github.com>
Thu, 3 Oct 2024 01:00:56 +0000 (03:00 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 01:00:56 +0000 (01:00 +0000)
commit0b1b4030e66b1312fc9c0270f128bcf368f14178
tree217f9c784de11e3539f821475432eab5fbca4d29
parent4416a4199b3e6a1181c73893345be4ca8343d9b8
add {{TEST_MINIO_ENDPOINT}} for local testing "with/without" docker + fix pgsql testing doc (#32105)

while testing i found out that testing locally as documented in the
changed README.md for pgsql isn't working because of the minio
dependency. reworked this to by default be still docker, but allow for
for local with only minio in docker and testing on bare metal.
also depending on this: fixed docs for running pgsql test

Closes: #32168 (by changing documentation for pgsql tests)
Closes: #32169 (by changing documentation, Makefile & pgsql.ini.tmpl:
adding {{TEST_MINIO_ENDPOINT}})

sry for the combined pr, but when testing I ran into this issue and
first thought they were related and now finally address the same
problem: not beeing able to run pgsql integration tests as described in
the according README.md
Makefile
tests/integration/README.md
tests/integration/README_ZH.md
tests/pgsql.ini.tmpl