Closed montanero closed 11 years ago
If <daemon>true</daemon> the scripts declared within <sources> will not be executed.
This is impractical for the use case when you want to start and initialize the database in pre-integration-test
I looks like this was a race-condition where the database was being started asynchronously but it had not been completed before the sources are loaded.
If <daemon>true</daemon> the scripts declared within <sources> will not be executed.
This is impractical for the use case when you want to start and initialize the database in pre-integration-test