You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when running unit tests using module-db
My tests pass when the are run individually, when I run them as a suite only the first test passes, but other tests fail.
My configurations are as follow:
- Db:
dsn: 'mysql:host=localhost;dbname=test'user: 'root'password: ''dump: 'tests/_data/database/empty_db.sql'populate: true # run populator before all testscleanup: true # run populator before each testreconnect: truepopulator: 'mysql -u $user -h $host $dbname < $dump'skip_cleanup_if_failed: true,initial_queries:
- 'CREATE DATABASE IF NOT EXISTS test;'
- 'USE test;'
and the output that I see on the screen is just normal:
I have a problem when running unit tests using module-db
My tests pass when the are run individually, when I run them as a suite only the first test passes, but other tests fail.
My configurations are as follow:
and the output that I see on the screen is just normal:
can you please check and let me know
Best regards,
Firas
The text was updated successfully, but these errors were encountered: