--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/6a888da4-e2db-4831-b65e-4ad9322ef15an%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/7909f756-f6fd-4991-b430-fa33833551b0n%40googlegroups.com.
Hi,
from what I understood you are trying to use the same definition for both, initial environments configuration and testing. My advice is to not do this. If you need a separate data sample (fixture) for testing then every test should have its own.
We use similar approach internally. For initial new environment preconfiguration our application prepopulates queues automatically via Management API from the data stored in Postgres DB. This can be changed into pure definition import if needed, but we chose to use database migrations to manage all data and metadata for environment instead.
For all local testing and integration tests developers write their own fixtures which then get attached to the test suite.
--
Vilius
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/7909f756-f6fd-4991-b430-fa33833551b0n%40googlegroups.com.