dragonflydb/dragonfly

end-to-end tests for ioredis and dragonfly

開放

#383 建立於 2022年10月12日

 (6 則留言) (1 個反應) (0 位負責人)C++ (1,177 個分叉)batch import
enhancementgood first issuehacktoberfesthelp wanted

倉庫指標

星標
 (30,465 顆星)
PR 合併指標
 (平均合併 2天 11小時) (30 天內合併 201 個 PR)

描述

We already have pytests under tests/dragonfly.

I would like to add support for node-js tests. Specifically, start with ioredis tests.

Ideally, I would like to have the following deliverables:

  1. A script that automates local pipeline run - i.e. starts dragonfly binary using DRAGONFLY_PATH environment path, checks out https://github.com/luin/ioredis predefined tag (v5.2.3 and runs tests according to https://github.com/luin/ioredis/blob/main/.github/workflows/test.yml#L29
  2. a README.md that explains how to run the script and how to install the prerequisites. I do not know nodejs, so README should level with me :)
  3. Bonus: our own nodejs test that runs against a running dragonfly process (can start/stop using DRAGONFLY_PATH) and uncovers a specific scenario. For example, PUB/SUB use-case reported in #382 .

貢獻者指南