Skip to content

Releases: RedisLabsModules/RLTest

Version 0.7.4

21 Nov 20:06
26528b8
Compare
Choose a tag to compare

Changes

  • Allow setting no modules in env (#206)
  • Cache modules (#207)
  • minor improvements and fixes for release workflow (#205)

Version 0.7.3

15 Nov 14:15
3671409
Compare
Choose a tag to compare

Changes

  • Replace imp module with importlib (#202)
  • CI improvement (#203)
  • Revert 54d1b81 as it broke valgrind run. (#201)

Version 0.7.2

09 Oct 13:28
262b22a
Compare
Choose a tag to compare

Changes

  • Add --enable-protected-configs parameter to enable changing protected redis configs in redis >= 7 (#200)
  • poetry 1.5.1 (#199)
  • Make sure exceptions are counted as failures so they will cause printing verbose information (on failure). (#197)
  • Add --loglevel parameter that allows setting redis log level configuration (#194)

Version 0.7.1

20 Jun 06:00
54d1b81
Compare
Choose a tag to compare

Changes

  • Compact print; default protocol; gdb with shards (#191)
    • Print tests in compact form (compatible with --tests-file)
    • Added default protocol setting
    • Allow gdb (on master) on multiple shards/slaves (with --interactive-debugger)
  • Added the option to collect usefull information on failure and print it to stdout. (#192)

Version 0.7.0

11 May 09:38
bd1d8b4
Compare
Choose a tag to compare

Changes

  • Support for protocol version (RESP3) (#190)

Version 0.6.0

02 Mar 16:44
15eb6e9
Compare
Choose a tag to compare

Changes

  • Python: added 3.11, dropped 3.6; Picked up redis-py 4.5.1 (#189)

Version 0.5.12

25 Jan 18:07
eb2c8b8
Compare
Choose a tag to compare

Changes

  • Avoid waiting on connection when server is dead (#187)

Version 0.5.11

18 Dec 13:14
09ced57
Compare
Choose a tag to compare

Changes

  • pass password on tls cluster (#186)

Version 0.5.10

20 Nov 10:24
ff79442
Compare
Choose a tag to compare

Changes

  • Allow to set default Redis server port (#185)

Version 0.5.9

21 Oct 09:36
d884ccf
Compare
Choose a tag to compare

Changes