OfirMos

Results 10 comments of OfirMos

This commit needs the assert_wrong_param_2 to pass CI and work properly

@MeirShpilraien Yes the libmr version in 1.6.13 is the same as on master and the version of libmr is tag: v1.0.2

Hi, Can you please send us a script which reproduce the problem? It's not clear what are the exact parameters you used in the unixtime and the start_time and end_time....

Hi @0x0tyy, can you pls provide us with gcc version. Thanks! in advance!

@0x0tyy in the meantime you can workaround this by adding the following code: #ifndef ushort typedef unsigned short ushort; /* Sys V compatibility */ #endif To src/consts.h in line 132

Hi [kshitijjolly-probo](https://github.com/kshitijjolly-probo), 1. Can you please share the Redis logs (redis-1.log) which should be located in /var/opt/redis/logs/ 2. Also if you can supply us with small reproduction script/steps it will...

Hi @kshitijjolly-probo, Can you pls also send me the /var/lib/redis/redistimeseries.so file you used. I need it for it's debug symbols to investigate the crash.

I've added logging here if the size is not multiple of 8 in 1.8.

Hi @Matteturtle09, can you pls share your command (reproduction steps)?

This commit needs this commit to work properly and pass CI: https://github.com/RedisGraph/redisgraph-py/pull/140