This project is mirrored from https://:*****@github.com/Ensembl/ensembl-test.git.
Pull mirroring updated .
- 14 Jan, 2019 1 commit
-
-
Marek Szuba authored
Until now, MultiTestDB would prefix the names of test databases it creates with the local user name as determined by looking at the environment variables: LOGNAME and USER, in the order as written here. There are the following problems with this approach: - it leaks local user names to the database system and by extension to everyone who can access them, - in the event of said local user names being different from farm ones it makes it more difficult to identify to whom a specific database belongs. To address these issues the present commit introduces a new environment variable called ENSEMBL_TESTDB_PREFIX which when defined takes precedence over LOGNAME. Now anyone running tests on their local machine can set that variable to their farm user name.
-
- 02 Jan, 2019 1 commit
-
-
Tiago Grego authored
-
- 22 Jan, 2018 1 commit
-
-
Kieron Taylor authored
[ENSCORESW-2576] Allow MultiTestDB to report failings on missing adaptors required by tests. Previously failing to load the adaptor and swallowing the real error.
-
- 02 Jan, 2018 1 commit
-
-
premanand17 authored
-
- 05 Jul, 2017 1 commit
-
-
Dan Staines authored
-
- 22 Jun, 2017 1 commit
-
-
Alessandro Vullo authored
-
- 16 Jun, 2017 1 commit
-
-
Dan Staines authored
-
- 21 Apr, 2017 1 commit
-
-
Dan Staines authored
-
- 17 Jan, 2017 1 commit
-
-
Magali Ruffier authored
-
- 12 Jul, 2016 2 commits
-
-
Magali Ruffier authored
-
Magali Ruffier authored
This reverts commit 520dadd1.
-
- 20 Jun, 2016 1 commit
-
-
Magali Ruffier authored
-
- 07 Jun, 2016 1 commit
-
-
Magali Ruffier authored
-
- 24 Feb, 2016 1 commit
-
-
Matthieu Muffato authored
-
- 04 Jan, 2016 1 commit
-
-
Magali Ruffier authored
-
- 09 Jan, 2015 1 commit
-
-
Magali Ruffier authored
-
- 02 Sep, 2014 1 commit
-
-
mag authored
-
- 01 Sep, 2014 1 commit
-
-
Daniel Zerbino authored
-
- 28 Aug, 2014 1 commit
-
-
Andy Yates authored
-
- 19 Mar, 2014 1 commit
-
-
Michael Gray authored
MultiTestDB: allow for driver-specific, table-specific SQL to be run before and after load_txt_dump(). From files <dump_dir>/<driver>/<table>.{pre,post}.
-
- 18 Mar, 2014 1 commit
-
-
Magali Ruffier authored
-
- 30 Jan, 2014 1 commit
-
-
Magali Ruffier authored
-
- 17 Jan, 2014 1 commit
-
-
Michael Gray authored
-
- 25 Nov, 2013 1 commit
-
-
Andy Yates authored
-
- 21 Aug, 2013 1 commit
-
-
Andy Yates authored
Adding the NO_SQL_SCHEMA_VERSION_CHECK flag if the dbtype was hive to stop the DBAdaptor from trying to patch a schema which does not exist yet. Required for pipeline integration tests
-
- 31 Jul, 2013 2 commits
-
-
Andy Yates authored
Adding "The table " to the beginning of the note lines. Ensures the test runner understands what has been hidden
-
Andy Yates authored
-
- 22 Apr, 2013 1 commit
-
-
Kieron Taylor authored
-
- 08 Apr, 2013 1 commit
-
-
Andy Yates authored
too many problems with hfs+ case insenstive nature. allowing test-Genome-DBs as a valid directory name
-
- 12 Dec, 2012 1 commit
-
-
Andy Yates authored
-
- 14 Nov, 2012 1 commit
-
-
Andy Yates authored
-
- 13 Nov, 2012 1 commit
-
-
Andy Yates authored
Somehow this got the wrong path. Seriously! Brought in some very very very wrong config in some environments. Doing a rel2abs solves the issue AFAIK
-
- 08 Oct, 2012 1 commit
-
-
Andy Yates authored
Adding the clone core DB code and associated patching of test databases and redumping into the existing directory structure
-
- 26 Sep, 2012 1 commit
-
-
Andy Yates authored
Allowing config to be read from the class rather than an instance. Very important if someone needs to introspect the config
-
- 27 Jul, 2012 2 commits
-
-
Andy Yates authored
-
Andy Yates authored
-
- 08 Jun, 2012 1 commit
-
-
Andy Yates authored
Supporting multiple DB types and species. Also supporting an external module/test using this module to generate schemas and naems
-
- 06 Jun, 2012 1 commit
-
-
Andy Yates authored
Hacked version of the test db loader to bring in user specified database with the intention of being patched.
-
- 16 May, 2012 1 commit
-
-
Andy Yates authored
ENSCORESW-150. Test suite refactored to remove existing and confusing code. DB cleanup also works better and we are now better intergrated into the Perl test harness libraries (with support for diag and note).
-
- 20 Apr, 2012 1 commit
-
-
Andy Yates authored
-