Skip to content

test: real Redis integration suite and CI service - #16

Merged
mamahoos merged 1 commit into
mainfrom
test/redis-integration
Aug 8, 2026
Merged

test: real Redis integration suite and CI service#16
mamahoos merged 1 commit into
mainfrom
test/redis-integration

Conversation

@mamahoos

@mamahoos mamahoos commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add `tests/integration/` against a real Redis server (`REDIS_URL`)
  • New workflow `redis-integration.yml` with `redis:7-alpine` service
  • Unit CI excludes `integration` marker; fakeredis stays for fast units
  • Fix overwrite race: write storage marker before aborting previous wait

Test plan

  • `pytest -m "not integration"` → 42 passed
  • `REDIS_URL=... pytest tests/integration -m integration` → 7 passed
  • GitHub Actions `Redis Integration` job green

Run live Redis tests against redis:7 in Actions, keep fakeredis for units,
and persist storage markers before aborting overwritten waits.
@mamahoos
mamahoos merged commit 0d43b87 into main Aug 8, 2026
@mamahoos
mamahoos deleted the test/redis-integration branch August 8, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant