Skip to content

Imported repository data gets lost after first test #18

Description

@rorycurtis

If you import data into a repository, using importFiles, sometimes that transaction doesn't get committed. The TDD framework then wraps each test in a transaction and rolls back at the end of the test. That rollback, after the 1st test, causes the repository import to rollback too, as it hasn't been committed. Therefore, any repository items needed in further tests are always null.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions