lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

No output whatsoever, exit status 1 #639

Closed rulatir closed 3 years ago

rulatir commented 3 years ago

In a test setup that previously worked fine, I suddenly no longer get any output from busted, and it exits with status 1 after an amount of time indicating that it was definitely trying to do something.

If I specify a nonexistent root, it does terminate immediately and does print the expected error message.

Any hints for debugging this particular symptom, before I sit down to sculpting a repro?

rulatir commented 3 years ago

I am running with resty-cli, and the nginx process crashes in libc... probably not busted's fault, I'll keep investigating because I must get it to run.

rulatir commented 3 years ago

Bumping the base openresty image fixed this.