moseszane168 6cc2c01268
Update the docker compose file (#7524)
* Update the docker compose file to make /Tests/tests_all.sh can run successfully.

* Create database gorm in the compose file.

* Fix connection failure to local GaussDB instance (127.0.0.1:9950) that resulted in
"unexpected EOF" errors during initialization in tests.
2025-08-04 12:07:30 +08:00
..
2020-07-28 14:46:48 +08:00
2024-05-08 12:07:58 +08:00
2023-06-01 15:22:21 +08:00
2025-05-25 15:40:40 +08:00
2025-05-25 15:40:40 +08:00
2022-03-24 09:31:58 +08:00
2024-05-08 12:07:58 +08:00
2025-06-05 19:34:13 +08:00
2020-02-23 09:38:51 +08:00
2022-07-14 14:55:54 +08:00
2022-07-14 14:55:54 +08:00

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh