bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
22 stars 23 forks source link

Seeder not completed #12

Closed antenemy closed 3 years ago

antenemy commented 3 years ago

stucked in:

Seeding: Webkul\DataFaker\Database\Seeders\CustomerAddressTableDataSeeder Seeded: Webkul\DataFaker\Database\Seeders\CustomerAddressTableDataSeeder (1.05 seconds) Seeding: Webkul\DataFaker\Database\Seeders\ProductCategoryTableDataSeeder Seeded: Webkul\DataFaker\Database\Seeders\ProductCategoryTableDataSeeder (0.04 seconds) Seeding: Webkul\DataFaker\Database\Seeders\ProductTableDataSeeder

version:

php artisan bagisto:version v1.2.0

naresh-webkul commented 3 years ago

it looks like seeder is still seeding the products related data, it may take some time to complete seeding process depend on your products count that you have provided in the seeder.

ghermans commented 3 years ago

I confirm that there is a issue with seeding products, i started the database seeder 5minutes ago, and only now it has 3 products in the database. this takes too long. @jitendra-webkul @naresh-webkul