Page MenuHomePhabricator

CCC: Test rcwatcher.py (dry run)
Closed, ResolvedPublic

Description

Dry test rcwatcher.py to check for any runtime issues, like what was discovered previously when rcworker.py was dry tested (T88, T89). For this dry test, it will be necessary to temporarily comment out redis.rpush(REDIS_KEY, ImageObj(json.loads(change))), which pushes the change to the redis queue; it should be temporarily replaced with a print statement (e.g. showing the file title).

Revisions and Commits