-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis Integration Tests #543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit to make the linter happy, but otherwise this seems like a clear improvement. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, but is it enough for testing the trigger (i.e closes #179)? Or should I handle some other cases? I'll get on this after work :) |
I think ideally we would also check that the message echoed to stdout matches the input, but that would require more structural changes to the way stdio is managed in the engine. |
f4e2247
to
35d9de0
Compare
Note: I added |
Signed-off-by: Mitchell Hynes <ecumene@users.noreply.github.com>
35d9de0
to
25d1daf
Compare
Added the changes for the |
Once CI finishes, I'll merge! Thanks again!! |
closes #179