https://github.com/genome/genome
Revision 1f44741ebf4243d0429027396164fb97a8ef7bb6 authored by Thomas Mooney on 12 August 2014, 14:39:09 UTC, committed by Thomas Mooney on 12 August 2014, 14:39:09 UTC
This will allow SR's get_or_create() to find the newly minted
object when we entered create() because we had been waiting on
a lock.
1 parent c89e020
Raw File
Tip revision: 1f44741ebf4243d0429027396164fb97a8ef7bb6 authored by Thomas Mooney on 12 August 2014, 14:39:09 UTC
Adhere to standard practice of a bare return when create() fails.
Tip revision: 1f44741
.test-tracker.conf
---
db_host: gms-postgres
db_name: test_tracker
db_schema: test_tracker
db_dsn: 'dbi:Pg:dbname=test_tracker;host=gms-postgres'
db_password: zIwWhT8qkzrhPm
db_prefix: 'test_tracker.'
db_user: test_tracker
lsf_log_dir: /gscmnt/gc13001/info/model_data/apipe-ci/workspace
module_regex: '^lib/perl/Genome.*\.pm$'
test_regex: '^lib/perl/Genome.*\.t$'
prove: genome-prove
back to top