| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also clean away dead code that is not used and will never have any use
on the 10.2 branch.
|
|
|
|
| |
Backported from 30b44aaec7120f41ee1383536730947cfa427308.
|
|
|
|
| |
Signed-off-by: Daniel Black <daniel@linux.vnet.ibm.com>
|
|
|
|
|
|
| |
Also removed clang-3.9
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Even disabling the ccache on the Debian build didn't always prevent
the Travis build running out of space.
As an alternative strategy, the number of alternative compilers has been
reduced to save space. This additional space has been partially reused
by the ccache.
Debian build specific packages have been removed from other builds.
|
|
|
|
|
| |
18a2b0a1681af73181bd98d23ae0973fc1249df5 wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
|
| |
|
|
|
|
|
|
| |
Revert "travis: allowed_failures MYSQL_TEST_SUITES=plugins (MDEV-13002)"
This reverts commit c4cbc7a8807250d2d5b5938b218fd9c423a0b30a.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove clang-3.8 which doesn't have a repository on apt.llvm.org any
more.
For OSX, xcode8.3 is explicitly specified.
/usr/local/Cellar is used as a cache repository to save brew install
time on OSX (and /usr/local was too big).
Debian autobake.sh is moved to a matrix include.
Other branches of the matrix build test other test suites.
An Ubuntu galera is downloaded and used in the test suite.
TYPE=RelWithDebInfo used with the test to provide backtraces with line
numbers when crashes occur.
Build of PLUGIN_AWS_KEY_MANAGEMENT enabled in build.
Code supporting TYPE=Debug and -DWITH_ASAN=ON included by not enabled
due to large numbers of errors.
Running more tests in parallel (6) as container based builds seem to
support them. The test case timeout has been set to 2 minutes as large
stalls will put test cases over 50 minute interval.
ccache enabled where possible. Linux clang builds don't use them as the
minimum CMake version isn't there.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Mroonga generated far too many warnings (and hence output) for Travis's
sensibilities on output log file size. So we just remove the storage
engine.
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additionally use clang as a compiler, versions 3.8, 3.9 and 4.0
Additionally use gcc/g++-7
Add additional packages used by build now that they are whitelisted.
- libsnappy-dev - innodb compression
- liblzma-dev - innodb compression
- libzmq-dev - used my Mgoonga
- libdistro-info-perl - used by autobake-debian
Change to a container build as they tend to have more ram
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If mysqld crashed during the test suite run and gdb is available,
a stack trace will be printed automatically.
|
|\
| |
| |
| | |
into grooverdan-10.2-numa
|
| |
| |
| |
| | |
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
|
|/ |
|
|
Based on contributions by Daniel Black and Otto Kekäläinen.
|