-
Notifications
You must be signed in to change notification settings - Fork 28
Refactor docker ioc used in testing recceiver #127
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
Conversation
6cce958 to
3f45f0c
Compare
anderslindho
left a comment
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.
It's an improvement overall, but I would like to see also server/tests/ioc/*.db go down from 2 to 1, and it would be nice if we could get rid of the manual CHANNEL_COUNTs and instead base that on some param fed to the test setup fn(s)
It's also a bit odd that we have to manually match CHANNEL_NAME in tests - you may as well set the entire record name as a macro and just use the same definition
eae2a01 to
eaa58fd
Compare
|
anderslindho
left a comment
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.
It's an improvement, but I think my previous summary review comment still stands



Pre PR for #126 based on code review on that one.