1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8714a22aaef9/ Changeset: 8714a22aaef9 User: jmchilton Date: 2013-12-07 15:38:30 Summary: Disable extra verbose logging with API interactor on test errors. It is useful but seems to cause sqlite locking errors. Affected #: 1 file diff -r 72dd51cc1aa0ae49c82b4b9714ae82a49ac7ce6b -r 8714a22aaef9545a2236ae24f79ee3ce7059b5cd test/base/interactor.py --- a/test/base/interactor.py +++ b/test/base/interactor.py @@ -10,7 +10,7 @@ from logging import getLogger log = getLogger( __name__ ) -VERBOSE_ERRORS = True +VERBOSE_ERRORS = False ERROR_MESSAGE_DATASET_SEP = "--------------------------------------" Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.