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:
- A script that automates local pipeline run - i.e. starts dragonfly binary using
DRAGONFLY_PATHenvironment path, checks outhttps://github.com/luin/ioredispredefined tag (v5.2.3 and runs tests according to https://github.com/luin/ioredis/blob/main/.github/workflows/test.yml#L29 - 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 :)
- 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 .