Skip to content

Commit 035f74c

Browse files
grooverdansvoj
authored andcommitted
travis: enable (main,archive).mysqlhotcopy_\1 test
1 parent bb1f414 commit 035f74c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.compiler.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ else
3939
fi
4040
fi
4141

42-
# main.mysqlhotcopy_myisam consitently failed in travis containers
43-
# https://travis-ci.org/grooverdan/mariadb-server/builds/217661580
44-
echo 'main.mysqlhotcopy_myisam : unstable in containers' >> ${TRAVIS_BUILD_DIR}/mysql-test/unstable-tests
45-
echo 'archive.mysqlhotcopy_archive : unstable in containers' >> ${TRAVIS_BUILD_DIR}/mysql-test/unstable-tests
4642
set +v +x

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ matrix:
4242
compiler: gcc
4343
script:
4444
- ${CC} --version ; ${CXX} --version
45-
# Just for disabling hotcopy tests for now
4645
- source .travis.compiler.sh
4746
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
4847
# in trusty containers
@@ -108,6 +107,7 @@ addons:
108107
- libaio-dev
109108
- libboost-dev
110109
- libcurl3-dev
110+
- libdbd-mysql
111111
- libjudy-dev
112112
- libncurses5-dev
113113
- libpam0g-dev

0 commit comments

Comments
 (0)