Skip to content
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

POST received events to status_url in channel status worker #46

Conversation

justinvdm
Copy link
Contributor

#44 adds a worker that consumes status events published by a transport. The plan is to change the worker to post received events to a status_url given to it via its config.

@justinvdm
Copy link
Contributor Author

Ready for review.

@justinvdm
Copy link
Contributor Author

So, the assert_was_logged appears to have been giving us false positives, fixing, not ready for review yet.


self.assertEqual(
dict((k, v) for k, v in body.iteritems()),
body)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little confused as to what this is actually doing. Is it not just comparing body to itself? Should we be comparing it to fields?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya, this looks wrong, should be comparing to fields, thanks, fixing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@justinvdm
Copy link
Contributor Author

Ok, ready for review again.

@rudigiesler
Copy link
Contributor

👍

@justinvdm justinvdm merged commit 53b92d2 into develop Oct 21, 2015
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.

2 participants