Victor Seva
Victor Seva
I think that, at least, redis:ping() should return false without error. Now there is no easy way to check the connection.
Preparation... ``` $ git clone https://salsa.debian.org/lua-team/lua-unit.git Cloning into 'lua-unit'... remote: Enumerating objects: 757, done. remote: Counting objects: 100% (115/115), done. remote: Compressing objects: 100% (75/75), done. remote: Total 757 (delta...
lets try again... Preparation: ``` git clone https://salsa.debian.org/lua-team/lua-unit.git docker pull debian:sid docker run -it --rm -v $(pwd)/lua-unit:/code:rw --name deb-sid debian:sid /bin/bash ``` Inside docker ``` root@f1e0f747f502:/# apt update && apt...
@bluebird75 I pushed an image with everything needed commands outside docker: ``` /tmp/luaunit # git clone https://salsa.debian.org/lua-team/lua-unit.git Cloning into 'lua-unit'... remote: Enumerating objects: 757, done. remote: Counting objects: 100% (115/115),...
- I've been using LuaUnit since 2013 - around 150 tests - lua framework for our kamailio configuration - [lua-ngcp-kamailio](https://github.com/sipwise/lua-ngcp-kamailio) - I was coming from python and I was quite...
Still failling on sparc64 https://buildd.debian.org/status/architecture.php?a=sparc64&suite=sid 1.3.1
for [1.4.6](https://buildd.debian.org/status/fetch.php?pkg=sngrep&arch=sparc64&ver=1.4.6-1&stamp=1542037962&raw=0) too
for [1.6.0](https://buildd.debian.org/status/fetch.php?pkg=sngrep&arch=sparc64&ver=1.6.0-1&stamp=1662188638&raw=0) too
``` make[3]: Entering directory '//tests' gcc -DHAVE_CONFIG_H -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security -c -o test_001.o test_001.c gcc -DHAVE_CONFIG_H -I. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE...
Yes, we have [this is the list](https://github.com/sipwise/kamailio/blob/mr9.5.3/debian/patches/series) for this particular version https://github.com/sipwise/kamailio/tree/mr9.5.3/debian/patches There's not changes on tm in this version. Is exactly the same code as vanilla 5.5.1