-
Notifications
You must be signed in to change notification settings - Fork 181
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
Use prefix instead of different ports in redis database - incomplete #309
base: develop
Are you sure you want to change the base?
Conversation
…atmos-enhance-redis-database # Conflicts: # slips_files/core/database/_profile_flow.py # slips_files/core/database/database.py
hey @A-atmos i just rebased your branch to the latest develop the issue here is that no msgs are received in any channel because of the is_msg_intended_for() function in slips_utils thank you for the effort this is a really tough issue! |
Thank you for the appreciation. I'm doing my best to resolve this issue, but I'm still facing some issues in the integration tests. I moved the |
hey @A-atmos integration tests run on files in our dataset/, try to see which file is failing in the test and then run slips normally on that file and check what errors it gives you |
b2070d4
to
34ca085
Compare
For Issue: #207
This PR isn't ready to merge, but is here to ask for recommendation
This PR passes the database tests, but
alert.log
isn't created, which result in failing of other integration tests!