orgalorg icon indicating copy to clipboard operation
orgalorg copied to clipboard

run_tests freeze the centos 7 OS

Open tjyang opened this issue 9 years ago • 3 comments

I have a test centos 7 VMWare VM and the test phase will hang the OS. May I know what is the OS dist/version that works ?

[pi@centos7 orgalorg]$ make
./run_tests
[build] building test go binary... ok.
[hastur] checking and initializing hastur...   -

tjyang avatar Jul 30 '16 15:07 tjyang

@tjyang wow, very strange. It works on Arch Linux.

kovetskiy avatar Jul 30 '16 16:07 kovetskiy

I have another centos 7 on vmware workstation which behave better. I was able to break out the haning test phase by control+C. The other one is on ESXi 5.5 which freeze the whole OS !!.

tjyang avatar Jul 31 '16 03:07 tjyang

@tjyang: My best guess is that systemd-nspawn is not working properly inside ESXi.

Tests are based on the hastur, which by itself uses lightweight systemd-nspawn to launch isolated sshd instances.

hastur now only supports system with systemd-nspawn and pacman/pacstrap available (commonly, Arch Linux).

seletskiy avatar Aug 04 '16 06:08 seletskiy