Skip to content
Permalink
Browse files
travis: enable (main,archive).mysqlhotcopy_\1 test
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jun 8, 2017
1 parent bb1f414 commit 035f74c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
@@ -39,8 +39,4 @@ else
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
@@ -42,7 +42,6 @@ matrix:
compiler: gcc
script:
- ${CC} --version ; ${CXX} --version
# Just for disabling hotcopy tests for now
- source .travis.compiler.sh
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
# in trusty containers
@@ -108,6 +107,7 @@ addons:
- libaio-dev
- libboost-dev
- libcurl3-dev
- libdbd-mysql
- libjudy-dev
- libncurses5-dev
- libpam0g-dev

0 comments on commit 035f74c

Please sign in to comment.