podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Investigate why testLoadArtifactWithNonCurrentSchemaVersionImport is slow #131

Closed ansell closed 10 years ago

ansell commented 10 years ago

There is likely a bug that is causing testLoadArtifactWithNonCurrentSchemaVersionImport to be very slow, as it took 87 seconds for me.

ansell commented 10 years ago

Was slow due to a case where RepositoryConnection.begin() was not called, and was hence in autocommit mode