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).
Description
Description
Revisions and Commits
Revisions and Commits
Restricted Diffusion Commit |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | TheSandDoctor | T91 CCC: Test rcwatcher.py (dry run) | |||
Resolved | TheSandDoctor | T92 VPS: Install SSEclient | |||
Resolved | TheSandDoctor | T93 CCC: Screen out "WARNING: Empty message found" prior to pushing to redis | |||
Resolved | TheSandDoctor | T94 CCC: ImageObj fed wrong format | |||
Resolved | TheSandDoctor | T95 CCC: ImageObj string indices must be integers |