Skip to content

Commit

Permalink
Fix run_test_wrapper to reflect Galaxy database isn't created with UT…
Browse files Browse the repository at this point in the history
…F8 encoding.
  • Loading branch information
jmchilton committed Oct 31, 2017
1 parent 5f15889 commit 459a962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -263,7 +263,7 @@ ensure_grunt_for_qunit() {
}


DOCKER_DEFAULT_IMAGE='galaxy/testing-base:18.01.3'
DOCKER_DEFAULT_IMAGE='galaxy/testing-base:18.01.4'

test_script="./scripts/functional_tests.py"
report_file="run_functional_tests.html"
Expand Down
1 change: 0 additions & 1 deletion test/docker/base/Dockerfile
Expand Up @@ -60,7 +60,6 @@ ADD start_mysql.sh /opt/galaxy/start_mysql.sh
ADD ansible_vars.yml /tmp/ansible/ansible_vars.yml
ADD provision.yml /tmp/ansible/provision.yml


RUN mkdir /etc/galaxy && cd /tmp/ansible && mkdir roles && \
mkdir roles/galaxyprojectdotorg.galaxy-os && \
wget --quiet -O- https://github.com/galaxyproject/ansible-galaxy-os/archive/master.tar.gz | tar -xzf- --strip-components=1 -C roles/galaxyprojectdotorg.galaxy-os && \
Expand Down
1 change: 1 addition & 0 deletions test/docker/base/run_test_wrapper.sh
Expand Up @@ -41,6 +41,7 @@ then
GALAXY_TEST_INSTALL_DB_MERGED="true"
GALAXY_TEST_DBURI="postgres://root@localhost:5930/galaxy?client_encoding=utf8"
TOOL_SHED_TEST_DBURI="postgres://root@localhost:5930/toolshed?client_encoding=utf8"
export GALAXY_CONFIG_OVERRIDE_DATABASE_ENCODING="SQL_ASCII"
elif [ "$GALAXY_TEST_DATABASE_TYPE" = "mysql" ];
then
sh /opt/galaxy/start_mysql.sh
Expand Down

0 comments on commit 459a962

Please sign in to comment.