sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

XML fixtures and table lock #156

Closed craigwillis85 closed 6 years ago

craigwillis85 commented 9 years ago

Hi

I have several fixtures that I'm using to populate my database with test data.

I'm having an issue where I'm getting a table lock when my tests run. The issue always seems to be when truncating data. Possibly data is trying to be inserted/truncated before the previous task was completed.

Is there a possible way around this? Maybe a check to make sure the truncate and inserting has completed?

Thanks

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.