gshank / dbix-class-resultset-recursiveupdate

DBIx::Class::ResultSet::RecursiveUpdate
4 stars 9 forks source link

Tests fail when run in parallel #24

Closed haarg closed 1 month ago

haarg commented 5 months ago

Running HARNESS_OPTIONS=j make test will result in test failures because multiple tests try to access the same database file.

abraxxa commented 5 months ago

Known issue. Do you have a suggestion how to solve it? Dynamic database filename using File::Temp?

haarg commented 5 months ago

Probably using File::Temp with OPEN => 0.