redict/tests
Guy Benoish 2deb55512f ld2string should fail if string contains \0 in the middle
This bug affected RM_StringToLongDouble and HINCRBYFLOAT.
I added tests for both cases.

Main changes:
1. Fixed string2ld to fail if string contains \0 in the middle
2. Use string2ld in getLongDoubleFromObject - No point of
   having duplicated code here

The two changes above broke RM_SaveLongDouble/RM_LoadLongDouble
because the long double string was saved with length+1 (An innocent
mistake, but it's actually a bug - The length passed to
RM_SaveLongDouble should not include the last \0).
2020-01-30 18:15:17 +05:30
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration incrbyfloat: fix issue #5256 ttl lost after propagate 2019-12-18 15:44:51 +08:00
modules ld2string should fail if string contains \0 in the middle 2020-01-30 18:15:17 +05:30
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support test infra: improve prints on failed assertions 2019-10-29 17:38:12 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit ld2string should fail if string contains \0 in the middle 2020-01-30 18:15:17 +05:30
instances.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
test_helper.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00