Commit 035f74c3 authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

travis: enable (main,archive).mysqlhotcopy_\1 test

parent bb1f4142
...@@ -39,8 +39,4 @@ else ...@@ -39,8 +39,4 @@ else
fi fi
fi fi
# main.mysqlhotcopy_myisam consitently failed in travis containers
# https://travis-ci.org/grooverdan/mariadb-server/builds/217661580
echo 'main.mysqlhotcopy_myisam : unstable in containers' >> ${TRAVIS_BUILD_DIR}/mysql-test/unstable-tests
echo 'archive.mysqlhotcopy_archive : unstable in containers' >> ${TRAVIS_BUILD_DIR}/mysql-test/unstable-tests
set +v +x set +v +x
...@@ -42,7 +42,6 @@ matrix: ...@@ -42,7 +42,6 @@ matrix:
compiler: gcc compiler: gcc
script: script:
- ${CC} --version ; ${CXX} --version - ${CC} --version ; ${CXX} --version
# Just for disabling hotcopy tests for now
- source .travis.compiler.sh - source .travis.compiler.sh
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable # https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
# in trusty containers # in trusty containers
...@@ -108,6 +107,7 @@ addons: ...@@ -108,6 +107,7 @@ addons:
- libaio-dev - libaio-dev
- libboost-dev - libboost-dev
- libcurl3-dev - libcurl3-dev
- libdbd-mysql
- libjudy-dev - libjudy-dev
- libncurses5-dev - libncurses5-dev
- libpam0g-dev - libpam0g-dev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment