Deploying Rasa X on Kubernetes,,UserWarning, Starting Rasa X server... 🚀

Hi All, I tried to deploy Rasa X on Kubernetes, but I am getting below error and blocked here. Can someone please help me?

INFO:alembic.runtime.migration:Context impl PostgresqlImpl. INFO:alembic.runtime.migration:Will assume transactional DDL. Starting Rasa X server… :rocket: /usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from tests/conversation_tests.md: File ‘tests/conversation_tests.md’ does not exist. Please, make sure you have end-to-end tests added to your assistant. See Test Your Assistant for more information. UserWarning,

Thanks!

Hi @pradeepbatchu, this shouldn’t be a problem, it’s a warning that you don’t have conversation tests, not an actual error. Does this actually affect the running of the server? Can you still access the UI and do what you need to do?