tripal / t4d8

This is a temporary repository for Drupal 9 upgrade for Tripal v4. It is meant to house issues related to the upgrade.
GNU General Public License v2.0
1 stars 10 forks source link

Update sequence values for each table in chado prepare fixture file #304

Closed risharde closed 1 year ago

risharde commented 1 year ago

This PR updates the chado prepare fixture to update the sequence number. Without it, one could experience duplicate key errors when inserting data during testing.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 8a72368a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 33.4% (0.0% change).

View more on Code Climate.

risharde commented 1 year ago

@laceysanderson Thanks for the further fixes, I got past the duplicate key errors on my side so I think this is working!