testsigmahq / testsigma

A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.
https://testsigma.com
Apache License 2.0
897 stars 187 forks source link

[Bug]: Install the Testsigma by docker-compose, happened problem stay at mysql container staring long time #80

Open tiandong19860806 opened 2 years ago

tiandong19860806 commented 2 years ago

Is there an existing issue for this?

What is the current behavior?

when I run script 'docker-compose up -d', there is start testsigma two container normal and not stay starting long time.


[docker@CNT7XATST01 docker-compose-yml]$ docker-compose up -d [+] Running 1/2 [+] Running 1/2stsigma_mysql Waiting 310.6s ⠿ Container testsigma_mysql Waiting 2749.7s ⠿ Container testsigma_server Created 0.1s

What is the expected behavior?

I expect result : it is start testsigma two container normal. (1) mysql container is startup normal. (2) testsigma container also is startup normal.

Steps To Reproduce

(1) OS version [root@CNT7XATST01 ~]# uname -a Linux CNT7XATST01 3.10.0-1160.el7.x86_64 https://github.com/testsigmahq/testsigma/pull/1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

(2) docker version [root@CNT7XATST01 ~]# docker --version Docker version 20.10.17, build 100c701 [root@CNT7XATST01 ~]# [root@CNT7XATST01 ~]# docker-compose --version Docker Compose version v2.9.0

(3) Testsigma install by docker as below cat > /home/app/testsigma-server/docker-compose-yml/docker-compose.yml << EOF version: "3.9" services: mysql: image: mysql:5.7 platform: linux/x86_64 container_name: testsigma_mysql restart: always volumes:

-- and detail steps , look below url https://github.com/testsigmahq/testsigma/discussions/79

Version

Testsigma Community Edition

tarun-testsigma commented 1 year ago

@tiandong19860806 Can you update to the latest version (2.7) and check. Also provide details of the OS version you are using if reproduced