distributedio / redis-integration-tests

The redis automated test for titan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

  • You need to install tcl 8.5 or higher(same as redis 5.0.5)
  • After testing, you need to cleanup the test data by sending flushdb commands or manually deleting it before you can test other types.

command:

tclsh test_helper.tcl --single <test file path> --host <ip> --port <port> --auth <token>
  • single # Specify a test file in ./unit or ./unit/type directory, eg : --single unit/type/string
  • host # the server's ip which we need to test
  • port # the server's port which we need to test
  • auth # the token

About

The redis automated test for titan

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Tcl 99.0%Language:C 0.9%Language:Makefile 0.1%