Skip to content

Releases: RedisLabsModules/RLTest

Version 0.7.7

11 Dec 17:10
81807e8

Choose a tag to compare

Changes

  • Return 0 done tests on skip or instance creation failure (#212)

Version 0.7.6

11 Dec 14:42
b5295ee

Choose a tag to compare

Changes

  • Added test timeout (#211)
  • Re-raise the error when failing loading a python script. (#210)
  • improved and enhanced release flow (#209)

Version 0.7.5

03 Dec 15:55
05ab1d2

Choose a tag to compare

Changes

  • Add password as a parameter for Env - [MOD-6117] (#208)

Version 0.7.4

21 Nov 20:06
26528b8

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

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

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

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

Choose a tag to compare

Changes

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

Version 0.6.0

02 Mar 16:44
15eb6e9

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

Choose a tag to compare

Changes

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